feat: batch RSVP wizard + Luma form scanner (sausage-24472)#153
Draft
snackman wants to merge 4 commits into
Draft
feat: batch RSVP wizard + Luma form scanner (sausage-24472)#153snackman wants to merge 4 commits into
snackman wants to merge 4 commits into
Conversation
Add a multi-step batch RSVP wizard that lets users RSVP to multiple Luma events in their itinerary at once. Includes: - Luma form field scanner (API + CLI script) - 4-step wizard modal: select events, profile info, custom fields, review - Batch job API with status polling - Supabase migrations for form cache, custom answers, and job tracking - Extended profile with phone, website, first_name, last_name fields - RsvpButton now supports pending/submitting/failed states - Playwright-based batch processor script for Turnstile token extraction Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Fix RegistrationAnswer type to match Luma API (value/label/question_type) - Guard against null insertedJobs in batch-rsvp route - Fix stale handleClose closure in Escape handler (move before useEffect) - Add polling cleanup on unmount to prevent memory leaks - Add auth to scan-form route to prevent abuse - Pass auth token from frontend when scanning forms - Skip events with failed scans (no eventApiId) instead of silent 400 - Offset batch RSVP FAB when CheckInFAB is visible Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of extracting Turnstile tokens (which Cloudflare blocks), fill the Luma embed form natively and let Luma's JS handle Turnstile. Note: Turnstile still detects Playwright-driven Chrome. The processor script needs a CAPTCHA-solving service or persistent browser session to work end-to-end. The API layer (job creation, polling) is fully functional. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Test plan
Generated with Claude Code