-
Notifications
You must be signed in to change notification settings - Fork 5
Description
When the user logs in, they are taken immediately to a Create Project page, even if there are existing projects the user has already created.
The initial "home" page for the user should be a page listing all the existing projects - or No Projects Available if the user hasn't created any projects. The page should also include a button to Create a New Project. That button should lead to the create new project page.
The default page should be changed to the project list page. The project list page should also have some basic information about each project, the description, whether current agents are running and their status, and a status of the project (state: discovery, development, testing, deployment, production, etc.). Whatever information is stored and is available about the project. (this may elicit new requirements for information about projects that need to be stored.) For example, for projects with deployment URLs, there probably should be link to the test, staging, and production environments for these projects.