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 eventCountsByUserId query to GraphQL API #248

Open
msk opened this issue Jul 18, 2024 · 0 comments
Open

Add eventCountsByUserId query to GraphQL API #248

msk opened this issue Jul 18, 2024 · 0 comments

Comments

@msk
Copy link
Contributor

msk commented Jul 18, 2024

We need to implement a new query eventCountsByUserId in our GraphQL API to return EventCounts containing the most frequent user IDs in the events.

Background

  • This feature was requested by @sehkone
  • Currently, we don't have user ID information in the database
  • Database work to store user IDs needs to be completed before this query can be implemented

Implementation Details

  • The new query should be named eventCountsByUserId
  • It should return EventCounts with the most frequent user IDs
  • For implementation guidance, refer to existing graphql::event::event_counts_by_* functions

Additional Notes

  • This issue was previously tracked in the @petabi organization, but is now being handled in the aicers/review-web repository as it's responsible for the GraphQL API
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

No branches or pull requests

1 participant