Conversation
Adds GET /:slug/submissions.csv (judge/admin) and a DOWNLOAD CSV button in the judging panel. Flattens each submission plus its feedback survey (surfaces, surfacesPrimary, agentEnv, deadlineStatus, biggestBlocker, couldntHandle, wouldKeepBuilding) into columns. All cells route through the shared csvCell formula-injection guard. Feedback was being saved but had no admin-facing review surface; this is it.
A flaky Alpine CDN made 'apk add python3 make g++' fail with exit 15, breaking a Railway deploy (and stranding an env-var change). Retry up to 5x with backoff so a transient mirror blip can't fail the build.
feat(judging): download submissions + feedback responses as CSV
fix(docker): retry apk add on transient Alpine mirror failures
|
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.
Promotes
develop→main(prod deploy: Railway + Vercel). Merging this triggers a Railway build that uses the hardened Dockerfile below — so the deploy should succeed and your updatedRESEND_FROM_EMAIL=admin@stadium.joinwebzero.com(verified domain) goes live, fixing email.Included
apk add python3 make g++now retries 5× with backoff, so a transient Alpine mirror failure (exit 15, what just broke the deploy) can't fail the build again.GET /:slug/submissions.csv(judge/admin) + a DOWNLOAD CSV button in the judging panel; flattens every submission and its feedback survey into columns (formula-injection-safe).After merge
Not included (intentionally held)