publiclab / community-toolbox

Tools to understand and welcome people into a contributor community
https://code.publiclab.org
MIT License
142 stars 196 forks source link

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

Open jywarren opened 3 years ago

jywarren commented 3 years ago

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 https://github.com/publiclab/community-toolbox/issues/315#issuecomment-810395665

screenshot

See how GitHub Pulse does this!

image

jywarren commented 3 years ago

Noting this already exists for "Recent contributors" --

image

daemon1024 commented 3 years ago

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

YogeshSharma01 commented 3 years ago

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

jywarren commented 3 years ago

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