Changes between Version 2 and Version 3 of PrototypeImplementation
- Timestamp:
- 06/26/26 22:04:34 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrototypeImplementation
v2 v3 45 45 === Create reservation request === 46 46 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''.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 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. 48 48 49 49 Detailed documentation: [[UseCase0002PrototypeImplementation]]
