-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Issue Description
Refactor the convertToOrgMemberDTO() method in both DashboardService and TeamMemberController to eliminate redundant code.
Expected Behavior
The implementation should be streamlined to avoid code duplication, enhancing maintainability.
Actual Behavior
Currently, the same convertToOrgMemberDTO() method is implemented in multiple places, leading to redundancy