From 96be40c9111af6cd9ea856120fda6cf2965bae6b Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 6 Dec 2022 01:54:45 +0200 Subject: [PATCH] [Validator]: Updated how results and guidelines are displayed | Added XmlValidationResponse class as structured response | Added validation score and fair score | Do not import dashboard.less and hide sidebar. --- src/app/app.component.html | 2 +- .../pages/entities/XmlValidationResponse.ts | 7 + .../single-record-validator.component.html | 152 +++++++++++------- .../single-record-validator.component.ts | 10 +- src/styles.less | 2 +- 5 files changed, 116 insertions(+), 57 deletions(-) create mode 100644 src/app/pages/entities/XmlValidationResponse.ts diff --git a/src/app/app.component.html b/src/app/app.component.html index 5ae9012..7a5104e 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,7 +1,7 @@