🔔 Notification Center
One view for every alert, event, and notification across the entire MelTuc platform. Aggregates signals from Herald, SRM, Kronos, and all registered blueprints — filter, acknowledge, and triage without switching tabs.
Notification Center reads from the platform-wide herald_alerts
table. Every blueprint that emits notifications via Herald's
emit_alert() helper
automatically appears here, tagged with its source app name.
Future sources (SNT events, Mellissa inbox actions, Kronos job completions) will be
added as additional aggregation layers in
blueprints/notifcenter/routes.py
— the API response shape is stable and additive.