feat(tenders-table): add submission and tender deadlines to tender list

- Enhanced TendersTable to display submission deadline, tender deadline, and created at date using unixToDate for better clarity.
- Updated useTenderListPresenter to include new columns for submission and tender deadlines.
- Modified TenderSchema to make created_at optional, aligning with data structure requirements.
This commit is contained in:
AmirReza Jamali
2026-05-02 13:01:11 +03:30
parent c82574af01
commit 88f9605748
3 changed files with 20 additions and 1 deletions
@@ -57,6 +57,9 @@ const useTenderListPresenter = () => {
"row",
"title",
"country code",
"submission deadline",
"tender deadline",
"created at",
"status",
"actions",
];