stable
Clone or download
Read-only
This is part of story #10670 a BurnUp chart based on Done stories The check of the validity of the value is extracted in a dedicated object. There is no functionnal changes. This object deals with the validation in the Web UI. It will be used to validate data from XML in a next commit. Change-Id: Ib9abd64a80305e4632ed885d044ce930a7898939
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php | +11 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneFactory.php | +8 | −3 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneValueChecker.php | +37 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Semantic/SemanticDoneTest.php | +3 | −0 | Go to diff View file |
A | plugins/agiledashboard/tests/include/AgileDashboard/Semantic/SemanticDoneValueCheckerTest.php | +68 | −0 | Go to diff View file |