Rewrite project page sections (#215)

This commit is contained in:
pollfly 2022-03-28 12:17:15 +03:00 committed by GitHub
parent 76330e9b60
commit a23bc29392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -19,7 +19,7 @@ page when relevant).
## Project Folders
Project folders display summarized project information.
Project folders display summarized project information:
![Project card](../img/webapp_project_card.png)
@ -31,16 +31,18 @@ subprojects. Click on a subproject's name to navigate to it.
### Project Actions
Click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" /> on the top right
of a project folder to open its context menu and access project actions.
of a project folder to open its context menu and access the following project actions:
![Project context menu](../img/webapp_projects_context_menu.png)
To delete a project, all of its experiments must be [archived](webapp_archiving.md) first.
* **Rename** - Rename the project.
* **New Project** - Create a new project (by default a subproject).
* **Move to** - Move the project into another project. If the target project does not exist, it is created on-the-fly.
* **Delete** - Delete the project. To delete a project, all of its experiments must be [archived](webapp_archiving.md) first.
## Create New Projects
1. Click the **+ NEW PROJECT** button in the top right of the page in a project's context menu, which will open a
**New Project** window.
1. Input a project name
1. Input a target location (`Create in`). Projects can be created in the root or in another project (or subproject)
1. Input a description and default output destination.
To create a new project, click the **+ NEW PROJECT** button in the top right of the page or in a project's context menu,
which will open a **New Project** modal.
![New project modal](../img/webapp_projects_new_project.png)