docs(17-03): complete client image URL migration and migration script plan

This commit is contained in:
2026-04-05 12:29:23 +02:00
parent 6f40f94551
commit 4109f9fd78
4 changed files with 120 additions and 12 deletions

View File

@@ -53,7 +53,7 @@
- [ ] **Phase 14: PostgreSQL Migration** — Replace SQLite with Postgres, make all operations async, establish new test infrastructure
- [ ] **Phase 15: External Authentication** — Integrate self-hosted OIDC auth provider for user registration and login
- [x] **Phase 16: Multi-User Data Model** — Add user ownership to all entities with cross-user data isolation (completed 2026-04-05)
- [ ] **Phase 17: Object Storage** — Move images from local filesystem to MinIO (S3-compatible)
- [x] **Phase 17: Object Storage** — Move images from local filesystem to MinIO (S3-compatible) (completed 2026-04-05)
- [ ] **Phase 18: Global Items & Public Profiles** — Global item catalog, user profiles, and public setup sharing
## Phase Details
@@ -161,11 +161,11 @@ Plans:
2. All previously uploaded images are accessible after migration to MinIO (no broken images)
3. Image URLs work correctly in all views (collection, planning, setups, comparison table)
4. Docker Compose includes MinIO for local development with no manual bucket setup required
**Plans:** 2/3 plans executed
**Plans:** 3/3 plans complete
Plans:
- [x] 17-01-PLAN.md — Storage service abstraction + Docker Compose MinIO infrastructure
- [x] 17-02-PLAN.md — Server-side image handling refactoring (routes, services, MCP tools)
- [ ] 17-03-PLAN.md — Client component updates + image migration script
- [x] 17-03-PLAN.md — Client component updates + image migration script
### Phase 18: Global Items & Public Profiles
**Goal**: Users can discover gear through a global catalog and share their setups publicly via profile pages
@@ -200,5 +200,5 @@ Plans:
| 14. PostgreSQL Migration | v2.0 | 0/? | Not started | - |
| 15. External Authentication | v2.0 | 0/? | Not started | - |
| 16. Multi-User Data Model | v2.0 | 2/4 | Complete | 2026-04-05 |
| 17. Object Storage | v2.0 | 2/3 | In Progress| |
| 17. Object Storage | v2.0 | 3/3 | Complete | 2026-04-05 |
| 18. Global Items & Public Profiles | v2.0 | 0/? | Not started | - |