stable
Clone or download
Read-only
This is part of story #10631 have a "Done" semantic To test this patch, you have to add data by hand in the DB (the ability to add dat aby the UI will come in a next commit). Only values that are from semantic status field and closed are displayed. Change-Id: I51fda96a9a756a423baae00bc3d614ac0dbe9502
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/db/install.sql | +8 | −0 | Go to diff View file |
A | plugins/agiledashboard/db/mysql/updates/2017/201711161420_create_semantic_done_table.php | +58 | −0 | Go to diff View file |
M | plugins/agiledashboard/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/SemanticDoneDao.php | +42 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php | +67 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneIntroPresenter.php | +13 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +12 | −5 | Go to diff View file |
M | plugins/agiledashboard/site-content/tuleap-agiledashboard.pot | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/semantic/done-intro.mustache | +13 | −3 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +4 | −0 | Go to diff View file |