feat: compare project allocations with task estimates and timesheet hours - #1769
Open
MusaleTejas wants to merge 1 commit into
Open
feat: compare project allocations with task estimates and timesheet hours#1769MusaleTejas wants to merge 1 commit into
MusaleTejas wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a comparison breakdown on resource allocation cards to show:
This addresses #1740 so resource managers can see if an employee has enough tasks planned relative to their allocated project hours.
Changes made:
get_allocation_task_and_logged_hoursinquery.pyto query active tasks assigned to the employee under the project using ToDo assignments, filter by the allocation date range, and calculate actual logged hours.total_allocated_hoursand mapped these stats onto allocation results returned in the team and project view APIs (team.pyandproject.py).ResourceAllocationPropsand rendered a simple 2-column grid inResourceAllocationCardto display the stats.