stable
Clone or download
Read-only
story #5984 - see open/closed cards percentage fallback
Display either an effort based progress bar or a card count based bar depending on the availability of initial effort info Change-Id: I010ce00956a12b0198feb1071366524575a54cf2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php | +43 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneStatusCounterTest.php | +73 | −12 | Go to diff View file |
A | plugins/cardwall/include/EffortProgressPresenter.class.php | +39 | −0 | Go to diff View file |
A | plugins/cardwall/include/OpenClosedEffortProgressPresenter.class.php | +89 | −0 | Go to diff View file |
M | plugins/cardwall/include/Pane.class.php | +53 | −1 | Go to diff View file |
M | plugins/cardwall/include/PaneContentPresenter.class.php | +5 | −80 | Go to diff View file |
A | plugins/cardwall/include/RemainingEffortProgressPresenter.class.php | +101 | −0 | Go to diff View file |
M | plugins/cardwall/include/autoload.php | +5 | −2 | Go to diff View file |
M | plugins/cardwall/site-content/en_US/cardwall.tab | +6 | −2 | Go to diff View file |
M | plugins/cardwall/site-content/fr_FR/cardwall.tab | +6 | −2 | Go to diff View file |
M | plugins/cardwall/templates/agiledashboard-milestone-info.mustache | +19 | −17 | Go to diff View file |
M | plugins/cardwall/www/js/cardwall.js | +32 | −6 | Go to diff View file |
M | plugins/cardwall/www/js/fullscreen.js | +4 | −1 | Go to diff View file |
M | plugins/cardwall/www/js/script.js | +4 | −0 | Go to diff View file |