community-toolbox icon indicating copy to clipboard operation
community-toolbox copied to clipboard

Feature to search issues by tags for candidates

Open Paarmita opened this issue 6 years ago • 4 comments

When clicked on tags on a particular issue, it should take us to issues tagged with specific clicked tag in the issues listed in the repo. At present, when we click on tags it opens a JSON data like this.

screenshot from 2018-09-23 23-16-34

It needs changes in this line:

https://github.com/publiclab/community-toolbox/blob/ae659ef25e8f0cc99eda569145776d6093673708/src/ui.js#L22

Paarmita avatar Sep 23 '18 17:09 Paarmita

This would be great.

Actually I'm really interested in a display of who's completed a first timers only issue in the past week... Can you think of a way to produce this list?

On Sun, Sep 23, 2018, 1:46 PM Paarmita Bhargava [email protected] wrote:

In candidates, we can search for issues by tags by making a dropdown of all the tags. At present, when we click on tags it opens a JSON data.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/publiclab/community-toolbox/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ2lKDctDHejePcV4UCHfSOuothWyks5ud8jZgaJpZM4W1zMk .

jywarren avatar Sep 23 '18 17:09 jywarren

@jywarren It means to filter out first-timer issues contributor by week?

Paarmita avatar Sep 23 '18 17:09 Paarmita

Yes, and show a list of them maybe above the main Contributors listing? Called "New contributors this week" perhaps?

On Sun, Sep 23, 2018, 1:56 PM Paarmita Bhargava [email protected] wrote:

@jywarren https://github.com/jywarren It means to filter out first-timer issues contributor by week?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/community-toolbox/issues/32#issuecomment-423834735, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ3u3MjXDX3JTJrZ1WEi6KD-8uP8tks5ud8shgaJpZM4W1zMk .

jywarren avatar Sep 23 '18 18:09 jywarren

@jywarren I can open a follow-up PR for this once I complete making the MVC thing...like currently, we see recent contributors last week & last month, we can do something to show recent contributors last week for fto only...(data we get from Github API gives us a big JSON, that would help prob)

Rishabh570 avatar Nov 28 '18 06:11 Rishabh570