Restructure solution layout by module

This commit is contained in:
master
2025-10-28 15:10:40 +02:00
parent 95daa159c4
commit d870da18ce
4103 changed files with 192899 additions and 187024 deletions

View File

@@ -0,0 +1,15 @@
# ImpactIndex Stub Removal Tracker
- **Created:** 2025-10-20
- **Owner:** Scheduler ImpactIndex Guild
- **Reference Task:** SCHED-IMPACT-16-300 (fixture-backed stub)
## Exit Reminder
Replace `FixtureImpactIndex` with the roaring bitmap-backed implementation once SCHED-IMPACT-16-301/302 are completed, then delete:
1. Stub classes (`FixtureImpactIndex`, `ImpactIndexStubOptions`, `ImpactIndexServiceCollectionExtensions`).
2. Embedded sample fixture wiring in `StellaOps.Scheduler.ImpactIndex.csproj`.
3. Temporary unit tests in `StellaOps.Scheduler.ImpactIndex.Tests`.
Remove this file when the production ImpactIndex replaces the stub.