-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
User Story: As a project member, I need API endpoints to manage the tasks within a project.
Acceptance Criteria:
- Create a
TasksModulein the NestJS backend. - Implement a
POST /tasksendpoint to create a new task. It should accept a title, description, status, and project ID. - Implement a
PATCH /tasks/:idendpoint to update a task's details (e.g., title, description, or status for drag-and-drop). - Implement a
DELETE /tasks/:idendpoint to delete a task. - Ensure all endpoints are protected and validate that the user has permission to modify tasks within the specified project.
Metadata
Metadata
Assignees
Projects
Status
Todo