Skip to content

docs: add explicit Data model section to README - #17

Merged
kernvex merged 1 commit into
mainfrom
docs/readme-data-model
Jul 21, 2026
Merged

docs: add explicit Data model section to README#17
kernvex merged 1 commit into
mainfrom
docs/readme-data-model

Conversation

@kernvex

@kernvex kernvex commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Adds a dedicated Data model section to the README, so the submission explicitly covers the brief's "architectural choices and data modeling" (previously the data model was only implicit in CONTEXT.md and the Zod schemas).

Covers: the Property→Rooms nested aggregate and its fields, the derived-not-stored values (price_from, nights, total_price), and the Zod-schema-as-single-source-of-truth (validates the seed at load time, infers the domain types). Docs only — no code change.

🤖 Generated with Claude Code

The submission brief asks the README to explain "architectural choices and
data modeling." Architecture was covered but the data model was only
implicit (CONTEXT.md + the Zod schemas). Add a dedicated "Data model"
section: the Property→Rooms nested aggregate and its fields, the
derived-not-stored values (price_from, nights, total_price), and the
Zod-schema-as-single-source-of-truth (validates the seed, infers the
domain types). No code change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kernvex
kernvex merged commit 3e2e76f into main Jul 21, 2026
2 checks passed
@kernvex
kernvex deleted the docs/readme-data-model branch July 21, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant