docs: start milestone v1.1 Backlog and Tech Debt

This commit is contained in:
2026-03-27 15:40:42 +01:00
parent ef0cd94eb7
commit 0fcf03d4b5
2 changed files with 32 additions and 12 deletions
+24 -4
View File
@@ -25,9 +25,16 @@ An IT pro can go from zero to a deployable rclone setup in minutes — without n
### Active
- [ ] `scriptTargets` filtering: only render output blocks for selected Intune/RMM targets (tech debt TD-1)
- [ ] ReviewStep Back button (UX consistency with other steps — tech debt TD-2)
- [ ] Backend list in BackendSelectionStep driven by BACKEND_REGISTRY keys (maintainability — tech debt TD-4)
**Milestone: v1.1 — Backlog & Tech Debt**
*Tech debt:*
- [ ] `scriptTargets` filtering: only render output blocks for selected Intune/RMM targets (TD-1)
- [ ] ReviewStep Back button (UX consistency with other steps — TD-2)
- [ ] Backend list in BackendSelectionStep driven by BACKEND_REGISTRY keys (maintainability — TD-4)
- [ ] `BackendFormValues<T>` dead export removal from src/schemas/index.ts
- [ ] `act()` warnings fixed in BackendSelectionStep tests
*Backlog features:*
- [ ] Additional backends: OneDrive, SFTP, Google Cloud Storage, Backblaze B2
- [ ] Field-level format validation per backend (Azure account name format, S3 region codes)
- [ ] Explanatory tooltips on sensitive fields (SAS token vs access key, region codes)
@@ -76,5 +83,18 @@ An IT pro can go from zero to a deployable rclone setup in minutes — without n
| scriptTargets defaults to both ['intune','rmm'] | Users deselect rather than discover — less friction | — Pending (deferred filtering to v1.1) |
| BACKEND_REGISTRY keys not wired to UI list | Hardcoded BACKENDS constant in BackendSelectionStep | ⚠️ Revisit — maintainability gap for v1.1 |
## Current Milestone: v1.1 Backlog & Tech Debt
**Goal:** Ship all deferred tech debt and backlog features from v1.0 — no new functionality.
**Target features:**
- scriptTargets filtering in ReviewStep
- ReviewStep Back button
- BackendSelectionStep driven by BACKEND_REGISTRY
- Dead export + test warning cleanup
- 4 additional backends (OneDrive, SFTP, GCS, Backblaze B2)
- Field-level format validation per backend
- Explanatory tooltips on sensitive fields
---
*Last updated: 2026-03-27 after v1.0 milestone*
*Last updated: 2026-03-27 after v1.1 milestone started*