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

  1. the user clicks on "add new report"
  2. the current date is chosen
  3. The user enters the required information.
  4. the user clicks "done"
  5. the report will be save with the current date

Alternative flows

  1. the user changes the date
  2. the user clicks on "add new report"
  3. the current date is chosen
  4. the user changes the date of the event.
  5. The user enters other required information.
  6. the user clicks "done"
  7. the report will be save with the chosen date of event.