publiclab/community-toolbox

Add time filters for different lists - for contributors, FTO authors, FTO issues, FTO candidates

jywarren opened this issue · 4 comments

A dropdown with "past week" "past month" and more options would be amazing for any section of contributors OR issues!

This could be brainstormed a bit, then broken out into sub-issues. I think this, with good tests, is probably our leading priority!

Originally posted by @jywarren in #315 (comment)

screenshot

See how GitHub Pulse does this!

image

Noting this already exists for "Recent contributors" --

image

Just noting, we can leverage the since parameter for fetching them accordingly. https://docs.github.com/en/rest/reference/issues#list-organization-issues-assigned-to-the-authenticated-user.

Or would it be better to fetch them all and just filter them out. I believe that's how it is happening right now in recent-contributors

Hi, @jywarren and @daemon1024 how are you both?
I would like to work on this issue.

Hi @YogeshSharma01 we'd love your help! Thank you!