Clearpath-HQ / Clearpath_backend

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

Reporting & Dashboards #2

Open Samsonroyal opened 3 months ago

Samsonroyal commented 3 months ago

Dashboard with Reports

Task: Implement user task listing (Django)

Description: Create a Django view and endpoint to retrieve a list of tasks assigned to a specific user.

Task: Implement sprint burndown and velocity data retrieval (Django)

Description: Create a Django view and endpoint to retrieve the sprint burndown data and velocity for a specific sprint.

Task: Implement team performance metrics retrieval (Django)

Description: Create a Django view and endpoint to retrieve team performance metrics for a specific team.

Task: Integrate reporting with Next.js

Description: Integrate the reporting functionality with the Next.js frontend, allowing users to view reports and performance metrics.