Skip to content

feat(board-columns): Implement borad-columns CRUD API endpoints #21

@Zafar7645

Description

@Zafar7645

User Story: As a project member, I need API endpoints to manage the board-columns within a project.

Acceptance Criteria:

  • Create a BoardColumnsModule in the NestJS backend.
  • Implement a POST /board-columns endpoint to create a new task. It should accept a title, description, status, and project ID.
  • Implement a PATCH /board-columns/:id endpoint to update a task's details (e.g., title, description, or status for drag-and-drop).
  • Implement a DELETE /board-columns/:id endpoint to delete a task.
  • Ensure all endpoints are protected and validate that the user has permission to modify board-columns within the specified project.

Metadata

Metadata

Assignees

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions