-
Notifications
You must be signed in to change notification settings - Fork 123
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
Adopter fosterer form answers #1256
Conversation
…dependent destroy on org
… belong to person
… form submissions and form answers;
…bmitted at in case someone submits a form twice in one day, then it is easiser to determine which answers you are looking at
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.
Update the form answers to a partial that can be user here and in the staff review of form answers. Do this once base branch is merged.
config/routes.rb
Outdated
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.
I re-arranged the routes file as it was getting ugly. Not directly related to this feature but sorely needed. I doubled checked to ensure I did not inadvertantly delete any routes. I did delete those that were no longer needed related to profile (the old adopter profile)
@@ -0,0 +1,24 @@ | |||
module Organizations |
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.
I decided we only need to show the latest form answers (form submission) to adopters and fosterers. They just need to validate accuracy of the current 'snapshot' of data and don't need to see prior submissions.
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.
@kasugaijin lgtm!
🔗 Issue
#1248
Adds ability for adtopers and fosterers to see their latest form submission's form answers so they can review it for accuracy.
✍️ Description
📷 Screenshots/Demos