Commit Graph

10 Commits

Author SHA1 Message Date
Konstantina Galouni b2cddcbfb6 [Validator]: Updates & improvements.
1. JobResult.ts: Added "set:string" and "exceptionMessage: string" fields.
2. RulePerJob.ts: Removed "rule_description" field and added fields "requirement_level: string, description: string, fair_principles: string, fair_principles_tooltip: string, link: string;".
3. oaipmh-analysis.component.html: Added cards on the right for base url and set | Added requirement level to the rule name, updated field for description, added fair principles.
4. oaipmh-analysis.component.ts: Added "requirementLevelMapping" and initialize tooltip of fair principles.
5. oaipmh-history.component.html: Updated table to show multiple validations | Updated columns of table - removed actions and updated status (view results - gets us to the analysis, in progress, stoppes, error, errors - opens a modal with the exception message).
6. oaipmh-history.component.ts: Added method "getJobResults()" and methods for error modal | Added a limit of 120 requests (10 minutes) for repetable requests of getting jobResult to update status when status is in progress.
7. oaipmh-validator.component.ts: Updated label for guidelines | Updated validation checks | Added exception catch in getSets().
8. oaipmh-validator.service.ts: Added method "getJobResults(limit: number = 200)".
9. topmenu.component.html: Removed jobId from history demo page.
10. package-lock.json: Updated uikit version.
2023-10-03 17:00:58 +03:00
Konstantinos Triantafyllou 1a8cc9c51b Update material to angular 16. 2023-08-04 15:38:33 +03:00
Konstantinos Triantafyllou 0537ea55b8 Update angular to version 16 2023-08-04 15:37:23 +03:00
Konstantinos Triantafyllou d264e30476 Update Zone to 0.13.1. Add package-lock.json to ignorelist 2023-08-04 15:35:51 +03:00
Konstantinos Triantafyllou 697451dd54 Update material to angular 15. 2023-08-04 15:34:34 +03:00
Konstantinos Triantafyllou 28dd0063bc Migrate angular core and cli to version 15 and update dependencies to be compatible with the newer version. 2023-08-04 15:33:04 +03:00
Konstantinos Triantafyllou 9207d76e40 Update typescript to version 4.9.5 2023-08-04 15:32:04 +03:00
Konstantina Galouni e8db9428bf oaipmh-analysis.component.ts & oaipmh-history.component.ts & oaipmh-validator.component.ts & single-record-validator.component.ts & app.module.ts: Updated imports to get shared files from openaire-library | environment.ts: Added export let properties: EnvProperties | package.json & package-lock.json: Updated angular version from 14.1.0 to 14.2.3 and added dependency @angular/material": "^14.2.2". 2023-07-25 13:39:39 +03:00
Stefania Martziou ff07d28632 First commit for the single record validator 2022-08-03 13:33:02 +03:00
Stefania Martziou d9e11a6ac3 initial commit 2022-08-03 12:10:49 +03:00