1.5 KiB
1.5 KiB
Scheduler & Orchestrator Ops UI
Module
Web
Status
IMPLEMENTED
Description
Ops UI for scheduler runs, worker fleet dashboard with fair-share visualization, backpressure warnings, and DAG visualization for task dependencies.
Implementation Details
- Feature directory:
src/Web/StellaOps.Web/src/app/features/scheduler-ops/ - Routes:
scheduler-ops.routes.ts - Components:
schedule-management(src/Web/StellaOps.Web/src/app/features/scheduler-ops/schedule-management.component.ts)scheduler-runs(src/Web/StellaOps.Web/src/app/features/scheduler-ops/scheduler-runs.component.ts)worker-fleet(src/Web/StellaOps.Web/src/app/features/scheduler-ops/worker-fleet.component.ts)
- Models:
src/Web/StellaOps.Web/src/app/features/scheduler-ops/scheduler-ops.models.ts
- Source: SPRINT_20251229_017_FE_scheduler_orchestrator_ops_ui
E2E Test Plan
- Setup:
- Log in with a user that has appropriate permissions
- Navigate to
/scheduler - 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)