Work In Progress
Can view the app here.
Some features don't fully work yet and some need to be updated and caught up to the latest changes in code.
Change the date in the date bar, click on a table to view the reservations assigned to it and serach for any reservation data in the search box.
Tables can have multiple reservations and reservations can have multiple tables. For each table and reservation there is a single object in memory to which all other references to this table or reservation point. This results in all data being synchronized automatically.
Features to be updated to work with latest changes:
- editing a map - make sure dragging tables and resizing works properly. also change the way eventlistener are attached to buttons.
- make sure adding a new table is working properly.
Features to add:
- editing and removing a reservation.
Bugs to be fixed:
- dates nav bar does not change according to date bar change.