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

Sprint Poker: GitLab v2: Advanced search logic part 1 #6048

Closed
2 tasks
nickoferrall opened this issue Feb 14, 2022 · 2 comments
Closed
2 tasks

Sprint Poker: GitLab v2: Advanced search logic part 1 #6048

nickoferrall opened this issue Feb 14, 2022 · 2 comments

Comments

@nickoferrall
Copy link
Contributor

nickoferrall commented Feb 14, 2022

Predecessor: #6294

There are 10 filter options in GitLab's dropdown menu, from "Assignee" to "Weight". If the user types into the search input and no filter option match what they've typed, “Search for this text” filter option is displayed, taking the total filter options to 11.

AC:

  • For the first six filter options, from "Assignee" to "Label", filter the GitLab issues displayed by the filters the user selects. The remaining five will be done in the following issue.
  • The filtering only happens once the user submits the input. This differs from our GitHub, Jira, Parabol task implementations, and our initial GitLab integration (see Sprint Poker: GitLab v1: Search issues #6045) that filters after each keystroke.

Note: there could be many authors or release versions which might make the menu feel a touch slow. A caching strategy will be handled in #6052

@nickoferrall nickoferrall moved this to To Prioritize in Sprint Board Beta Feb 14, 2022
@jordanh jordanh added Story Points: 21 Generated by Parabol Next Sprint: N Generated by Parabol labels Mar 15, 2022
@jordanh jordanh moved this from To Prioritize to Backlog in Sprint Board Beta Mar 15, 2022
@nickoferrall nickoferrall changed the title Sprint Poker: GitLab: Advanced search logic Sprint Poker: GitLab v2: Advanced search logic Mar 15, 2022
@nickoferrall nickoferrall changed the title Sprint Poker: GitLab v2: Advanced search logic Sprint Poker: GitLab v2: Advanced search logic part 1 Mar 28, 2022
@nickoferrall
Copy link
Contributor Author

As this issue was scored at 21 points, I've split it up into two issues. In this issue, we implement the logic for the first six filter options. In the next issue, we implement the remaining five and update the URL.

@jordanh jordanh removed the Next Sprint: N Generated by Parabol label May 3, 2022
@jordanh jordanh removed the Squad: 1 label May 25, 2022
@jordanh jordanh moved this from Backlog to To Prioritize in Sprint Board Beta May 25, 2022
@jordanh jordanh removed the 🥇goal label May 25, 2022
@jordanh jordanh moved this from To Prioritize to Backlog in Sprint Board Beta May 25, 2022
@github-actions
Copy link
Contributor

Stale issue

@github-actions github-actions bot added the stale label Nov 24, 2022
@jordanh jordanh added icebox and removed stale labels Dec 20, 2022
@jordanh jordanh closed this as completed Dec 20, 2022
Repository owner moved this from Backlog to Done in Sprint Board Beta Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants