Clearpath-HQ / Clearpath_backend

De-coupled django backend of Clearpath
GNU General Public License v3.0
12 stars 0 forks source link

Sprints #4

Open Samsonroyal opened 3 months ago

Samsonroyal commented 3 months ago

Sprint Management

Task: Implement sprint details retrieval (Django)

Description: Create a Django view and endpoint to retrieve details of a specific sprint.

Task: Implement sprint update (Django)

Description: Create a Django view and endpoint to allow updating a sprint's details.

Task: Implement task listing for a sprint (Django)

Description: Create a Django view and endpoint to retrieve a list of tasks associated with a specific sprint.

Task: Implement task creation for a sprint (Django)

Description: Create a Django view and endpoint to allow creating a new task and associating it with a specific sprint.

Task: Integrate sprint management with Next.js

Description: Integrate the sprint management functionality with the Next.js frontend, allowing users to view and manage sprints.