5/21/2023 The main page is fp_page.php and the admin page is fp_admin.php Both page will call the getClients.php function to retrieve the clients list for the dropdown. Then they will call the getBuildings.php function to retrieve the buildings list for the dropdown. Then they will call the getFloors.php to retrieve the the floors for the dropdown. 5/23/2023 When the Client dropdown is clicked it will query the building selector for the building that belong to the client selected. When the building is selected it will query the floors selector for the floor that belong to the building selected. 5/25/2023 After the floor is selected it will call the getFloorsData.php function to retrieve the the data for the table grid on the right and left sides of the page and it will also call fp_admin_data.php to retrieve the data for the the icons and place them on the correct floorplan. 5/28/2023 Wrote the code to place the icons on the floorplan along with it's id number overlaid on top of the icon. 5/29/2023 Wrote code to place the icon with NULL X and Y positions vertically on the left side of the floorplan to be dragged and drop later.