Changes between Version 2 and Version 3 of UseCase0001


Ignore:
Timestamp:
06/26/26 14:20:09 (2 weeks ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0001

    v2 v3  
    1111'''Description of the use-case goals:'''
    1212
    13 The goal of this use case is to allow a room requester to search for rooms that are available for a selected date and time interval. The requester may also filter rooms by capacity, room type, and required equipment. The system reads data from the rooms, buildings, room_equipment, equipment, and reservations tables. The result is a list of rooms that satisfy the requested conditions and do not already have an active overlapping reservation.
     13The goal of this use case is to allow a room requester to search for rooms that are available for a selected date and time interval. The requester may also filter rooms by capacity, room type, and required equipment. The system reads data from the rooms, buildings, room_equipment, equipment, and reservations tables. The result is a list of rooms that satisfy the requested conditions and do not already have an active overlapping reservation. The room_equipment table is used here as the relational table created from the has_equipment M:N relationship in Phase P2.
    1414
    1515'''Scenario:'''