cloud-gov / cg-ui

for the 2024 18F-supported cloud.gov product UI formerly known as the Stratos Dashboard
Other
3 stars 0 forks source link

Enable users to view and switch their current organization #340

Open hursey013 opened 2 months ago

hursey013 commented 2 months ago

Background:

Cloud.gov Platform admins and some users are members of multiple organizations. It's essential that users are always aware of what org they are currently working within and making changes to. Most users are members of only one organization, and do not need to swap, but should still be certain of their organization's identity.

About orgs

Each organization has a guid and single string name (immutable) defined at org creation in a hyphenated-slug-format. (There isn't a prettier human-friendly org name but they're reliably understandable/recognizable like "cloud-gov"). Users do not have the choice to join or leave an organization, delete an organization, or edit the organization name. Users should generally not be in "no" org (unless there's an application error) -- all cloud.gov users should be members of at least one organization. (while this isn't true for pages users, who have different orgs, we don't need to accommodate that now)

Proposed steps

Ensure this issue has a clear Definition of Done in the Acceptance Criteria list below:

Acceptance Criteria

The proposed design accommodates the following:

jduss4 commented 1 month ago

Related to #409 and #410