Changes between Version 2 and Version 3 of PrototypeImplementation


Ignore:
Timestamp:
06/26/26 22:04:34 (2 weeks ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrototypeImplementation

    v2 v3  
    4545=== Create reservation request ===
    4646
    47 The second implemented scenario allows a requester to create a new reservation request. The user does not need to remember internal identifiers such as user_id or room_id. Instead, the application lists available users and available rooms, and the user selects values from the displayed lists. The system then inserts a new reservation record into the database with status ''pending''.
     47The second implemented scenario allows a requester to create a new reservation request. The user does not need to remember internal identifiers such as user_id or room_id. Instead, the application lists available users and available rooms, and the user selects values from the displayed lists. The reservation may be created for a room only, or it may also include optional requested equipment. The system then inserts a new reservation record into the database with status pending, and if equipment is requested, it inserts corresponding records into the reservation_equipment table.
    4848
    4949Detailed documentation: [[UseCase0002PrototypeImplementation]]