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 filters for contribution graph #2485

Closed
flodolo opened this issue Apr 20, 2022 · 1 comment · Fixed by #2600
Closed

Add filters for contribution graph #2485

flodolo opened this issue Apr 20, 2022 · 1 comment · Fixed by #2600
Assignees
Labels
enhancement P2 We want to ship it soon, possibly in the current quarter profile Profile page redesign

Comments

@flodolo
Copy link
Collaborator

flodolo commented Apr 20, 2022

Reference: specs

To implement the contribution graph, we need to be able to link to new filtered views:

  • Reviews performed by user
  • Reviews received by user

Once implemented, the latter should also be used for review notifications.

@flodolo flodolo added this to To do in Profile Page Redesign via automation Apr 20, 2022
@mathjazz mathjazz added the profile Profile page redesign label Apr 20, 2022
@mathjazz mathjazz changed the title [profile] Add filters for contribution graph Add filters for contribution graph Apr 20, 2022
@mathjazz mathjazz added the P2 We want to ship it soon, possibly in the current quarter label Apr 28, 2022
@mathjazz mathjazz self-assigned this Aug 4, 2022
@mathjazz
Copy link
Collaborator

mathjazz commented Aug 9, 2022

There are 3 types of activities tracked by the Contribution Graph:

  1. Submissions: translations submitted by the user.
  2. Reviews performed: reviews performed by the user.
  3. Reviews received: reviews from other users, performed on suggestions submitted by the user.

We can filter these actions using the following filters:

  1. author + time
  2. review_author + review_time
  3. author + review_time

Which means we need 2 new filters:

  1. review_author
  2. review_time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement P2 We want to ship it soon, possibly in the current quarter profile Profile page redesign
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants