WordPress / WordPress/wordpress.org
Profiles + 5 for the Future: Create a way to measure impact from organizer efforts to official meetup groups
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 163
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if the "Recent impact" section could give people credit for organizing meetups in the meetup program. This section:
For example, I am an organizer of the WordPress Accessibility Meetup and organize two meetups per month. This group is an official WordPress Meetup.
Meetup's API allows you to query events by the group, and the response includes host member ids. If we add these fields to the profile editor:
- Meetup Group URL
- Meetup Member ID or URL
Then we could do a few things to better surface contributor efforts to meetup:
- In the .wp-p2-links section, add a link to "Amber Hinds on Meetup" that links to the member page on Meetup.com (example: https://www.meetup.com/members/139421922/)
-
Add in the existing "Contributions" section, meetups that were organized by the user: Query Group for past events where the Meetup
eventHosts { memberId }matches the provided member ID and list them with the date, time, and title. -
Figure out a way of calculating the contribution and include it in the previously mentioned "Recent Impact" section. If quantifying this, I would take the start and end time of the event to get event duration + add at least 1 hour to it to account for planning time.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the profile editor and the existing .wp-p2-links, Contributions, and Recent impact sections. Review Meetup's GraphQL API documentation, especially group events and eventHosts member IDs. Done means organizer profile fields, a Meetup member link, matching past events with their date, time, and title, and an agreed impact calculation are implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100