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** 

 - [x] [ ] Ensure the `orderBy` field in the WCC quotes is set to descending order. 
 - [x] [ ] 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** 

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

Back