-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement Agency Selection page #1197
Comments
@angela-tran your comment got me thinking about the approach we landed on, and I have yet another idea that is kind of a variation on the second and third options:
The former would assume agency is in the session (and throw an exception if not, just like now); the latter would get the agency as an argument to the view function. This option is similar to how we do e.g. agency selection via URLs already, and avoids the use of the querystring. Thoughts? |
I like that the cards would be more directly linking to the page they want, that this doesn't add a new URL (just builds upon an existing one), and that it's more consistent with how we're selecting agencies. I think this is better! |
Final designs provided: https://cal-itp.slack.com/archives/C013W8RUAMU/p1673631693341459 @thekaveman asks:
@srhhnry responds:
|
This task is to implement the agency selection based off the notes from #1090 (comment) and the designs in Figma (once they are finalized).
The backend code will need to change to support this - see the approach outlined in #1197 (comment)
Other ideas that we considered
Acceptance Criteria
/
) or an agency's index page (e.g./mst
)Additional context
The text was updated successfully, but these errors were encountered: