docs(14-03): complete service layer async conversion plan

- SUMMARY.md documents 30 async function conversions across 9 service files
- STATE.md updated with position, decisions, session info
- ROADMAP.md progress updated (4/6 summaries for phase 14)
- Requirements DB-01, DB-02 marked complete
This commit is contained in:
2026-04-04 12:36:38 +02:00
parent 75bf3e0dcd
commit fddbf8166d
4 changed files with 149 additions and 19 deletions

View File

@@ -9,8 +9,8 @@ Requirements for this milestone. Each maps to roadmap phases.
### Database Migration
- [ ] **DB-01**: Application runs on PostgreSQL instead of SQLite
- [ ] **DB-02**: All service functions use async database operations
- [x] **DB-01**: Application runs on PostgreSQL instead of SQLite
- [x] **DB-02**: All service functions use async database operations
- [ ] **DB-03**: Test infrastructure uses PGlite instead of bun:sqlite in-memory databases
- [x] **DB-04**: Existing SQLite data can be migrated to Postgres via a one-time script
- [ ] **DB-05**: Docker Compose provides Postgres for local development
@@ -116,8 +116,8 @@ Which phases cover which requirements. Updated during roadmap creation.
| Requirement | Phase | Status |
|-------------|-------|--------|
| DB-01 | Phase 14 | Pending |
| DB-02 | Phase 14 | Pending |
| DB-01 | Phase 14 | Complete |
| DB-02 | Phase 14 | Complete |
| DB-03 | Phase 14 | Pending |
| DB-04 | Phase 14 | Complete |
| DB-05 | Phase 14 | Pending |