bmc_hub/app
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
..
auth Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
backups feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
billing feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00
contacts feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
core feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00
customers feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00
dashboard feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
devportal feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
emails feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
hardware/backend Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
models feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
modules feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
prepaid feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
services feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
settings feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
shared/frontend feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
system/backend feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
tags feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
ticket feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
timetracking feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
vendors feat: Enhance billing frontend with Jinja2 templates and improve invoice handling 2025-12-08 09:15:52 +01:00
__init__.py Initial BMC Hub setup 2025-12-05 14:22:39 +01:00