You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thekaveman opened this issue
Jan 12, 2023
· 0 comments
· Fixed by #1201
Assignees
Labels
back-endDjango views, sessions, middleware, models, migrations etc.choreChores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
In #337 we introduced handling for an eligibility verifier selection form, which supports choosing between e.g. verifying eligibility with Login.gov or with a Courtesy Card. We also added a shortcut for when an agency has only a single verifier -- to bypass this form and go straight to the next step in the flow.
We want to have a consistent user experience regardless of the number of verifiers, and so it's time to remove this shortcut and always show the verifier selection page, even with only 1 option.
Acceptance Criteria
The user must always choose a verifier on /eligibility, regardless of the number of verifiers there are to choose from
The text was updated successfully, but these errors were encountered:
thekaveman
added
chore
Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
back-end
Django views, sessions, middleware, models, migrations etc.
labels
Jan 12, 2023
back-endDjango views, sessions, middleware, models, migrations etc.choreChores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
In #337 we introduced handling for an eligibility verifier selection form, which supports choosing between e.g. verifying eligibility with Login.gov or with a Courtesy Card. We also added a shortcut for when an agency has only a single verifier -- to bypass this form and go straight to the next step in the flow.
We want to have a consistent user experience regardless of the number of verifiers, and so it's time to remove this shortcut and always show the verifier selection page, even with only 1 option.
Acceptance Criteria
/eligibility
, regardless of the number of verifiers there are to choose fromAdditional context
Design sign-off on this approach: https://cal-itp.slack.com/archives/C013W8RUAMU/p1673542656882989
The text was updated successfully, but these errors were encountered: