Use Cases 2.3.1: Current Date Automatically Chosen - CBTYoung/Documentation GitHub Wiki
Description
when filling a CBT report, the current date will be automatically chosen. The user will be able to change it.
Actors
guest user or patient.
Pre conditions
none.
Parameters
none.
Post conditions
the current date is chosen or an input date is chosen.
Sequence of events
- the user clicks on "add new report"
- the current date is chosen
- The user enters the required information.
- the user clicks "done"
- the report will be save with the current date
Alternative flows
- the user changes the date
- the user clicks on "add new report"
- the current date is chosen
- the user changes the date of the event.
- The user enters other required information.
- the user clicks "done"
- the report will be save with the chosen date of event.