You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our task explorer, provide filters that correspond to issues labels
Why
We want a way to filter issues by React, for example, or React + Node.js
Level
Medium
Current behavior
The issues can be filtered by status, but not by labels
Expected behavior
We want a filter for labels. So if I have an issue A, with the label React and Node.js, and an issue B with Documentation, beginner, it should display labels React, Node.js and Documentation and beginner, and it should filter for that corresponding label
You need to be aware that we display issue labels from Github, so to not make a request to Github for each issue, we should save the labels in our database, as a new label column, and Tasks has many labels.
The text was updated successfully, but these errors were encountered:
On our task explorer, provide filters that correspond to issues labels
Why
We want a way to filter issues by React, for example, or React + Node.js
Level
Medium
Current behavior
The issues can be filtered by status, but not by labels
Expected behavior
We want a filter for labels. So if I have an issue A, with the label React and Node.js, and an issue B with Documentation, beginner, it should display labels React, Node.js and Documentation and beginner, and it should filter for that corresponding label
Useful links
https://github.com/worknenjoy/gitpay/blob/master/frontend/src/selectors/tasks.js
Screenshot attached
How to solve this issue
https://github.com/worknenjoy/gitpay/blob/master/frontend/src/selectors/tasks.js
How to reproduce the user scenario
Tips
You need to be aware that we display issue labels from Github, so to not make a request to Github for each issue, we should save the labels in our database, as a new label column, and Tasks has many labels.
The text was updated successfully, but these errors were encountered: