Commit Graph
13 Commits
Author SHA1 Message Date
kfj001 266c2451f1 Admin mode. Data driven content sections. Bugfixes. 2026-06-19 17:36:35 +00:00
kfj001andClaude bd65455945 fix: resolve Pydantic date field shadowing causing 422 on event update
The field name 'date' in EventUpdate shadowed the 'date' type from
datetime, causing Pydantic v2 to interpret Optional[date] as
Optional[None] — rejecting all non-null values with a 422 error.

Fix: rename import to 'date as _date' and use '_date' in all
annotations. Also improve error handling in admin forms to properly
display 422 validation error messages.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-19 17:19:03 +00:00
kfj001 b0564ba727 updated robodoc 2026-06-18 08:30:07 +00:00
kfj001 57b882128d working dev environment 2026-06-18 08:29:03 +00:00
kfj001 6fc00b8ce9 updated 3 tier structure 2026-06-18 04:31:37 +00:00
kfj001 13855bf620 minor changes to build env after 3 tier 2026-06-12 18:17:23 +00:00
kfj001 e5fef8b181 working 3 tier approach 2026-06-11 22:34:55 -07:00
kfj001 4482a30793 new background asset 2026-06-11 22:42:35 +00:00
kfj001 b1f506b250 fixes recursive routing issue 2026-06-11 22:24:52 +00:00
kfj001 fd228896ea fixes svg file pathing 2026-06-11 17:31:44 +00:00
kfj001 3f43d21edc documentation! 2026-06-10 20:09:38 +00:00
kfj001 771e1e166f first pass - kryz inspired 2026-06-10 18:34:23 +00:00
kfj001 3063d01ec5 initial commit - working devcontainer 2026-06-09 22:43:41 +00:00