Projects
Users can organize their work into distinct projects.
Project List
The left sidebar displays a scrollable list of all projects the user has access to. Clicking on a project in the list will load its details in the main content area.
Create Project
Fill in details to create a new project.
- General project details.
- An initial Data source key.
- An Example data source entity will be created automatically with the following data:
- An Example data source entity will be created automatically with the following data:
- First template group.
Project Details
Tabs
- General
- Data source
- Template group
- Teams
- Add and remove team members.
Best Practices and Tips
- Create a new project that has multiple repositories.
- For example, a Fitness app that has multiple repositories for iOS, Android, and Web.
- Keep all the code in the same folder and add the path to the project directory.
- Example:
/fitness-app/ios
,/fitness-app/android
,/fitness-app/web
. - Project Directory:
User/username/fitness-app
- Create a new template group for each repository.
- This way you will be able to manage CLI commands for each projects.