Use Cases 5.1: A User Can Register As A Therapist - CBTYoung/Documentation GitHub Wiki
Description
A Guest can register 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 registered in yet.
- The user is not already a Therapist.
Parameters
Name, ID.
Post conditions
The user has identifying information as a Therapist in the system.
Sequence of events
- The User picks the option to register as Therapist.
- The user enters the required information.
- Verify user details.
- The User gets an approval message.
Alternative flows
- A user with the given user identifier exists.
- The user tries to register with a non existing user identifiers.
- The system returns a matching error message to the user.