Commit Graph

4 Commits

Author SHA1 Message Date
Konstantina Galouni 401ce63989 oaipmh-analysis.component: Added methods public getKeys(map) and public getValues(map) to solve ExpressionChangedAfterItHasBeenCheckedError | oaipmh-history.component.html: [Bug fix] Changed <ng-container> with <span> because styling (class) was needed | oaipmh-history.component.ts: Updated method "getJobResult()" to repeat the query every 5 seconds until result.progress !== Progress.IN_PROGRESS. 2023-07-26 17:18:32 +03:00
Konstantina Galouni 7580f1b6e4 oaipmh-validator.component: Improvements, fixes and checks added & Added subscriptions and ngOnDestroy & Added real API call to validate | oaipmh-analysis.component.ts & oaipmh-history.component.ts & single-record-validator.component.ts: Added subscriptions and ngOnDestroy | oaipmh-validator.service.ts: In method "validate()" added real API call & if all sets are chosen, do not send the set parameter | topmenu.component.html: Added "Validate [demo]" option. 2023-07-25 16:58:41 +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
Konstantina Galouni 32078e8732 Added validation history and validation analysis pages and updated validatorAPI to use the new version using camel. 2023-07-14 18:22:25 +03:00