From 582ca482b88d4bfa51bc6ad3b102bee336397fb2 Mon Sep 17 00:00:00 2001 From: franksn90 Date: Wed, 4 Sep 2024 07:47:23 +0200 Subject: [PATCH 1/4] Change refinement logo --- components/Scenario.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Scenario.vue b/components/Scenario.vue index 60d1902..39238f4 100644 --- a/components/Scenario.vue +++ b/components/Scenario.vue @@ -500,7 +500,7 @@ export default {
-
@@ -594,7 +594,7 @@ export default {
-
From 345a18fa60dd1364fc8c762c8cf570dc567f9beb Mon Sep 17 00:00:00 2001 From: franksn90 Date: Wed, 4 Sep 2024 08:50:52 +0200 Subject: [PATCH 2/4] Add tooltips to buttons and icons --- components/Scenario.vue | 113 +++++++++++++++++++++++++++------------ components/Scenarios.vue | 92 +++++++++++++++++++++---------- components/Status.vue | 4 +- 3 files changed, 146 insertions(+), 63 deletions(-) diff --git a/components/Scenario.vue b/components/Scenario.vue index 39238f4..f35da96 100644 --- a/components/Scenario.vue +++ b/components/Scenario.vue @@ -175,12 +175,18 @@ export default {
- - - + + + + + + + + +
@@ -221,10 +227,18 @@ export default {
{{ index + 1 }}. - - + + + + + + + + + +
{{ stimulus.SSEL }} @@ -270,10 +284,18 @@ export default {
{{ index + 1 }}. - - + + + + + + + + + +
{{ response.SSEL }} @@ -402,14 +424,23 @@ export default { {{ index + 1 }}.
- {{ - getSimulationVerificationResultsPerResponse(this.result, index) - }} + + + {{ + getSimulationVerificationResultsPerResponse(this.result, index) + }} + + +
- {{ - getSearchVerificationResultsPerResponse(this.result, index) - }} + + + {{ + getSearchVerificationResultsPerResponse(this.result, index) + }} + +
@@ -436,16 +467,22 @@ export default {
- - - + + + + + + + + +
@@ -464,8 +501,10 @@ export default {
- + + +
@@ -531,15 +570,21 @@ export default {
+ + + + + +
@@ -558,8 +603,10 @@ export default {
+ +
@@ -621,7 +668,7 @@ export default {
- Complete + Leave
diff --git a/components/Scenarios.vue b/components/Scenarios.vue index 796a18b..6269346 100644 --- a/components/Scenarios.vue +++ b/components/Scenarios.vue @@ -270,14 +270,22 @@ export default {
+ + {{ scenario.stimuli.length }} + +
- - {{ scenario.responses.length }} + + + + {{ scenario.responses.length }} + +
@@ -288,15 +296,23 @@ export default {
- - - - + + + + + + + + + + + +
@@ -388,14 +404,18 @@ export default { {{ index + 1 }}.
+ {{ getSimulationVerificationResultsPerResponse(this.findResults(scenario.simulationID), index) }} +
+ {{ getSearchVerificationResultsPerResponse(this.findResults(scenario.simulationID), index) }} +
@@ -478,21 +498,27 @@ export default {
- + + {{ getResilienceScore(this.findResults(scenario.simulationID)) }} - + +
- {{ + + {{ getSimulationVerificationResultsPerScenario(this.findResults(scenario.simulationID)) }} +
- {{ + + {{ getSearchVerificationResultsPerScenario(this.findResults(scenario.simulationID)) }} +
@@ -544,20 +570,28 @@ export default {
- - - - + + + + + + + + + + + +
diff --git a/components/Status.vue b/components/Status.vue index 7116318..ef28ac0 100644 --- a/components/Status.vue +++ b/components/Status.vue @@ -42,12 +42,14 @@ export default {

Dependencies Status Information + +

From 7581c04c8b62b1ad1c37f82ced6f5ca6e518122c Mon Sep 17 00:00:00 2001 From: franksn90 Date: Wed, 4 Sep 2024 17:26:16 +0200 Subject: [PATCH 3/4] Fix predicate verification is not starting initially --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 91d68d3..ea2403e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: pull_policy: always tqproprefiner: - image: ghcr.io/cambio-project/transient-behavior-requirement-refiner:1.0.1 + image: ghcr.io/cambio-project/transient-behavior-requirement-refiner:1.0.3 container_name: tqproprefiner ports: - 8082:80 From 4d84a07a02c196894dee05bc0f70f851ebd2ce9e Mon Sep 17 00:00:00 2001 From: franksn90 Date: Wed, 4 Sep 2024 17:28:45 +0200 Subject: [PATCH 4/4] Update to new version --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ea2403e..f0355a4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ name: "dashboard-project" services: dashboard: - image: ghcr.io/cambio-project/dispel-cockpit:1.2.2 + image: ghcr.io/cambio-project/dispel-cockpit:1.2.3 container_name: dashboard ports: - 8080:3000