Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter labels #509

Closed
alexanmtz opened this issue Mar 20, 2020 · 2 comments
Closed

Filter labels #509

alexanmtz opened this issue Mar 20, 2020 · 2 comments
Labels
beginner tasks status of beginner database enhancement Fullstack hiring Issues that can help you to solve hiring challenges node.js Taks that requires node.js knowledge react Task that require react knowledge

Comments

@alexanmtz
Copy link
Member

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

Screenshot attached

gitpay-task-filter-by-lables

How to solve this issue

How to reproduce the user scenario

  • Create a user
  • Import an issue with labels
  • Check the task explorer

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.

@alexanmtz alexanmtz added this to the v1.7-apollo milestone Mar 20, 2020
@alexanmtz alexanmtz added beginner tasks status of beginner database enhancement Fullstack hiring Issues that can help you to solve hiring challenges node.js Taks that requires node.js knowledge react Task that require react knowledge labels Mar 20, 2020
@alexanmtz alexanmtz removed this from the v1.7-apollo milestone Dec 15, 2020
@alexanmtz
Copy link
Member Author

alexanmtz commented May 10, 2021 via email

@alexanmtz
Copy link
Member Author

Implemented in #1014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner tasks status of beginner database enhancement Fullstack hiring Issues that can help you to solve hiring challenges node.js Taks that requires node.js knowledge react Task that require react knowledge
Projects
Status: Done
Development

No branches or pull requests

1 participant