Files
git.stella-ops.org/docs/features/checked/web/notification-rule-simulation-escalation-policies.md
2026-02-12 10:27:23 +02:00

3.5 KiB

Notification Rule Simulation & Escalation Policies

Module

Web

Status

VERIFIED

Description

Notification rule management with simulation-before-activation and escalation policy editing for multi-level chains, including required-channel validation on each escalation level, plus quiet-hours/channel/delivery management flows.

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)

Verification

  • Run: docs/qa/feature-checks/runs/web/notification-rule-simulation-escalation-policies/run-001/
  • Tier 0 (source): pass (tier0-source-check.json)
  • Tier 1 (build/tests): pass (tier1-build-check.json)
  • Tier 2 (behavior): pass (tier2-e2e-check.json)
  • Verified on (UTC): 2026-02-11T09:13:01.0412783Z