-
Notifications
You must be signed in to change notification settings - Fork 31
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
Submission flow success should bring user back to the feed instead of the "email submission confirmation" page. #182
Comments
Hi, I'm interested in helping with this. How do I assign this to myself, and place it into In Progress? |
@ldaws003 are you still working on this? |
Hi Teddy, I have not started working on this issue due me not being able to put this issue into In Progress in the Engage Project Plan since I am not a member of hackla on github. |
@TeddyCr Can I just get started on this and the other issue? |
Thank you |
@ldaws003 talking with our UI/UX designer (@THaney15) he brought up a good point. This pop up should show up on the review submission page - after you click the submit button. Then when you click on the Let me know if you have any questions. |
@TeddyCr Sounds good, would you also want the url to have this while the popup is there? https://smstaging.engage.town/#/emailConfirmation |
@ldaws003, yes, that would be great. |
@TeddyCr sorry, couldn’t make the url change without the page reloading. Everything else seems to work and I made a pull request. |
Sounds good. We'll review it and give any feedback if needed. :) |
Context
Currently, the end of the feedback flow brings the user to a page that says to check their email for confirmation. Getting back to the feed is not obvious (based on user feedback).
Instead, successfully submitting feedback on an AgendaItem should bring the user immediately back to the feed where a pop-up should tell them to check their email for verification.
Tasks
Currently there exists a component called
PositionFormFinalStep.jsx
, which is being routed to as a separate page. Instead, that content should be presented as a pop-up after the user is directed back to the feed after a successful form submission (ConfirmFormContentComponent.jsx
). Pop-up should look like this (fonts and colors approximated - inherit styling from latest style):ConfirmFormContentComponent.jsx
and removePositionFormFinalStep.jsx
form last step of the item flow.Files
Pop-up confirmation message
The text was updated successfully, but these errors were encountered: