Feature: Add Tag System for user made Workflows #8673
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds dynamic tag filtering for user workflows in the Workflow Library. Previously, only the "Browse Workflows" view (default workflows) had tag filtering with a fixed set of categories. Now, "Your Workflows" also supports tag filtering, with tags dynamically loaded from the user's actual workflow collection.
Changes:
Backend:
GET /api/v1/workflows/tagsendpoint that returns all unique tags from workflowsget_all_tags()method toWorkflowRecordsStorageBaseandSqliteWorkflowRecordsStorageFrontend:
useGetAllTagsQueryhook for the new tags endpointWorkflowTagscache tag for proper invalidationWorkflowLibrarySideNavto show dynamic tags for "Your Workflows" view and static categories for "Browse Workflows"WorkflowListto apply tag filtering for bothyoursanddefaultsviewsRelated Issues / Discussions
Request from a discord user
QA Instructions
Merge Plan
No special merge plan required. This is an additive feature with no breaking changes.
Checklist
What's Newcopy (if doing a release after this PR)