-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new reminders controller + remove old version #3413
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- Should we rename
independent_reminders_path
to justreminders_path
now?
One thing we might want to consider is if the claim already has a verified email, change the "Set reminder" link to be a button_to
the update action and have update handle sending the reminder email, that way we can avoid sending emails in the show action and remove the set_reminder_from_claim
method. Not a blocker though, just something we might want to consider in future.
0b24f49
to
8446030
Compare
Done
Won't do this now but yes agreed that would be much nicer approach. I just kind of ported the old pattern without too much thought. |
8446030
to
65bc016
Compare
Context
PartOfClaimJourney
,FormSubmittable
and all the controller level callbacks that this mechanism depends upon in favour of more contained explicit form objects.