1.3 Orientation value type

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 13:59:20 +02:00
parent cfaa4e86ab
commit c5f87d352a
3 changed files with 81 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
- JSON converter + `IParsable`.
- **Tests:** `FrameNameTests` — accepts URL-safe, rejects whitespace/reserved chars with clear message.
### [ ] 1.3 `Orientation`
### [x] 1.3 `Orientation`
- `enum { Landscape, Portrait }`.
- JSON converter reading/writing kebab-case lowercase.