openaire-library/utils/entities
konstantina.galouni eb4a1f13f6 [Trunk | Library]:
1. error-interceptor.service.ts: Add "properties.orcidAPIURL" in UNAUTHORIZED_WHITELIST.
2. resultLanding.component.html: If result has identifiers and user is logged in, call <orcid-work>.
3. resultLanding.module.ts: Import OrcidModule.
4. searchResult.component.ts: If user is logged in, call "orcidService.getPutCodes()" and set orcidPutCodes of previewResults.
5. searchResults.module.ts: Add "OrcidService" in providers.
6. searchResearchResults.service.ts: In method "parseResults()", call "this.parsingFunctions.parseIdentifiers(resData['pid'])" to set identifiers.
7. customOptions.class.ts: Change method return type: "public static registryOptions(): any" --> public static registryOptions(): {}". (caused problem in return type of services (e.g. HttpEvent<string> instead of string).
8. searchResult.ts: Add field "identifiers: Map<string, string[]>".
9. env-properties.ts: Add field "orcidAPIURL".
10. result-preview.component.html: 
	a. If result has identifiers and user is logged in, call <orcid-work>.
	b. In bottom line with impact factors and orcid, add class "result-preview-bottom" (set color to #747474 (like muted text) when not on hover).
11. result-preview.component.ts: Add field "loggedIn" and check on init if user is logged in (via Session).
12. result-preview.module.ts: Import OrcidModule.
13. result-preview.ts: Add field "orcidPutCodes" | In method "searchResultConvert()", set resultPreview.identifiers with all identifiers (not only dois).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60231 d315682c-612b-4755-9ff5-7f18f6832af3
2021-01-13 18:30:25 +00:00
..
adminTool [Library|Trunk] 2021-01-04 11:19:39 +00:00
CuratorInfo.ts [Trunk|Library]: Remove null default value on id of curator. 2019-07-02 10:27:09 +00:00
EmailRecaptcha.ts [Trunk|Library]: 1. Add a new entity with fiels an email and recaptcha token. 2. Add a contact method on email service to send an email and recaptcha token to admin-tools 2019-04-11 11:26:02 +00:00
FAQ.ts [Trunk|Library]: Create a FAQ entity class. 2019-06-24 10:39:03 +00:00
contentProvider.ts [Library]: Change dataprovider model. 2019-11-05 15:18:08 +00:00
dataProviderInfo.ts [Trunk | Library] 2020-03-17 10:04:17 +00:00
deletedByInferenceResult.ts [Trunk | Library]: 2019-05-29 12:24:43 +00:00
entities.module.ts [Trunk | Library]: app-routing.module & entities.module: Bug fixes in imports after merging research results. 2019-09-11 11:45:35 +00:00
metrics.ts ORP landing: change link button text to link this product to 2018-07-26 10:09:06 +00:00
organizationInfo.ts [Library|Trunk] 2020-08-19 11:01:22 +00:00
projectInfo.ts [Trunk | Library] 2020-03-17 15:19:25 +00:00
publication.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
resultLandingInfo.ts [Library|Trunk] 2020-08-19 11:01:22 +00:00
searchResult.ts [Trunk | Library]: 2021-01-13 18:30:25 +00:00