Skip to content
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

Remove auto-forward for single-verifier agencies #1200

Closed
1 task
thekaveman opened this issue Jan 12, 2023 · 0 comments · Fixed by #1201
Closed
1 task

Remove auto-forward for single-verifier agencies #1200

thekaveman opened this issue Jan 12, 2023 · 0 comments · Fixed by #1201
Assignees
Labels
back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.

Comments

@thekaveman
Copy link
Member

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

Additional context

Design sign-off on this approach: https://cal-itp.slack.com/archives/C013W8RUAMU/p1673542656882989

@thekaveman 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
@angela-tran angela-tran self-assigned this Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants