docs(guide): refresh all guide screenshots to current UI + README AI use case#24
Merged
Conversation
…ndered The previous 04-attendees-qr.png fired mid-load: the QR card was a skeleton and the table showed '0 participants'. Recapture waits for the QR's Download PNG button and the populated '6 participants' table before shooting. Adds scripts/capture-attendees.mjs (logs in, seeds participants, waits, shoots).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Create Event dialog gained an 'Event date & time (optional)' field after the original shot; the screenshot missed it. Recaptured with all fields filled (date 15/07/2026, max participants 30). Adds scripts/capture-create-event.mjs.
…case
- Harden capture-guide.mjs: fill event date + participant limit (02), wait for
the full QR card + populated roster (04), wait for both config cards (06).
- Regenerate all 9 shots so they show breadcrumbs, the event date + Archive/Delete
buttons (03), the rendered config form (06), and the Regenerate button (07) —
all of which the old screenshots predated.
- Remove the one-off capture-{join,attendees,create-event}.mjs stopgaps; the
canonical capture-guide.mjs now handles every shot robustly.
- README: state the AI 'Other'-strength categorization in the project description.
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.
Summary
Counter-checked all 9 guide screenshots; several were stale or captured mid-load. Regenerated the whole set from the current UI and hardened the capture script.
What was wrong (now fixed):
Script changes:
scripts/capture-guide.mjs: fills the event date + participant limit (02); waits for the full QR card + populated table (04); waits for both config cards (06).capture-join.mjs/capture-attendees.mjs/capture-create-event.mjsstopgaps —capture-guide.mjsis now the single robust source for all 9.README: the project description now states the AI use case — Claude maps each attendee's free-text "Other" strength to a standard category before allocation, while team-building stays fully deterministic.
Test Plan
🤖 Generated with Claude Code