docs: create milestone v1.1 roadmap (4 phases)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
gsd_state_version: 1.0
|
||||
milestone: v1.1
|
||||
milestone_name: Enhanced Reports
|
||||
status: planning
|
||||
stopped_at: Defining requirements for v1.1
|
||||
status: roadmap_complete
|
||||
stopped_at: Phase 6 not started — roadmap approved, ready for plan-phase
|
||||
last_updated: "2026-04-07T10:00:00.000Z"
|
||||
last_activity: 2026-04-07 — Milestone v1.1 started
|
||||
last_activity: 2026-04-07 — Roadmap created for v1.1 (Phases 6-9)
|
||||
progress:
|
||||
total_phases: 0
|
||||
total_phases: 4
|
||||
completed_phases: 0
|
||||
total_plans: 0
|
||||
completed_plans: 0
|
||||
@@ -21,14 +21,28 @@ progress:
|
||||
See: .planning/PROJECT.md (updated 2026-04-07)
|
||||
|
||||
**Core value:** Administrators can audit and manage SharePoint/Teams permissions and storage across multiple client tenants from a single, reliable desktop application.
|
||||
**Current focus:** v1.1 Enhanced Reports — user access audit, simplified permissions, storage graphs, global site selection
|
||||
**Current focus:** v1.1 Enhanced Reports — global site selection, user access audit, simplified permissions, storage visualization
|
||||
|
||||
## Current Position
|
||||
|
||||
Phase: Not started (defining requirements)
|
||||
Phase: 6 — Global Site Selection (not started)
|
||||
Plan: —
|
||||
Status: Defining requirements
|
||||
Last activity: 2026-04-07 — Milestone v1.1 started
|
||||
Status: Roadmap complete, awaiting first plan
|
||||
Last activity: 2026-04-07 — Roadmap created (Phases 6-9), 10/10 requirements mapped
|
||||
|
||||
```
|
||||
v1.1 Progress: [ ] 0%
|
||||
Phase 6 [ ] → Phase 7 [ ] → Phase 8 [ ] → Phase 9 [ ]
|
||||
```
|
||||
|
||||
## Performance Metrics
|
||||
|
||||
| Metric | v1.0 | v1.1 (running) |
|
||||
|--------|------|----------------|
|
||||
| Phases | 5 | 4 planned |
|
||||
| Plans | 36 | TBD |
|
||||
| Commits | 164 | 0 |
|
||||
| Tests | 134 pass / 22 skip | — |
|
||||
|
||||
## Accumulated Context
|
||||
|
||||
@@ -36,9 +50,15 @@ Last activity: 2026-04-07 — Milestone v1.1 started
|
||||
|
||||
Decisions are logged in PROJECT.md Key Decisions table.
|
||||
|
||||
**v1.1 architectural notes:**
|
||||
- Global site selection (Phase 6) changes the toolbar; all tabs must bind to a shared `GlobalSiteSelectionViewModel` or equivalent. Use `WeakReferenceMessenger` for cross-tab site-changed notifications, consistent with v1.0 messenger usage.
|
||||
- Per-tab override (SITE-02) means each `FeatureViewModelBase` subclass stores a nullable local site override; null means "use global".
|
||||
- Storage Visualization (Phase 9) requires a WPF charting NuGet (LiveCharts2 recommended — actively maintained, WPF-native, self-contained friendly). Wire chart data binding to the existing storage scan result model.
|
||||
- Self-contained EXE constraint: charting library must not require runtime DLLs outside the publish output.
|
||||
|
||||
### Pending Todos
|
||||
|
||||
1. Add global multi-site selection option (ui) — `todos/pending/2026-04-07-add-global-multi-site-selection-option.md` — **included in v1.1 scope**
|
||||
1. Add global multi-site selection option (ui) — `todos/pending/2026-04-07-add-global-multi-site-selection-option.md` — **addressed by Phase 6**
|
||||
|
||||
### Blockers/Concerns
|
||||
|
||||
@@ -47,5 +67,5 @@ None.
|
||||
## Session Continuity
|
||||
|
||||
Last session: 2026-04-07T10:00:00.000Z
|
||||
Stopped at: Defining requirements for v1.1
|
||||
Stopped at: Roadmap complete — run `/gsd:plan-phase 6` to begin
|
||||
Resume file: None
|
||||
|
||||
Reference in New Issue
Block a user