feat: add AI suggest button for tags in reuse edit page#884
Open
bolinocroustibat wants to merge 9 commits intomainfrom
Open
feat: add AI suggest button for tags in reuse edit page#884bolinocroustibat wants to merge 9 commits intomainfrom
bolinocroustibat wants to merge 9 commits intomainfrom
Conversation
17aa16b to
61ee864
Compare
62c3f7c to
f6b5e29
Compare
bolinocroustibat
added a commit
that referenced
this pull request
Jan 27, 2026
…ailable (#894) ## Add tooltip to explain why tag suggestion button is disabled Adds a tooltip to the tag suggestion button in DescribeDataset.vue to explain why it's disabled, matching the behavior of the short description suggestion button and of #884. The tooltip shows: - Missing fields (title, description) when the button is disabled - Maximum tags reached message when 5 tags are already present This improves UX by clarifying why the feature is unavailable.
# Conflicts: # components/Reuses/DescribeReuse.vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds automatic tag suggestions for reuses, matching the dataset feature. Refactors tag generation endpoints to separate dataset and reuse logic.
Changes
generate-reuse-tags.post.tshandleAutoCompleteTagsinDescribeReuse.vuewith the same UI/UX as datasetsgenerate-tags.post.ts→generate-dataset-tags.post.tsto avoid confusiongenerate-short-description.post.ts→generate-dataset-short-description.post.tsto avoid confusionDemo