docs(09-storage-visualization): create phase plan — 4 plans in 4 waves

Wave 1: LiveCharts2 NuGet + FileTypeMetric model + IStorageService extension
Wave 2: StorageService file-type enumeration implementation
Wave 3: ViewModel chart properties + View XAML + localization
Wave 4: Unit tests for chart ViewModel behavior

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dev
2026-04-07 15:16:16 +02:00
parent 666e918810
commit a63a698282
5 changed files with 1290 additions and 5 deletions

View File

@@ -93,7 +93,12 @@ Plans:
2. After a storage scan completes, a chart appears in the Storage Metrics tab showing space broken down by file type
3. A toggle control switches the chart between pie/donut and bar chart representations without re-running the scan
4. The chart updates automatically whenever a new storage scan finishes, without requiring manual refresh
**Plans**: TBD
**Plans:** 4 plans
Plans:
- [ ] 09-01-PLAN.md — LiveCharts2 NuGet + FileTypeMetric model + IStorageService extension (Wave 1)
- [ ] 09-02-PLAN.md — StorageService file-type enumeration implementation (Wave 2)
- [ ] 09-03-PLAN.md — ViewModel chart properties + View XAML + localization (Wave 3)
- [ ] 09-04-PLAN.md — Unit tests for chart ViewModel behavior (Wave 4)
## Progress
@@ -104,7 +109,7 @@ Plans:
| 3. Storage and File Operations | v1.0 | 8/8 | Complete | 2026-04-02 |
| 4. Bulk Operations and Provisioning | v1.0 | 10/10 | Complete | 2026-04-03 |
| 5. Distribution and Hardening | v1.0 | 3/3 | Complete | 2026-04-03 |
| 6. Global Site Selection | 5/5 | Complete | 2026-04-07 | - |
| 7. User Access Audit | 10/10 | Complete | 2026-04-07 | - |
| 8. Simplified Permissions | 6/6 | Complete | 2026-04-07 | - |
| 9. Storage Visualization | v1.1 | 0/? | Not started | - |
| 6. Global Site Selection | v1.1 | 5/5 | Complete | 2026-04-07 |
| 7. User Access Audit | v1.1 | 10/10 | Complete | 2026-04-07 |
| 8. Simplified Permissions | v1.1 | 6/6 | Complete | 2026-04-07 |
| 9. Storage Visualization | v1.1 | 0/4 | Not started | - |