-
Notifications
You must be signed in to change notification settings - Fork 59
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
UI - whatever is needed #6554
Comments
obsolete comment deleted |
Test Notes
FUTURE: verify that clicking "Submit Name Request" reroutes to existing NR page (see #7653) |
@tlebedovich @forgeuxGH5 This ticket is now implemented in Dev (where the feature flag to enable it is ON). Please have a look. |
This feature is now in Dev; please have a look. If OK, please move this ticket to RFQA. There is outstanding (blocked) work needed for this feature. I have created ticket #7653 for that to reduce confusion between part 1 (this ticket) and part 2 (future), state changes, reviews, etc. |
Thanks @severinbeauvais - this part of the ticket looks good, I will move onto QA |
@severinbeauvais Waiting to talk with Scott , but in the meantime I noticed a couple small items after a longer look;
|
@severinbeauvais - Final comments from Scott - now that he has seen this working;
|
This was a deep, latent bug (as I am reusing a shared component), but I fixed it.
Similar problem to above. Fixed.
Done.
Done.
This is due to a built-in Vuetify transition (that I haven't been able to slay) because the tabs are different heights. If I make both tabs the same height then the problem goes away but actually the first tab is variable height (due to 1/2/3 requested names and possibly different addresses or payment details), but then the button layout on the second (tall-for-no-reason) tab looks weird. ^^^ This transition looks less weird if there are multiple names, tall addresses, or extra payment details. Note that I have not yet committed/merged these fixes. |
It's taking another half day to fix up the (pre-existing) validations. |
Validation Tests(When logged in with staff role.) 1a. Staff Payment tab initially has no radio button selected. 2a. Clicking Submit Name Request with no radio button selected shows red error bar. 3a. Clicking Cash or Cheque does not show validation message. 4a. Clicking BC Online does not show validation message. 5a. Clicking No Fee does not show validation message.
|
This is ready for final UX assurance (in Dev). If OK, please move to RFQA. Thanks! |
@tlebedovich ready for you! |
above updates look good. moving to QA. |
This ticket is to add the staff payment component and functionality to Namerequest UI. See designs for details.
DEV NOTES
The text was updated successfully, but these errors were encountered: