Skip to content
danielmartinez900 edited this page Sep 23, 2021 · 7 revisions

Order taker

Pictures of food, and check boxes to easily submit order forms, and remove items from the menu depending on inventory (updated automatically). This is for the customer view. In the admin's/manager's view, they will be able to see the order. Orders will be stored in a queue.

3.3 Non-functional Requirements

  • ID: NFR1 Password security (for Manager/Employee)
    Description: Password that the manager/Employee uses should be a strong password (at least 8 characters, at least 1 capital letter, at least 1 number, and at least 1 special character.)
    Rationale: A strong password ensures that no one can get into an employee/manager's respective account.
    Dependency:
  • ID: NFR2 Real-Time Wait Time Estimates (for customers)
    Description: The wait time estimate algorithm should update in real time or close to real time.
    Rationale: Customers would want to know the current waiting time, so having the wait time estimate algorithm should update in real time or as close as possible to ensure the customer gets accurate information.
    Dependencies: FR-H3
Clone this wiki locally