Description
Currently task due dates can be set before their start date. Enforce that if a start date exists, it must be before or the same day as the due date. Ensure this works for both creating tasks and editing tasks.
Note: the logic for this is recommended to be handled in the backend
Acceptance Criteria
Proposed Solution
The frontend modal can be found at ProjectDetailPage/ProjectViewContainer/TaskList/TaskFormModal.tsx
The backend can be found in the files prefixed with tasks for route/controller/service
Mocks

Description
Currently task due dates can be set before their start date. Enforce that if a start date exists, it must be before or the same day as the due date. Ensure this works for both creating tasks and editing tasks.
Note: the logic for this is recommended to be handled in the backend
Acceptance Criteria
Proposed Solution
The frontend modal can be found at
ProjectDetailPage/ProjectViewContainer/TaskList/TaskFormModal.tsxThe backend can be found in the files prefixed with tasks for route/controller/service
Mocks