semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,22 @@
# MI7 - Telemetry Schema for ui.micro.* Events
## Status
NOT_FOUND
## Description
The ui.micro telemetry JSON schema and associated unit test validator were not found. Triage-specific telemetry exists but the generic micro-interaction telemetry schema is missing.
## Why Not Implemented
- No `ui.micro.*` telemetry JSON schema found in `src/Web/` or `docs/`
- No dedicated micro-interaction telemetry event system found in the Web UI source
- The Telemetry module (`src/Telemetry/StellaOps.Telemetry.Core/`) tracks backend metrics (Time-to-Evidence, attestation metrics, scan completion) but not frontend UI micro-events
- The Web UI does not appear to have an instrumented event bus for tracking fine-grained user interactions
- This was a documentation + schema deliverable; the generic telemetry infrastructure exists but the UI-specific micro-event schema was never defined
## Source
- Feature matrix scan
## Notes
- Module: Web
- Modules referenced: `src/Web`
- Related: `src/Telemetry/` (backend telemetry infrastructure)