Closed Achintya-Chatterjee closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
status-app | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 3, 2024 9:04am |
- can we use named exports instead of default exports in all new components as it makes it easy to find references?
@yesyash done
Date:
29 August, 2024
Developer Name: @Achintya-Chatterjee
Issue Ticket Number
Description
Refactors the
TaskDetails
component by breaking it down into smaller, modular subcomponents. The refactor includes the creation of new subcomponents such asTaskHeader
,TaskDescription
,TaskDetailsSection
,TaskParticipants
,TaskDates
,TaskDependencies
, andTaskProgress
. Performance optimizations have been applied using React best practices, ensuring the component is efficient and easy to maintain.TaskDetails
into distinct subcomponents.useCallback
,useMemo
).Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
https://github.com/user-attachments/assets/99f71428-691e-44d9-96b9-eafd472b964eTest Coverage
Screenshot 1
Additional Notes
feature/refactor-taskdetails-component
then this PR will be merged todevelop