Files
git.stella-ops.org/docs/features/unchecked/web/notification-rule-simulation-escalation-policies.md

3.1 KiB

Notification Rule Simulation & Escalation Policies

Module

Web

Status

IMPLEMENTED

Description

Notification rule management with test simulation before activation, escalation policies with multi-level chains, quiet hours configuration, channel management, and delivery history with retry tracking.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/features/admin-notifications/
  • Routes: admin-notifications.routes.ts
  • Components:
    • admin-notifications (src/Web/StellaOps.Web/src/app/features/admin-notifications/admin-notifications.component.ts)
    • channel-management (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/channel-management.component.ts)
    • delivery-analytics (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/delivery-analytics.component.ts)
    • delivery-history (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/delivery-history.component.ts)
    • escalation-config (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/escalation-config.component.ts)
    • notification-dashboard (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/notification-dashboard.component.ts)
    • notification-preview (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/notification-preview.component.ts)
    • notification-rule-editor (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/notification-rule-editor.component.ts)
    • notification-rule-list (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/notification-rule-list.component.ts)
    • operator-override-management (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/operator-override-management.component.ts)
    • operator-override (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/operator-override.component.ts)
    • quiet-hours-config (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/quiet-hours-config.component.ts)
    • rule-simulator (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/rule-simulator.component.ts)
    • template-editor (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/template-editor.component.ts)
    • throttle-config (src/Web/StellaOps.Web/src/app/features/admin-notifications/components/throttle-config.component.ts)
  • Source: SPRINT_20251229_045_FE_notification_delivery_audit

E2E Test Plan

  • Setup:
    • Log in with a user that has appropriate permissions
    • Navigate to /admin/notifications
    • Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
  • Core verification:
    • Verify the component renders correctly with sample data
    • Verify interactive elements respond to user input
    • Verify data is fetched and displayed from the correct API endpoints
  • Edge cases:
    • Verify graceful handling when backend API is unavailable (error state)
    • Verify responsive layout at different viewport sizes
    • Verify accessibility (keyboard navigation, screen reader labels, ARIA attributes)