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 first time participation measurement #935

Merged
merged 14 commits into from
Jul 26, 2023

Conversation

renintw
Copy link
Contributor

@renintw renintw commented Jul 10, 2023

See #888

This PR introduces a measurement for first-time participation of organizers, sponsors, speakers, and volunteers into the WordCamp Counts table. It not only presents the total number of first-time participants but breaks down these figures for each individual event within a specified time period.

Screenshots

Screen Shot 2023-07-12 at 4 50 24 PM

How to test the changes in this Pull Request:

  1. Sandboxed.
  2. WP Admin Dashboard => (Top-left side) Dashboard => Reports => WordCamp Counts
  3. Select the desired date range and then click on Show results.

@renintw renintw self-assigned this Jul 12, 2023
@renintw renintw force-pushed the feature/add-first-time-participation-measurement branch from 452ecd5 to c6fbc33 Compare July 12, 2023 08:30
Copy link
Member

@iandunn iandunn left a comment

Choose a reason for hiding this comment

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

This is looking good 👍🏻

@renintw renintw changed the title Feature/add first time participation measurement Add first time participation measurement Jul 20, 2023
@renintw renintw force-pushed the feature/add-first-time-participation-measurement branch from 8128de1 to 8e2ada6 Compare July 20, 2023 08:39
@renintw renintw marked this pull request as ready for review July 20, 2023 10:09
@renintw renintw added this to the Pilot Events: MVP milestone Jul 20, 2023
@renintw renintw force-pushed the feature/add-first-time-participation-measurement branch from 4291fad to 0725990 Compare July 26, 2023 07:37
@renintw renintw force-pushed the feature/add-first-time-participation-measurement branch from 2125cc4 to 896e703 Compare July 26, 2023 09:44
@renintw renintw merged commit 20b1f38 into production Jul 26, 2023
2 of 3 checks passed
@renintw renintw deleted the feature/add-first-time-participation-measurement branch July 26, 2023 09:50
@renintw renintw linked an issue Jul 26, 2023 that may be closed by this pull request
10 tasks
@devinmaeztri
Copy link
Member

Thank you @renintw and @iandunn! I've tested, and it looks good to me. At first, I was confused with FT and G and the x/x/x. But I got it now. Just to confirm, is the ? for folks who opt out, and who don't fall into either option?

Screenshot 2023-08-03 at 12 46 23

@renintw
Copy link
Contributor Author

renintw commented Aug 4, 2023

Hey @devinmaeztri 🙂

In the case of Gender, ? would be folks whose gender is unknown. Currently, gender stats here aren't the ones filled in by users. It's inferred from users' names through genderize.io. And since the gender is identified via the system, the sum of F+M+? would always equal the Total. (The system will always categorize an individual's gender into one of these three options)

In terms of FT, ? is unsure, indicating folks who are unsure about whether they are the first time being a role. This value is filled in by users themselves when applying for a certain role.
For example, when a person applies for being the speaker, there's a question in the application form asking if they are first time being a speaker. If they select I don't know, then it would be a ? in the report here (or Unsure in the Speaker post edit page ⬇️ ).
image
And since the said question is optional, some users may choose to opt out. This opt-out decision would not be categorized into any of the options (Y/N/?), so the sum of Y+N+? here doesn't always equal the Total.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Measure first-time participation
3 participants