docs(05-01): complete pagination data model and navigation DOM plan

- 05-01-SUMMARY.md: paginated forest rendering with SLOTS_PER_PAGE=12
- STATE.md: advanced to plan 2 of 2, progress 95%, recorded decisions
- ROADMAP.md: phase 5 progress updated (1/2 summaries)
- REQUIREMENTS.md: MWLD-01..04 marked complete
This commit is contained in:
2026-03-29 23:00:30 +02:00
parent 348a71aa59
commit 44b6c9053a
4 changed files with 161 additions and 21 deletions
+4 -4
View File
@@ -116,10 +116,10 @@ Requirements for initial release (MVP). Each maps to roadmap phases.
### Multi-Wald-System
- [ ] **MWLD-01**: Wald-Seite berechnet aus Element-Index (Math.floor(index / 12)), kein DB-Schema-Change
- [ ] **MWLD-02**: renderForestScene zeigt nur 12 Elemente pro Seite (page-basiertes Slicing)
- [ ] **MWLD-03**: Navigationspfeile (Links/Rechts) neben Waldszene, min 44px Touch-Targets, Pastellfarben
- [ ] **MWLD-04**: "Wald X von Y" Textanzeige, Navigation bei nur einer Seite ausgeblendet
- [x] **MWLD-01**: Wald-Seite berechnet aus Element-Index (Math.floor(index / 12)), kein DB-Schema-Change
- [x] **MWLD-02**: renderForestScene zeigt nur 12 Elemente pro Seite (page-basiertes Slicing)
- [x] **MWLD-03**: Navigationspfeile (Links/Rechts) neben Waldszene, min 44px Touch-Targets, Pastellfarben
- [x] **MWLD-04**: "Wald X von Y" Textanzeige, Navigation bei nur einer Seite ausgeblendet
- [ ] **MWLD-05**: currentForestPage in Progress gespeichert, nach Reload wiederhergestellt
- [ ] **MWLD-06**: Nach Lesson-Abschluss automatisch zur Seite mit dem neuen Element navigieren
- [ ] **MWLD-07**: Sanfte Fade-Animation beim Seitenwechsel