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

Add buttons for different query

Open avsingh999 opened this issue 6 years ago • 4 comments

In https://code.publiclab.org/ here we can see issue only by add query in that link bar ,Add button's for that every possible query where user can search issue in every single repository, all repos, by just click the button

avsingh999 avatar Oct 02 '18 04:10 avsingh999

This is a good idea. But where could we source the info from? Would it be a form you fill out? That is, how does the code know what labels or repos are available?

On Tue, Oct 2, 2018 at 12:17 AM Avkaran Singh [email protected] wrote:

In https://code.publiclab.org/ here we can see issue only by add query in that link bar ,Add button's for that every possible query where user can search issue in every single repository, all repos, by just click the button

— 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/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJxA4YRhLwNbx5Xkrb4O9X9UlUYOxks5ugui-gaJpZM4XDTYx .

jywarren avatar Oct 02 '18 22:10 jywarren

It can be a dropdown...filling some input for repo name to search issues from seems like an extra work with less visual indication...because in case of an input, we have to deal with random words typed in the input and dropdown will save people from typing names and remembering spellings, lol :stuck_out_tongue_winking_eye:

Rishabh570 avatar Oct 09 '18 06:10 Rishabh570

@Rishabh570 if you give a brief info on implementing this, I can work on it 😄

pydevsg avatar Aug 30 '19 20:08 pydevsg

Showing issues as per provided labels would require us to store the list of issues for that particular repository in the database which means deviating from the real-time issues list promise...and without storing issues' data, it's hard to achieve that. As both are contradicting thoughts, this would require a discussion :thought_balloon:

Till then, @pydevsg you can take a look at other issues available across our organization. Some help-wanted issues might be the right choice. Take a look at https://code.publiclab.org/#r=all

Thanks!

Rishabh570 avatar Aug 31 '19 06:08 Rishabh570