Edit bulk payment attendees until connected to a registrant - #2007
Draft
maebeale wants to merge 23 commits into
Draft
Edit bulk payment attendees until connected to a registrant#2007maebeale wants to merge 23 commits into
maebeale wants to merge 23 commits into
Conversation
maebeale
marked this pull request as ready for review
July 22, 2026 12:36
maebeale
marked this pull request as draft
July 22, 2026 12:36
maebeale
force-pushed
the
maebeale/editable-bulk-payment-members
branch
from
July 25, 2026 12:34
44acdb8 to
232e831
Compare
Collaborator
Author
|
@jmilljr24 i think your newest "Link" pr handles a bunch in here. but, this adds the ability for the submitter to change their names. |
Collaborator
Author
|
i'm going to edit this so it's based off pr #2018 |
PR #2018 splits the bulk payment flow into a public, slug-based Events::BulkPaymentSubmissions controller and an admin-only Events::BulkPayments controller, relocates the payer-facing views under bulk_payment_submissions/, replaces Events::BulkPaymentPolicy with a slug-aware FormSubmissionPolicy, and standardizes the form-responses link on the :slug param. The attendee-editing feature was built against the old single-controller layout, so move it onto that new structure rather than reintroducing the pre-refactor shape: - edit/update and the admin-only per-attendee payment status now live on BulkPaymentSubmissions (the slug-based, unauthenticated controller), authorized through FormSubmissionPolicy#edit?/#update?. - the edit view and its attendee-fields partial move alongside ticket in bulk_payment_submissions/; the ticket keeps the redesigned attendee section and points "View your form responses" at ?slug=. - the "Edit attendees" affordance re-lands on #2018's redesigned card. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maebeale
force-pushed
the
maebeale/editable-bulk-payment-members
branch
from
July 29, 2026 12:43
9557f5a to
e3111a6
Compare
maebeale
changed the base branch from
main
to
capture-bulk-payment-attendee-registrant-link
July 29, 2026 12:43
Base automatically changed from
capture-bulk-payment-attendee-registrant-link
to
main
July 29, 2026 13:33
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.
🤖 suggested review level: 3 Read 📖 contained new edit/update flow on the public bulk-payment surface plus email variants
What is the goal of this PR and why is this important?
How did you approach the change?
edit/updateactions onEvents::BulkPaymentSubmissions(the slug-based, unauthenticated controller Capture bulk payment attendee registrant link #2018 introduced), authorized viaFormSubmissionPolicy#edit?/#update?; reuses the existingbulk-payment-attendeesStimulus controller.matched_attendeesmatch) render read-only but stay removable; unmatched rows are editable and new rows can always be added.Anything else to add?
bulk_payment_confirmation_updated,bulk_payment_confirmation_updated_fyi.page_bg_classmapping registered.