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
Users shall be able to create teams. And switch the app context between their account and teams on the top left of the dashboard. A team consists of a name, that needs to be unique within the db (including user names) and consists of URL fragment characters. We also need a blacklist of names that we don't allow because they conflict with pages in the dashboard (e.g. settings, workspaces, admin, etc.).
A team is reachable by its URL which is https://gitpod.io/<teamname>
User Experience goal
The user should be able to create new teams and switch between teams through the dropdown element.
Proposal
In this first MVC (minimum viable change), we can do the following:
Update the top navigtation with tabs so that Workspaces and Settings are palced below the account dropdown.
Move the Admin item to the right menu.
Introduce a dropdown to switch between teams as well as create new teams.
Users shall be able to create teams. And switch the app context between their account and teams on the top left of the dashboard. A team consists of a name, that needs to be unique within the db (including user names) and consists of URL fragment characters. We also need a blacklist of names that we don't allow because they conflict with pages in the dashboard (e.g. settings, workspaces, admin, etc.).
A team is reachable by its URL which is
https://gitpod.io/<teamname>
User Experience goal
The user should be able to create new teams and switch between teams through the dropdown element.
Proposal
In this first MVC (minimum viable change), we can do the following:
Designs
See also design specs.
The text was updated successfully, but these errors were encountered: