Use Cases 1.1: Add New Guest - CBTYoung/Documentation GitHub Wiki

Description

When a user first enters the system, he can enter as a Guest.

Actors

Guest

Preconditions

None.

Parameters

None.

Post Conditions

The user will be registered locally as a Guest, and have Guest functions.

Sequence Of Events

  1. A new user enters the app.
  2. The user is shown an option to continue as Guest.
  3. The user clicks the option to continue.
  4. The user now has Guest capabilities.

Alternative Flows

  1. The user continues as someone who is not a Guest.
  1. Go by the appropriate use case.