Add overdue tasks (Просрочена) to task dashboard#2192
Merged
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #2191
- Add Просрочена KPI card with red icon between В работе and Отложена - Include overdue count in chart bars and legend - Update monthly series and summary calculations to include overdue - Add Просрочена to fallback columns and metric column detection - Reassign Отложена color to amber (red is now used for overdue) - Expand KPI grid to 6 columns
Collaborator
Author
Solution summaryDone. Here's what was implemented: Changes to
PR: #2192 This summary was automatically extracted from the AI working session output. |
Collaborator
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost: $0.727274📊 Context and tokens usage:
Total: (55.9K + 1.3M cached) input tokens, 9.3K output tokens, $0.727274 cost 🤖 Models used:
📎 Log file uploaded as Gist (1578KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
Collaborator
Author
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
This reverts commit 2cc81ff.
3 tasks
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
Просроченаcolumn (id155680) to fallback column definitionsHow to reproduce the issue
Open the task dashboard (
templates/sportzania/taskdash.html). The report data (Дэшборд - Задачи.json) contains a Просрочена column, but the dashboard did not display it anywhere — not in KPIs, chart, or legend.What was changed
155680/ nameПросроченаTest plan
Fixes #2191