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
- A new user enters the app.
- The user is shown an option to continue as Guest.
- The user clicks the option to continue.
- The user now has Guest capabilities.
Alternative Flows
- The user continues as someone who is not a Guest.
- Go by the appropriate use case.