Use Case: Reservation changing system #23

Open
opened 2022-02-24 13:54:24 -05:00 by yan-wah · 1 comment
yan-wah commented 2022-02-24 13:54:24 -05:00 (Migrated from github.com)

What is the feature/ request?

A system to change reservations

Who will use this system (primary actor)?

  • Employees
  • Guests (secondary)

Preconditions

  • Existing reservation

Scenario

  1. Guest requests change to reservation
  2. Employee checks if that change is possible based on availability and reservation type
  3. Reservation is changed based on reservation policy, see #9 for each system respectively
  4. Email system is kicked off, see #15
  5. Reservation is changed based on if guest pays for the change

Exceptions/ Restrictions

None

Concerns

None

Dependencies

Depends on #13, #15, #9

# What is the feature/ request? A system to change reservations # Who will use this system (primary actor)? - Employees - Guests (secondary) # Preconditions - Existing reservation # Scenario 1. Guest requests change to reservation 2. Employee checks if that change is possible based on availability and reservation type 3. Reservation is changed based on reservation policy, see #9 for each system respectively 4. Email system is kicked off, see #15 5. Reservation is changed based on if guest pays for the change # Exceptions/ Restrictions None # Concerns None # Dependencies Depends on #13, #15, #9
PrograMeiji commented 2022-02-25 18:43:13 -05:00 (Migrated from github.com)
# Diagram https://user-images.githubusercontent.com/48105815/155817530-0a948be1-4b48-427c-8f1a-f55580d479a1.png
Sign in to join this conversation.