Changes between Version 1 and Version 2 of UseCase0002PrototypeImplementation


Ignore:
Timestamp:
06/19/26 08:48:54 (40 hours ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0002PrototypeImplementation

    v1 v2  
    1717== Scenario ==
    1818
    19 The Room Requester chooses the option ''Create reservation request'' from the main menu.
    20 The system displays a list of users.
    21 The Room Requester selects the requester from the list.
    22 The system asks for the reservation date.
    23 The Room Requester enters the date.
    24 The system asks for the start time and end time.
    25 The Room Requester enters the requested time interval.
    26 The system asks whether the reservation should include a room.
    27 The Room Requester chooses to include a room.
    28 The system asks for minimum capacity, room type, and optional required equipment in the room.
    29 The system displays available rooms that satisfy the selected criteria.
    30 The Room Requester selects one of the available rooms from the list.
    31 The system asks whether additional/general equipment should be requested.
    32 The Room Requester chooses whether to request additional equipment.
    33 The system inserts a new record into the ''project.reservations'' table with status ''pending''.
    34 If requested equipment is selected, the system inserts corresponding records into the ''project.reservation_equipment'' table.
    35 The system displays the created reservation details.
     19 1. The Room Requester chooses the option ''Create reservation request'' from the main menu.
     20 2. The system displays a list of users.
     21 3. The Room Requester selects the requester from the list.
     22 4. The system asks for the reservation date.
     23 5. The Room Requester enters the reservation date.
     24 6. The system asks for the start time and end time.
     25 7. The Room Requester enters the requested time interval.
     26 8. The system asks whether the reservation should include a room.
     27 9. The Room Requester chooses to include a room.
     28 10. The system asks for minimum capacity, room type, and optional required equipment in the room.
     29 11. The system displays available rooms that satisfy the selected criteria.
     30 12. The Room Requester selects one of the available rooms from the list.
     31 13. The system asks whether additional/general equipment should be requested.
     32 14. The Room Requester chooses whether to request additional equipment.
     33 15. The system inserts a new record into the ''project.reservations'' table with status ''pending''.
     34 16. If requested equipment is selected, the system inserts corresponding records into the ''project.reservation_equipment'' table.
     35 17. The system displays the created reservation details.
    3636
    3737== Screenshots ==
     
    5151== SQL commands used by the system ==
    5252
    53 The system first reads the list of possible requesters.
     53The system first reads the list of possible requesters. The question mark symbols (?) represent parameters that are filled by the Java application from the user input using PreparedStatement.
    5454
    5555{{{