The user can select various documents and upload them via the web interface
Rationale
To be able to ask questions about a document, it must first be uploaded to the website
Level
user goal
Actors
User
Preconditions
-The website must be launched
Postconditions
The documents can be seen in the file explorer of the website
Basic Flow
The user clicks on the upload file button
The file browser opens and the user selects the files
A progress bar runs until the documents are uploaded and listed in the page's file explorer
Alternative Paths
The user clicks on the upload file button
The file browser opens and the user selects the files
An error message appears and the upload is canceled
Visualisation
flowchart LR;
1[The user clicks on the upload file button] --> 2[The file browser opens and the user selects the files];
2-->3.1[A progress bar runs until the documents are uploaded and listed in the page's file explorer];
2-->3.2[An error message appears abd the upload is canceled];
Summary
The user can select various documents and upload them via the web interface
Rationale
To be able to ask questions about a document, it must first be uploaded to the website
Level
user goal
Actors
User
Preconditions
-The website must be launched
Postconditions
The documents can be seen in the file explorer of the website
Basic Flow
Alternative Paths
Visualisation
Other related issues, use cases, features
No response