Use Cases 5.2: A User Can Login As A Therapist - CBTYoung/Documentation GitHub Wiki
Description
A Guest can login as a Therapist with identifying information. After a successful registration process, the user is now identified as a Therapist.
Actors
Guest, Therapist.
Pre conditions
- The user is not logged in yet.
- The user is a Guest before the login process.
Parameters
ID, Password.
Post conditions
The user is identified as a Therapist.
Sequence of events
- The User picks the option to login as Therapist.
- The user enters the required login information.
- Verify user details.
- The User gets an approval message.
Alternative flows
- No user with the given user identifiers exists.
- The user tries to login with a non existing user identifiers.
- The system returns a matching error message to the user.