docs: add spec, plan, and tasks for colors and box-model task wording fix (#9)

This commit is contained in:
2026-03-28 23:51:13 +01:00
parent dc048eba4e
commit 3d6ff645fe
3 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Tasks
## Phase 1: Colors Module
- [ ] Task 1.1: Rewrite task text for all 4 colors lessons to describe visual outcomes
- [ ] Task 1.2: Change colors validations from property_value to regex accepting multiple valid color names
- [ ] Task 1.3: Update colors validation error messages to hint without revealing answers
## Phase 2: Box Model Module (English)
- [ ] Task 2.1: Rewrite task text for all 8 box-model lessons to describe visual outcomes
- [ ] Task 2.2: Review box-model validation messages (already good, update only if needed)
## Phase 3: Box Model Translations [P]
- [ ] Task 3.1: Rewrite task text in Arabic (ar/01-box-model.json) [P]
- [ ] Task 3.2: Rewrite task text in German (de/01-box-model.json) [P]
- [ ] Task 3.3: Rewrite task text in Spanish (es/01-box-model.json) [P]
- [ ] Task 3.4: Rewrite task text in Polish (pl/01-box-model.json) [P]
- [ ] Task 3.5: Rewrite task text in Ukrainian (uk/01-box-model.json) [P]
## Phase 4: Validation
- [ ] Task 4.1: Run existing test suite to confirm no regressions
- [ ] Task 4.2: Run lesson format check (npm run format.lessons)
- [ ] Task 4.3: Verify all modified JSON files conform to module schema