Use Cases 2.1: Add a CBT Report - CBTYoung/Documentation GitHub Wiki
Description
A guest can fill a report of what happened, what he did, felt and thought, during an event that happened that day or earlier.
Actors
guest user or patient.
Pre conditions
none.
Parameters
only required what happened the others are optional.
Post conditions
the user have a new report.
Sequence of events
- the user clicks on "add new report"
- The user enters the required information.
- the user clicks "done"
- the report will be saved to their list of reports. (locally for guest and remotely for client)
Alternative flows
- did not write what happened
- the user clicks on "add new report"
- The user enters the some information without what happened.
- the user clicks "done"
- the user will get an informative error message.