Files
git.stella-ops.org/docs/features/unchecked/web/operator-quota-dashboard.md

1.9 KiB

Operator Quota Dashboard

Module

Web

Status

IMPLEMENTED

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)
  • 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)