-
Notifications
You must be signed in to change notification settings - Fork 4
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
Member activity reports #93
Conversation
This is basically a baseline query to get minimum-required data out. I'd like to improve this to do more work at the database, rather than pulling it out and munging it around in JS
PR Summary
|
This was helpful enough to get me ready to review Star Helpers, but there's a lot of work to be done productizing it. Scoped out some projects, see #94 and subissues. This is worth merging though so it's not just hanging out, I've gated it behind an |
This is an early draft PR of a first revision of a feature to support the Reactiflux Star Helper program — tho it will be useful for other types of roles as well! That's the whole point of automating this.
This is ~ a proof of concept to get a query together for examining the data, which it accomplishes. There's a lot lot lot of supporting code needed to turn this into "a feature", my intentions with this PR are to get enough code together to support the 2024 Q4 Star Helper program, then productize in the next few months.
Some examples of work that will need to be done before this is a production feature: