Closed
Description
The team landing page has a URL https://gitpod.io/<team-name>/
The main tab Projects
should list all projects of the team.
User Experience goal
The user should be able to a) see all added projects, b) navigate to the new project flow, c) navigate to adding a member page, d) navigate to any of the project pages.
Proposal
In this first MVC (minimum viable change), we can do the following:
- Reuse the same pattern for the empty state when there are no recent projects.
- Introduce a card component for each project.
- Use a three column layout based on the existing 12 column grid for adding projects cards.
- Include a card placeholder for making adding project more intuitive.
- Link to the latest prebuid on the bottom of each card.
Designs
Empty | 1 Project | 1 Project (Hover) |
---|---|---|
![]() |
![]() |
![]() |
Multiple Projects | Multiple Projects (Grid) |
---|---|
![]() |
![]() |
See also design specs.