Changes between Version 3 and Version 4 of UseCase0001PrototypeImplementation


Ignore:
Timestamp:
06/26/26 22:13:29 (2 weeks ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0001PrototypeImplementation

    v3 v4  
    104104This use-case reads data from the following tables:
    105105
    106 * ''project.rooms'' – contains information about rooms, capacity, and room type.
    107 * ''project.buildings'' – contains the building name and address of each room.
    108 * ''project.room_equipment'' – used when the requester searches for a room with specific equipment.
    109 * ''project.room_equipment'' – used to search for equipment assigned to rooms; this table was created from the has_equipment M:N relationship in Phase P2.
    110 * ''project.equipment'' – contains equipment names.
    111 * ''project.reservations'' – used to check whether a room is already reserved for the selected date and time interval.
     106 * ''project.rooms'' – contains information about rooms, capacity, and room type.
     107 * ''project.buildings'' – contains the building name and address of each room.
     108 * ''project.room_equipment'' – used when the requester searches for a room with specific equipment; this table was created from the ''has_equipment'' M:N relationship in Phase P2.
     109 * ''project.equipment'' – contains equipment names.
     110 * ''project.reservations'' – used to check whether a room is already reserved for the selected date and time interval.
    112111
    113112No data is modified in this use-case. The use-case only reads data and displays the available rooms to the user.