M1: content backbone - #1
Merged
Merged
Conversation
Models for the tenant layer (Zoo, StaffMembership, ZooScopedModel) and all content (Exhibit, Animal, Marker, Challenge, Quest, QuestChallenge, Badge, Level) per Blueprint Section D. Challenge type registry with per-type config validation; XP defaults resolve from Zoo.settings -> ZOOQUEST_DEFAULTS, never literals. Django Admin themed with Unfold: zoo-scoped querysets, inlines, type-aware challenge form, badge rule preview, marker QR previews and a 'Print QR sheet' action (two markers per letter page, QR encodes PLAY_BASE_URL/s/<code>). Read-only API: zoo summary, quest list/detail, map, animals, marker lookup. Correct answers are never serialized. 20 tests, all loading the Cedar Hollow fixture (80 rows) as the shared starting state. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KAaivnLHszR4G5fsh1fpjg
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Models for the tenant layer (Zoo, StaffMembership, ZooScopedModel) and all content (Exhibit, Animal, Marker, Challenge, Quest, QuestChallenge, Badge, Level) per Blueprint Section D. Challenge type registry with per-type config validation; XP defaults resolve from Zoo.settings -> ZOOQUEST_DEFAULTS, never literals.
Django Admin themed with Unfold: zoo-scoped querysets, inlines, type-aware challenge form, badge rule preview, marker QR previews and a 'Print QR sheet' action (two markers per letter page, QR encodes PLAY_BASE_URL/s/
).Read-only API: zoo summary, quest list/detail, map, animals, marker lookup. Correct answers are never serialized. 20 tests, all loading the Cedar Hollow fixture (80 rows) as the shared starting state.
Claude-Session: https://claude.ai/code/session_01KAaivnLHszR4G5fsh1fpjg