Project

General

Profile

dev #846

Updated by Md.Sajib Ahmed over 1 year ago

### **Objective** 

 - Update the quotes table to enhance sorting functionality and include a timestamp field for better tracking. 

 --- 

 ### **Task Checklist** 

 - [ ] Ensure the `orderBy` field in the WCC quotes is set to descending order. 
 - [ ] Add the `createdAt` field to the dashboard table. 

 --- 

 ### **Success Criteria** 

 - The `orderBy` field in the WCC quotes is correctly set to descending order. 
 - The quotes table includes a `createdAt` field, allowing tracking of when each quote is created. 

 --- 

 ### **Summary Task List** 

 - [ ] Configure the WCC quotes `orderBy` field to display results in descending order. 
 - [ ] Add the `createdAt` field to the quotes table structure. 

 --- 

 ### **Related Links** 

 - [Database Schema](insert_database_schema_link_here) 
 - [Design Specifications](insert_design_specifications_link_here) 

Back