Content
View differences
Updated by Marc Alcobé about 3 years ago
**As** a user of a file storage
**I want to** create a folder structure when chosing in which folder I can upload a file to
**so that** I don't need to open the file storage to create the structure first
**Acceptance criteria**
* In the location picker is a button (Naming to be discussed, e.g. "+" or "Create folder") for creating a folder in the currently visible folder
* That button is disabled or hidden when I lack the permission to create in the current folder (That requirement needs to be checked for feasibility)
* After clicking the button, an input field allows entering the desired folder name. If the file name is already taken a validation message will tell the user and disables the "Save" button. If the name is valid, the input field can get saved.
* After successfully saving the form for creating the folder the location picker changes into that folder (in other words: the just created folder is then the currently selected location)
**Visuals**
**I want to** create a folder structure when chosing in which folder I can upload a file to
**so that** I don't need to open the file storage to create the structure first
**Acceptance criteria**
* In the location picker is a button (Naming to be discussed, e.g. "+" or "Create folder") for creating a folder in the currently visible folder
* That button is disabled or hidden when I lack the permission to create in the current folder (That requirement needs to be checked for feasibility)
* After clicking the button, an input field allows entering the desired folder name. If the file name is already taken a validation message will tell the user and disables the "Save" button. If the name is valid, the input field can get saved.
* After successfully saving the form for creating the folder the location picker changes into that folder (in other words: the just created folder is then the currently selected location)
**Visuals**