Add per-activity time budget breakdown to project details - #6145
Open
justonawhim wants to merge 1 commit into
Open
Add per-activity time budget breakdown to project details#6145justonawhim wants to merge 1 commit into
justonawhim wants to merge 1 commit into
Conversation
Adds a stacked bar under the project's "Hourly quota" progress bar on the reporting/project details page, segmented by activity color and sized relative to the project's time budget. The legend shows each activity's logged duration against its own individually assigned time budget (falling back to just the duration if the activity has none set).
|
|
Member
|
Can you please add some screenshots?! |
Author
There was a problem hiding this comment.
Pull request overview
Adds an activity-level breakdown beneath the project time-budget progress bar.
Changes:
- Adds a stacked, activity-colored time-budget bar and legend.
- Integrates the breakdown into project reporting details.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
templates/macros/progressbar.html.twig |
Adds the activity breakdown macro. |
templates/reporting/project_details.html.twig |
Renders the breakdown for projects with time budgets. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+167
to
+168
| {% if max > 0 and stat.duration > 0 %} | ||
| {% set percent = (stat.duration / (max / 100)) %} |
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.

Summary
Video Content (5:30/40:00), falling back to duration-only when the activity has no time budget set.Files
templates/macros/progressbar.html.twig— newprogressbar_timebudget_by_activitymacrotemplates/reporting/project_details.html.twig— new "Activity" row wired into the existing budget tableTest plan
/XX:XXdenominator)