Project

General

Profile

Feature #7901

Updated by Aruna Prasanna 20 days ago

Today, I worked on the Catering Order screen for both creating new orders and editing existing orders. I converted the accordion-style steps into a horizontal stepper for better user experience. 

 I implemented proper field validations, including: 

 Restricting number fields from accepting negative values 

 Preventing users from moving to the next step if required fields are not filled 

 After that, I completed the entire Menu Page UI, improving the menu item display. I also removed the required validation for the Food Type field in both frontend and backend. 

 Additionally: 

 Updated the Actions column UI in Catering Management and Tray Management 

 Added a custom confirmation dialog box for tray deletion 

 Made UI improvements in the modal 

 Restricted form inputs to prevent negative values 

 Commented out the Reports section in the sidebar

Back