Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add national society indicators #398

Merged
merged 6 commits into from
Jan 4, 2024

Conversation

barshathakuri
Copy link
Collaborator

Addresses:

Changes

  • Add national society indicators

This PR doesn't introduce:

  • typos
  • conflict markers
  • unwanted comments
  • temporary files, auto-generated files or secret keys
  • console.log meant for debugging
  • codegen errors

Comment on lines 31 to 36
const staffValue = sumSafe([
indicatorResponse?.female_staff_total,
indicatorResponse?.male_staff_total,
]);

const volunteersValue = sumSafe([
indicatorResponse?.male_volunteer_total,
indicatorResponse?.female_volunteer_total,
]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about other staff?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should use KPI_PStaff_Tot, KPI_PeopleVol_Tot indicators

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samshara lets note that we are including 3rd gender population.

Comment on lines 31 to 36
const youthValue = sumSafe([
indicatorResponse?.male_volunteer_age_6_12,
indicatorResponse?.male_volunteer_age_13_17,
indicatorResponse?.male_volunteer_age_18_29,
indicatorResponse?.female_volunteer_age_6_12,
indicatorResponse?.female_volunteer_age_13_17,
indicatorResponse?.female_volunteer_age_18_29,
indicatorResponse?.female_staff_age_18_29,
indicatorResponse?.male_staff_age_18_29,
]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per previous discussions, we should use the total value.
cc: @k9845
Indicators to use

KPI_PeopleVol_Tot_age_6_12
KPI_PeopleVol_Tot_age_13_17
KPI_PeopleVol_Tot_age_18_29
`

@samshara samshara merged commit 3f54cda into project/country-pages Jan 4, 2024
8 checks passed
@samshara samshara deleted the feature/ns-indicators branch January 4, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants