Implementing a “create new project” functionality in the dashboard of the platform. The created new project should be immediately updated in the project dashboard.
To implement 2 features from create new project.
Add environment for the project, by default there is an environment named default. In the array of object environment, there should be only one default workspace. And user can add as many environments as they want.
After sending the environment request. The project dashboard should auto refresh to show the recently added project.