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

Adding the ability to tag tasks for filtering on the index page #834

Closed
lawrencewong opened this issue Jun 1, 2023 · 3 comments
Closed
Labels

Comments

@lawrencewong
Copy link

Hello!

I am wondering if anyone has found themselves in a similar position as our team.

In our team's usage of maintenance tasks we found that with the additions of new tasks, and previous runs displaying raw data it made it difficult to find specific tasks.

I've put up a PR for a proposed feature addition. Would love to get some thoughts on it, or any suggestions on how to mitigate this issue.

#815

Thanks!

@etiennebarrie
Copy link
Member

There's a way in Ruby to group things classes: using modules as namespaces. We properly support nesting since #809, maybe we could give a way to filter by module instead of adding the concept of tag?
For example, /maintenance_tasks/ could continue showing all tasks as it does today, but for projects using modules nested under Maintenance, we could list their names at the top of the index, allowing to filter tasks by module.

@lawrencewong
Copy link
Author

That would be definitely preferred. We did notice that it was nice that we could have the nested structure, but saw no benefit to it since it didn't help with the ability to filter. I can take a look at making some changes in my PR to reflect that.

Copy link

This issue has been marked as stale because it has not been commented on in two months.
Please reply in order to keep the issue open. Otherwise, it will close in 14 days.
Thank you for contributing!

@github-actions github-actions bot added the stale label Jan 25, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants