Use Cases - liha16/1dv610a2 GitHub Wiki
Use cases for extra features
This usecases are complementary to the required ones: https://github.com/dntoll/1dv610/blob/master/assignments/A2_resources/UseCases.md
UC5 Upload image
Preconditions
A user is authenticated, UC1
Main scenario
- User wants to upload image
- The system presents an upload form
- User choses an image to upload
- The system uploads the image and presents feedback message and link to image
Alternate scenario
4.a The system could not upload the image
- System presents feedback message
- Step 3 in main scenario
UC6 View uploaded images
Preconditions
A user is authenticated, UC1 and has uploaded in image UC5.
Main scenario
- The user wants to see all images uploaded
- The system presents all images uploaded
- The user choses one image to view
- The system presents that image