## Parent Epic: #26 Part of: [PoliNetworkOrg/telegram#120](https://github.com/PoliNetworkOrg/telegram/issues/120) --- Implement the tag system for organizing groups in the dashboard. ## Requirements - Assign a **tag number** to a group of channels (e.g., tag #1 = ['channel_A', 'channel_B', 'channel_C']) - Create, edit, and delete tags via dashboard - Each tag has: - A unique number identifier - A name/description - A list of associated group IDs ## Dashboard UI - List all tags with search/filter - Create new tag (number, name, select groups) - Edit existing tag - Delete tag with confirmation - View which groups belong to a tag ## API Endpoints (backend) - - list all tags - - create tag - - update tag - - delete tag - - get groups in tag - - list available groups (for tag creation) --- **Labels:** enhancement
Parent Epic: #26
Part of: PoliNetworkOrg/telegram#120
Implement the tag system for organizing groups in the dashboard.
Requirements
Dashboard UI
API Endpoints (backend)
Labels: enhancement