feat(ui): bulk tag creation and tag UX polish (#29) #35
No reviewers
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer!35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0.1.7/issue-29-bulk-tag-create"
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?
Summary
Implements issue #29 — bulk workspace tag creation — plus related tag UX improvements developed on the same branch.
Closes #29
Features
TagManager.create_tags_bulk()and unit tests intests/test_pr9_tags.pyDocumentation
resources/help/USER_GUIDE.md— tagging workflowREADME.md,docs/TECHNICAL_OUTLINE.md,docs/DESIGN.mddocs/DECISIONS.md— DR-018Version
Source VERSION: 0.1.17 (0.1.8 → 0.1.17 across implementation commits)
Testing
ruff check/ruff format --checkpytest(tag tests and full suite verified during development)Define dev VERSION as {main_ver}-{issue_type}.{issue#} during branch work, require a dedicated PR-prep commit for user guide and repo docs, and defer release 0.X.Y bumps to that final commit when compiled code changed. Align docs/VERSIONING.md with AGENTS.md.