[Feature]: Bulk Tag Creation #29
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem or use case
Allow multiple tags to be created at once
Proposed solution
To the left of the the
New Tagbutton is a "Bulk Create" button that displays a dialog with one multi-line text area to allow for pasting or typing of a list. Text placed into the box will be used to create a new tag for each line of text when the dialog is confirmed. Ideally, a color swatch is placed to the right of each added line of text that can be clicked to open the color picker and set for each tag in bulk before closing the dialog.Alternatives considered
No response
Implemented on branch
0.1.7/issue-29-bulk-tag-create(VERSION 0.1.8).TagManager.create_tags_bulk()persists validated tags; status bar reports how many were created.Tests added in
tests/test_pr9_tags.py(parsing, validation, bulk create, dialog specs).Implementation complete. Documentation updated (USER_GUIDE, README, TECHNICAL_OUTLINE, DESIGN, DR-018 in DECISIONS).
Pull request opened from
0.1.7/issue-29-bulk-tag-create→main(source VERSION 0.1.17).