mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
Backend (mana-core-auth): - Add tag_groups table (name, color, icon, sortOrder per user) - Add tag_links table (tagId + appId + entityId + entityType, cross-app) - Extend tags table with groupId and sortOrder fields - Tag Groups API: CRUD + reorder at /tag-groups - Tag Links API: link/unlink/bulk/sync/query at /tag-links - Tags API: updated DTOs for groupId/sortOrder Frontend client (@manacore/shared-tags): - Add TagGroup, TagLink types and response types - Add tag group methods: getGroups, createGroup, updateGroup, deleteGroup, reorderGroups - Add tag link methods: linkTag, bulkLinkTags, unlinkTag, getTagsForEntity, syncEntityTags Shared UI (@manacore/shared-ui): - Add TagStrip component with glass-pill styling, tag filtering, management link - Consistent look across all apps (replaces 3 app-specific implementations) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||