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
Recently we added the endpoint to view all organization a user has access to, and the ability for users to select an organization and hold that state as a query parameter.
Currently, the front end queries the users orgs and sets the current org to the first one in the list by default. We would like to, instead, allow users to select an org and have org selected on new tabs, or upon refresh.
options
Update the database when a user makes a selection
Store the users preference in their local storage.
I'm partial to the second option. It means the selection is local to the browser/client, but that's ok.
This feature was inspired by the project setting in Google cloud console which uses a GraphQL call so save this state.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Recently we added the endpoint to view all organization a user has access to, and the ability for users to select an organization and hold that state as a query parameter.
Currently, the front end queries the users orgs and sets the current org to the first one in the list by default. We would like to, instead, allow users to select an org and have org selected on new tabs, or upon refresh.
options
I'm partial to the second option. It means the selection is local to the browser/client, but that's ok.
This feature was inspired by the project setting in Google cloud console which uses a GraphQL call so save this state.
The text was updated successfully, but these errors were encountered: