partly or unimplemented features - now implemented

This commit is contained in:
master
2026-02-09 08:53:51 +02:00
parent 1bf6bbf395
commit 4bdc298ec1
674 changed files with 90194 additions and 2271 deletions

View File

@@ -0,0 +1,22 @@
# DORA Metrics
## Status
NOT_FOUND
## Description
No DORA metrics implementation found in the frontend or backend source code.
## Why Not Implemented
- No DORA metrics (Deployment Frequency, Lead Time for Changes, Change Failure Rate, MTTR) implementation found
- Search for DORA-related terms found only `EarnedCapacityReplenishment` in `src/Policy/__Libraries/StellaOps.Policy/Gates/` which is a policy gate concept, not DORA metrics
- The Telemetry module (`src/Telemetry/`) tracks operational metrics (Time-to-Evidence, attestation metrics) but not standard DORA metrics
- No DORA dashboard or reporting found in the Web UI
- This appears to be a genuinely deferred feature with no partial implementation
## Source
- Feature matrix scan
## Notes
- Module: Uncategorized
- Modules referenced: N/A
- The Telemetry module could serve as a foundation for DORA metrics if implemented

View File

@@ -0,0 +1,23 @@
# Outcome Analytics / Attribution
## Status
NOT_FOUND
## Description
The advisory's vision for outcome analytics with MTTR/MTTA attribution, cohort analysis, and executive reporting is not yet implemented.
## Why Not Implemented
- No outcome analytics, MTTR/MTTA attribution, cohort analysis, or executive reporting found in `src/`
- No `OutcomeAnalytics` or `Attribution` modules or namespaces exist
- The Telemetry module (`src/Telemetry/`) tracks operational metrics but not outcome attribution
- The Signals module provides unified scoring but not outcome/attribution analytics
- This appears to be a genuinely deferred feature with no partial implementation
- Would require significant new infrastructure for tracking remediation outcomes over time
## Source
- Feature matrix scan
## Notes
- Module: Uncategorized
- Modules referenced: N/A
- Could build on Telemetry (`src/Telemetry/`) and Timeline (`src/Timeline/`) infrastructure when implemented