Actions
dev #846
openAdd createdAt Field and Update orderBy to Descending in WCC Quotes Table
Start date:
11/06/2024
Due date:
11/06/2024 (about 17 months late)
% Done:
100%
Estimated time:
1:00 h
Description
Objective¶
- Update the quotes table to enhance sorting functionality and include a timestamp field for better tracking.
Task Checklist¶
-
Ensure the
orderByfield in the WCC quotes is set to descending order. -
Add the
createdAtfield to the dashboard table.
Success Criteria¶
- The
orderByfield in the WCC quotes is correctly set to descending order. - The quotes table includes a
createdAtfield, allowing tracking of when each quote is created.
Summary Task List¶
-
Configure the WCC quotes
orderByfield to display results in descending order. -
Add the
createdAtfield to the quotes table structure.
Actions