1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #198] [MERGED] Feature/183 #959

Closed
opened 2026-05-07 00:15:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/198
Author: @maziggy
Created: 1/31/2026
Status: Merged
Merged: 1/31/2026
Merged by: @maziggy

Base: 0.1.6-finalHead: feature/183


📝 Commits (2)

  • 2795694 Add tag management feature (Issue #183)
  • 402f448 Merge branch '0.1.6-final' into feature/183

📊 Changes

11 files changed (+9557 additions, -15 deletions)

View changed files

📝 CHANGELOG.md (+7 -0)
📝 README.md (+1 -0)
📝 backend/app/api/routes/archives.py (+97 -0)
📝 backend/tests/integration/test_archives_api.py (+124 -0)
📝 frontend/src/__tests__/components/EditArchiveModal.test.tsx (+5 -1)
frontend/src/__tests__/components/TagManagementModal.test.tsx (+300 -0)
📝 frontend/src/api/client.ts (+16 -0)
📝 frontend/src/components/EditArchiveModal.tsx (+33 -14)
frontend/src/components/TagManagementModal.tsx (+294 -0)
📝 frontend/src/pages/ArchivesPage.tsx (+15 -0)
static/assets/index-Dm1kl7bT.js (+8665 -0)

📄 Description

Add tag management feature (Issue #183)

Implement centralized tag management for print archives:
- GET /archives/tags endpoint to list all tags with usage counts
- PUT /archives/tags/{name} endpoint to rename tags across archives
- DELETE /archives/tags/{name} endpoint to delete tags from archives
- TagManagementModal component with search, sort, rename, and delete
- Gear icon button next to tag filter dropdown on Archives page
- Fix tag autocompletion in EditArchiveModal using dedicated getTags API

Closes #183


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/198 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.6-final` ← **Head:** `feature/183` --- ### 📝 Commits (2) - [`2795694`](https://github.com/maziggy/bambuddy/commit/2795694e5b875f2b4fa6538f3098bbe9f539090b) Add tag management feature (Issue #183) - [`402f448`](https://github.com/maziggy/bambuddy/commit/402f448d83dae84d7d8f0a25fd11c237ea9d038c) Merge branch '0.1.6-final' into feature/183 ### 📊 Changes **11 files changed** (+9557 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+7 -0) 📝 `README.md` (+1 -0) 📝 `backend/app/api/routes/archives.py` (+97 -0) 📝 `backend/tests/integration/test_archives_api.py` (+124 -0) 📝 `frontend/src/__tests__/components/EditArchiveModal.test.tsx` (+5 -1) ➕ `frontend/src/__tests__/components/TagManagementModal.test.tsx` (+300 -0) 📝 `frontend/src/api/client.ts` (+16 -0) 📝 `frontend/src/components/EditArchiveModal.tsx` (+33 -14) ➕ `frontend/src/components/TagManagementModal.tsx` (+294 -0) 📝 `frontend/src/pages/ArchivesPage.tsx` (+15 -0) ➕ `static/assets/index-Dm1kl7bT.js` (+8665 -0) </details> ### 📄 Description Add tag management feature (Issue #183) Implement centralized tag management for print archives: - GET /archives/tags endpoint to list all tags with usage counts - PUT /archives/tags/{name} endpoint to rename tags across archives - DELETE /archives/tags/{name} endpoint to delete tags from archives - TagManagementModal component with search, sort, rename, and delete - Gear icon button next to tag filter dropdown on Archives page - Fix tag autocompletion in EditArchiveModal using dedicated getTags API Closes #183 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:11 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#959
No description provided.