Author the competition area a spent entry opens - #391
Merged
Conversation
A student who spends an entry now lands inside the competition rather than on a dead link: the whole problem set on one page, their own clock in the header, and the examiner reachable from every problem. The entry response carries the problems, so one round trip both spends the entry and delivers what it bought, and the clock never starts before the statements arrive. A defense turn is stamped when it reaches the backend, never after the reply is generated, so a turn sent with time left on the clock counts towards the entry. The transcript draws a line where the entry stopped counting, and the conversation carries on beneath it unranked. Practice is the one competition a student may take twice, and a retake starts from nothing: the transcripts, the cached conversation lists and the unsent composer drafts all go with the run before it. The backend has no tables for any of this yet, so the surface is served by mock services reached with ?scenario=<name>. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The group panel's phone layout and the area links it now offers landed separately and touched the same rows. The layout stands as main authored it, with the links, the row's competition id and the AreaLink they share applied on top of it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
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.
A student who spends an entry now lands inside the competition rather than on a dead link: the whole problem set on one page, their own clock in the header, and the examiner reachable from every problem.
The entry response carries the problems, so one round trip both spends the entry and delivers what it bought, and the clock never starts before the statements arrive. A defense turn is stamped when it reaches the backend, never after the reply is generated, so a turn sent with time left on the clock counts towards the entry. The transcript draws a line where the entry stopped counting, and the conversation carries on beneath it unranked.
Practice is the one competition a student may take twice, and a retake starts from nothing: the transcripts, the cached conversation lists and the unsent composer drafts all go with the run before it.
The backend has no tables for any of this yet, so the surface is served by mock services reached with
?scenario=<name>.Merged
mainin along the way. The group panel's phone layout and the area links it now offers landed separately and touched the same rows: the layout stands asmainauthored it, with the links, the row's competition id and theAreaLinkthey share applied on top.🤖 Generated with Claude Code