stable

Clone or download

Read-only

Add initial effort to baseline and comparison pages

Part of epic #12142 Baseline v1 Change-Id: I426399e8cd820b6b48037fa1b56ff1f4a3a19131

Modified Files

Name
M include/Adapter/SemanticValueAdapter.php +21 −2 Go to diff View file
M include/Domain/BaselineArtifact.php +3 −3 Go to diff View file
M include/REST/BaselineArtifactRepresentation.php +6 −0 Go to diff View file
M phpunit/Adapter/SemanticValueAdapterFindInitialEffortTest.php +52 −1 Go to diff View file
M scripts/baseline/components/baseline-content/Artifact.vue +13 −0 Go to diff View file
M scripts/baseline/components/comparison/content/ArtifactComparison.vue +7 −0 Go to diff View file
M scripts/baseline/components/comparison/content/FieldComparison.spec.js +27 −0 Go to diff View file
M scripts/baseline/components/comparison/content/FieldComparison.vue +17 −3 Go to diff View file