Build participant-facing Parcel Society UI#5
Open
Spbd1 wants to merge 1 commit into
Open
Conversation
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.
Motivation
Description
/landing (reworked content),/tutorial,/comprehension-check(client UI),/join,/game/[serverId](dashboard),/game/[serverId]/summary, and/game/[serverId]/final, plus simple responsive layout and Tailwind styling.requestJsonand UI features including a 10x10 map with highlighted player parcel, action panel with AP tracking and validation, contract target/amount inputs, loading and error states, and passed/fail feedback for the comprehension check.api/comprehension-check(persist answers),api/join-server(now checks for a passed comprehension check),api/servers/[serverId]/state,api/servers/[serverId]/round-summary(enriched), andapi/servers/[serverId]/final-summary, and a newcomprehensionCheckSchemainlib/api/schemas.ts.app/layout.tsxandapp/page.tsxto route the participant flow and surface Join/Tutorial links.Testing
git diff --checkwhich reported no problems.pnpm install, but it failed due to the environment returning a403 Forbiddenfrom the npm registry foreslint, preventingnode_modulesinstallation.pnpm --filter @parcel-society/web typecheck,pnpm --filter @parcel-society/web lint,pnpm --filter @parcel-society/web test, andpnpm --filter @parcel-society/web build, all of which could not complete because required dependencies were not installed;typecheckproduced many module/JSX errors primarily becausenode_modulesis missing in this environment.Codex Task