bmc_hub/app/ticket/frontend
Christian 0502a7b080 feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management
- Added API endpoints for tag management (create, read, update, delete).
- Implemented entity tagging functionality to associate tags with various entities.
- Created workflow management for tag-triggered actions.
- Developed frontend views for tag administration using FastAPI and Jinja2.
- Designed HTML template for tag management interface with Bootstrap styling.
- Added JavaScript for tag picker component with keyboard shortcuts and dynamic tag filtering.
- Created database migration scripts for tags, entity_tags, and tag_workflows tables.
- Included default tags for initial setup in the database.
2025-12-17 07:56:33 +01:00
..
mockups feat(ticket-module): Implement ticket system with comprehensive database schema, permissions, and testing suite 2025-12-15 23:40:23 +01:00
__init__.py feat(ticket-module): Implement ticket system with comprehensive database schema, permissions, and testing suite 2025-12-15 23:40:23 +01:00
dashboard.html feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
dashboard.html.old feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
ticket_detail.html feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
ticket_list.html feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
ticket_new.html feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
views.py feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
worklog_review.html feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00