Project

General

Profile

Feature #8685

Updated by Aruna Prasanna 13 days ago

Today i have worked on the issue and functionality not working in customer side and admin side 
 In the customer-side My Orders (Catering) section, the occasion field is not displayed in the edit modal. 
 Mandatory fields in the catering order form are missing the required (*) indicators. 
 The fields (Service Type, Occasion, Occasion Date, Delivery Date & Time) are not properly aligned with the surrounding sections. 
 In mobile view, the edit catering modal overlaps with the navigation bar. 
 When a customer books a table, the booking details are not displayed in the My Activity tab. 
 Tax details are not shown to the customer in catering orders. 
 While adding catering items, the spice level option is shown; however, after selecting it and clicking "Add to Order," the item count increases but is not reflected in the modal, and the modal does not close automatically after placing the order. 
 The tray functionality is not working properly for catering on both admin and customer sides. 
 On the customer side, the "Add" button only increases item quantity, and there is no option to decrease it. 
 On the admin side, the category field is mandatory when adding a new menu item, and the same validation is enforced during bulk upload. 
 In admin booking management, the timeline view does not display table booking details. 
 On the admin side, the booking confirmation and cancellation actions take time to respond; during this delay, multiple API calls are triggered, so a loader should be implemented. 
 On the admin side, catering orders stop functioning after some time; upon refreshing, an “access denied” message appears, and the issue is resolved only after re-login. 
 On the customer side, while placing a delivery order, an error occurs: “Order validation failed: deliveryProvider is not a valid enum value.” 
 When a customer places a takeaway order and it is completed, a confirmation modal is displayed. 
 After clicking "Go to Dashboard," only the menu is visible, and the navigation bar is not displayed. 
 When a customer places a catering order and clicks "Track Order," it continuously loads without displaying any data.

Back