Use Case 1 Create products for a menu - Tonnius/Tiim14-50 GitHub Wiki
Title
Create products for a menu
Functional requirement
allow restaurant managers to put together menus and special offers
Precondition
Database for products exists; Database of products has a field for different product types; The system has a subsystem where to display menus and special offers.
Primary Actor
Restaurant manager
Main Success Scenario
Restaurant manager accesses the corresponding subsystem; User inserts the data and chooses the option to save it into the product database; System checks if the information entered is valid and saves the data into the database.
Extensions
-
User inserts invalid information: The system shows an notification and shows what information is invalid; The system gives a chance to modify the invalid information.
-
Connection/insertion to the necessary database fails: The system shows a notification and asks the user to try again later.