Implement Subtasks functionality under Work > Project > Task section.
🎯 Feature Requirements:
Ability to create Subtasks under any Task
Subtasks table listing with columns:
Name
Date (due date)
Estimated Time
Assignee
Hours logged
Ability to:
Add new subtask
Edit subtask details
Delete subtask
Assign team member
Update estimated time & hours logged
Ensure data sync with Task and Project modules
UI should be responsive and match Figma designs
✅ API Integration:
Create APIs for:
Subtask create, update, delete, list
Assigning subtask to team members
Updating hours logged and estimated time
✅ Testing Points:
Create, update, delete subtask flows
Validation for required fields
Check UI responsiveness
API integration success and error states
Leave a Reply