diff --git a/docs/img/webapp_projects_new_project.png b/docs/img/webapp_projects_new_project.png new file mode 100644 index 00000000..affb69a2 Binary files /dev/null and b/docs/img/webapp_projects_new_project.png differ diff --git a/docs/webapp/webapp_projects_page.md b/docs/webapp/webapp_projects_page.md index 31222d45..d241536f 100644 --- a/docs/webapp/webapp_projects_page.md +++ b/docs/webapp/webapp_projects_page.md @@ -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 Menu 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) \ No newline at end of file