-
Notifications
You must be signed in to change notification settings - Fork 0
Open
User Story
1 / 41 of 4 issues completed
Copy link
Labels
Description
π Story
As a user, I want to be able to save my evidence so that I have proof during a court case.
π― Scope
What work is part of issue?
This story covers the ability for the user to actually save their evidence in a database. This includes a working form and server-side functionality with a POST request.
β Acceptance Criteria
- User can add evidence to the form and save it to the database
- Server Side logic is implemented
- User sees feedback for submit status (succes, error, loading state)
Features
- [FEATURE]- Setup relational database structure
- [FEATURE]- POST code logic implementation serverside
- [FEATURE]- UI states (succes, error)
- [FEATURE]- Loading state
Reactions are currently unavailable