stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 This reverts commit a52922dfd1b031e32c5959f9385701940322a822. Initial effort computation is more tricky than expected. Some edge cases have been identified lately: - initial effort can be given by a computed field - do not sum initial effort of parent artefact with child artifact So, we decided not to show this field rather than showing strange values. Change-Id: I6b1c0930c3302784c77a064c37e94f101896ad61
Modified Files
Name | ||||
---|---|---|---|---|
M | include/Adapter/SemanticValueAdapter.php | +2 | −21 | Go to diff View file |
M | include/Domain/BaselineArtifact.php | +3 | −3 | Go to diff View file |
M | include/REST/BaselineArtifactRepresentation.php | +0 | −6 | Go to diff View file |
M | phpunit/Adapter/SemanticValueAdapterFindInitialEffortTest.php | +1 | −52 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Artifact.vue | +38 | −43 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Statistics.vue | +0 | −6 | Go to diff View file |
D | scripts/baseline/components/comparison/ComparisonStatistics.spec.js | +0 | −64 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonStatistics.vue | +1 | −13 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactComparison.vue | +0 | −7 | Go to diff View file |
M | scripts/baseline/components/comparison/content/FieldComparison.spec.js | +0 | −27 | Go to diff View file |
M | scripts/baseline/components/comparison/content/FieldComparison.vue | +3 | −17 | Go to diff View file |
M | scripts/baseline/po/fr.po | +0 | −3 | Go to diff View file |