Friday, November 24, 2023
2 changes · 17.0
Enhancements to existing features
Demo restaurant tables now show a wider range of seating capacities. This makes sample data more useful for demonstrating appointment and restaurant reservation scenarios.
Original PR description
Purpose ======== Update demo data to better show what Appointment can do. Specification ============== Changing the capacity of some tables. Tables 1-4 => from 4 to 2. Tables 9-11 => from 4 to 6. Task-3496910
Updated demonstration data for the restaurant appointment system to better showcase its capabilities. Changes include adjusting table capacities (smaller tables reduced from 4 to 2 seats, larger tables increased from 4 to 6 seats), reorganizing main floor table groupings, and improving table naming conventions for clarity. These updates help customers better understand how the appointment system works with different table configurations.
Original PR description
Purpose ======== Update demo data to better show what Appointment can do. Specification ============== 1). Changing the capacity of some tables -> Tables 1-4 => from 4 to 2. -> Tables 9-11 => from 4 to 6. 2). Main Floor Tables -> Linking all main floor tables to main floor table 1. 3). Changing the name of the Table 12 -> Table 12 (Patio) to 12-Patio (4). 4). Changing the resource name -> Table 3 (2) to Table 3 (🪑2) Technical ========== For the 3rd point, the eval was not given correctly so the name of the table changed from 12-Patio to Table 12 (Patio). Task-3496910