Fetch notable contributions over all the years #1449
omBratteng
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that the notable plugin only fetch the last year of contributions. Through some digging, I think I found a suitable query that would allow us to query for contributions by year.
With an example output like this
So based on the array of years in the
contributionYears
field, one could iterate over the years, to get a history of all contributions.That way, you can still see notable contributions on your profile, that is over 1 year old.
Beta Was this translation helpful? Give feedback.
All reactions