feat(reporting): add total time utilization component and enhance localization
- Introduced a new TotalTimeUtilization component to display total time logged, expected capacity, and team utilization metrics. - Updated existing time-report localization files to include new keys for total time logged, expected capacity, and utilization states across multiple languages. - Refactored MembersTimeReports to integrate the new TotalTimeUtilization component, improving the reporting interface. - Enhanced the overall structure and organization of the reporting components for better maintainability.
This commit is contained in:
@@ -59,5 +59,20 @@
|
||||
"showSelected": "Show Selected Only",
|
||||
"expandAll": "Expand All",
|
||||
"collapseAll": "Collapse All",
|
||||
"ungrouped": "Ungrouped"
|
||||
"ungrouped": "Ungrouped",
|
||||
|
||||
"totalTimeLogged": "Total Time Logged",
|
||||
"acrossAllTeamMembers": "Across all team members",
|
||||
"expectedCapacity": "Expected Capacity",
|
||||
"basedOnWorkingSchedule": "Based on working schedule",
|
||||
"teamUtilization": "Team Utilization",
|
||||
"targetRange": "Target Range",
|
||||
"variance": "Variance",
|
||||
"overCapacity": "Over Capacity",
|
||||
"underCapacity": "Under Capacity",
|
||||
"considerWorkloadRedistribution": "Consider workload redistribution",
|
||||
"capacityAvailableForNewProjects": "Capacity available for new projects",
|
||||
"optimal": "Optimal",
|
||||
"underUtilized": "Under Utilized",
|
||||
"overUtilized": "Over Utilized"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user