Description

Logging in: A user with valid credentials wants to log into the app.

Actors

Nurse, System

TriggersEnter content here
Pre-Conditions
  • If logging into the app for the first time, the user must have a connection to the live server.
  • If the user does not have an internet connection they will not be able to login to the app.
Post-Conditions
  • The user logs into the app and the local clinic list is displayed.
AssumptionsEnter content here
Business Rules

The following business rules apply to this use case as a whole:

Business rules that apply to a specific step in this use case are listed in the Main Flow and Alternate Flow tables.

Main Flow
StepActorDescriptionBusiness Rules
1

Nurse

The nurse starts the app.

 
2

System

The system displays the log in screen.

3

Nurse

The nurse enters their user credentials and clicks to log in.

4

System

The system allows the nurse to log in and displays the acceptable use policy.

5

Nurse

The nurse accepts the acceptable use policy.

6

System

The system grants access to the nurse to access the system.

 
Alternate Flow

The acceptable use policy is declined by the user

StepActorDescriptionBusiness Rules
1

Nurse

The nurse starts the app.

 
2

System

The system displays the log in screen.

3

Nurse

The nurse enters their user credentials and clicks to log in.

4

System

The system allows the nurse to log in and displays the acceptable use policy.

5

Nurse

The nurse declines the acceptable use policy.

6

System

The system returns the nurse to the login screen.