Files
git.stella-ops.org/docs/features/checked/web/operator-quota-dashboard.md
2026-02-12 10:27:23 +02:00

2.3 KiB

Operator Quota Dashboard

Module

Web

Status

VERIFIED

Description

Operator quota dashboard with KPI summary, tenant drill-down, throttle context panel, quota forecasting, and alert configuration.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/features/quota-dashboard/
  • Routes: quota.routes.ts
  • Components:
    • quota-alert-config (src/Web/StellaOps.Web/src/app/features/quota-dashboard/quota-alert-config.component.ts)
    • quota-dashboard (src/Web/StellaOps.Web/src/app/features/quota-dashboard/quota-dashboard.component.ts)
    • quota-forecast (src/Web/StellaOps.Web/src/app/features/quota-dashboard/quota-forecast.component.ts)
    • quota-report-export (src/Web/StellaOps.Web/src/app/features/quota-dashboard/quota-report-export.component.ts)
    • tenant-quota-detail (src/Web/StellaOps.Web/src/app/features/quota-dashboard/tenant-quota-detail.component.ts)
    • tenant-quota-table (src/Web/StellaOps.Web/src/app/features/quota-dashboard/tenant-quota-table.component.ts)
    • throttle-context (src/Web/StellaOps.Web/src/app/features/quota-dashboard/throttle-context.component.ts)
  • Verification harness:
    • src/Web/StellaOps.Web/src/tests/quotas/operator-quota-dashboard.spec.ts
  • Source: SPRINT_20251229_029_FE_operator_quota_dashboard

E2E Test Plan

  • Setup:
    • Log in with a user that has appropriate permissions
    • Navigate to /ops/quotas
    • Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
  • Core verification:
    • Verify the dashboard loads without errors and displays summary cards/metrics
    • Verify data refreshes correctly and loading states are shown
    • Verify empty state is displayed when no data is available
  • 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/operator-quota-dashboard/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:54:12.8870256Z