-
Notifications
You must be signed in to change notification settings - Fork 19
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
Motion to Vacate | Success banner after AddressMotionToVacate task is submitted #13073
Comments
@geronimoramos @rutvigupta-design Do you have a design for this success banner, or do you have opinions on the copy above? |
I think this banner might exist, but that it wasn't getting triggered at the correct time. |
@rutvigupta-design What should the "detail" message be for this alert? I'm setting the title to "Disposition Saved", but I need to override the detail (smaller text) with something The default "detail" copy for success alerts on judge queue page apparently is |
@jcq Attaching designs for the success banner for denied and dismissed motions. |
@jcq here is the banner for granted motions (full or partial vacaturs). |
Connects #13073 ### Description We now display success alerts at the top of judge's queue upon completion of `AddressMotionToVacate` task. This also removes the flash message that was being displayed when going back to the appeal detail page, as that should not have been happening. ### Acceptance Criteria - [ ] Code compiles correctly - [ ] Success alert shows upon successful completion of `AddressMotionToVacate`
User or job story
User story: As a Judge, after I submit an AddressMotionToVacate task, when I am redirected to queue I'd like to see a success banner.
Acceptance criteria
Tech notes
See PostDecisionMotionController.
The banner is currently being displayed elsewhere later (it's shown up in a couple of different pages). We believe it's because the page is not actually refreshing from the server, which is where the flash message is coming from.
It may be worth having the routing do a fresh refresh when redirecting to the Queue page, or otherwise seeing how these alerts are used elsewhere in the Queue app.
The text was updated successfully, but these errors were encountered: