- Implemented alert notes JavaScript module for loading and displaying alerts for customers and contacts. - Created HTML template for alert boxes to display alerts inline on detail pages. - Developed modal for creating and editing alert notes with form validation and user restrictions. - Added modal for displaying alerts with acknowledgment functionality. - Enhanced user experience with toast notifications for successful operations.
5 lines
105 B
Python
5 lines
105 B
Python
"""Alert Notes Backend Module"""
|
|
from app.alert_notes.backend.router import router
|
|
|
|
__all__ = ["router"]
|