Changes between Version 1 and Version 2 of UseCase0001


Ignore:
Timestamp:
06/18/26 20:40:52 (2 days ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0001

    v1 v2  
    1515'''Scenario:'''
    1616
    17 The Room Requester enters the desired reservation date, start time, end time, minimum capacity, and room type.
    18 The system searches for rooms that satisfy the requested capacity and type.
    19 The system checks existing reservations and excludes rooms that already have a pending or approved reservation in an overlapping time interval.
    20 The system displays the available rooms to the actor.
    21 If the actor also requests specific equipment, the system filters rooms according to the equipment assigned to them.
    22 The actor chooses one of the available rooms or changes the search criteria.
     171. The Room Requester enters the desired reservation date, start time, end time, minimum capacity, and room type.
     182. The system searches for rooms that satisfy the requested capacity and type.
     193. The system checks existing reservations and excludes rooms that already have a pending or approved reservation in an overlapping time interval.
     204. The system displays the available rooms to the actor.
     215. If the actor also requests specific equipment, the system filters rooms according to the equipment assigned to them.
     226. The actor chooses one of the available rooms or changes the search criteria.
    2323
    2424'''SQL commands used by the system:'''