feat: add Visa & Invitation Letters system for international attendees#58
Merged
JacobCoffee merged 1 commit intomainfrom Mar 19, 2026
Merged
feat: add Visa & Invitation Letters system for international attendees#58JacobCoffee merged 1 commit intomainfrom
JacobCoffee merged 1 commit intomainfrom
Conversation
#19) LetterRequest model with status workflow (submit → review → approve → generate PDF → send), reportlab-based PDF generation service, attendee-facing request form + detail views, staff manage dashboard with review/approve/reject/generate/send actions and inline PDF preview, visa letters report with nationality breakdown and CSV export, seed data with 15 demo requests across all statuses, and 62 tests covering model, form, service, and view layers. Also fixes: reports dashboard revenue decimal formatting, KPI card height alignment. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
transition_to(), race condition handling on duplicate submissions$13153.700000000000→$13153.70), KPI card height alignmentTest plan
make cipasses (62 new tests, 1965 total passing; 1 pre-existing failure in voucher bulk views)make devseeds 15 letter requests visible in manage dashboard🤖 Generated with Claude Code