bmc_hub/app/modules/telefoni/backend
Christian 8710f7f798 feat(drift): add Drift module with frontend and backend components
- Implemented the Drift module with a new FastAPI router and HTML templates for the frontend.
- Created database tables for drift sources, devices, events, event history, and customer mappings.
- Added functionality to manage and display drift events, including filtering and bulk mapping of monitors to customers.
- Introduced tests for the Drift module, covering various functionalities including event blacklisting and UISP connector configuration.
- Enhanced Telefoni service tests to ensure proper call termination handling.
2026-06-26 14:15:46 +02:00
..
__init__.py feat: add SMS service and frontend integration 2026-02-14 02:26:29 +01:00
router.py feat: integrate bug reporting module and enhance screenshot functionality 2026-06-18 22:20:39 +02:00
schemas.py feat: add SMS service and frontend integration 2026-02-14 02:26:29 +01:00
service.py feat(drift): add Drift module with frontend and backend components 2026-06-26 14:15:46 +02:00
utils.py feat(telefoni): enhance call handling with external number normalization and case linking 2026-06-09 00:05:28 +02:00
websocket.py feat: add SMS service and frontend integration 2026-02-14 02:26:29 +01:00