Go to file
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
claims [Library|Trunk] 2020-11-18 16:06:27 +00:00
connect [Connect|Trunk] 2021-01-12 16:18:00 +00:00
contact-us [Trunk | Library] 2020-12-02 08:41:00 +00:00
dashboard [Library | Trunk]: Remove filers class 2021-01-13 14:47:28 +00:00
deposit [Library | Trunk]: Deposit change style of h1 to uk-h2 2021-01-05 15:25:37 +00:00
error [Library|Trunk] 2020-11-18 16:06:27 +00:00
landingPages [Trunk | Library]: 2021-01-13 18:30:25 +00:00
login [Library|Trunk] 2021-01-11 14:14:44 +00:00
monitor [Library | Trunk] 2021-01-11 09:21:42 +00:00
orcid [Trunk | Library]: Add /orcid folder with files, for adding-removing works and getting orcid tokens for user. 2021-01-13 18:23:31 +00:00
reload [Library | Trunk]: Change reload page to have a loading 2020-11-26 11:14:14 +00:00
role-verification [Library | Trunk]: Add lock icon on disabled inputs 2020-12-23 16:06:31 +00:00
searchPages [Trunk | Library]: 2021-01-13 18:30:25 +00:00
services [Trunk | Library]: 2021-01-13 18:30:25 +00:00
shared Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
sharedComponents [Library | Trunk]: Change admin-tools pages header layout. Add search-input 2021-01-11 18:33:24 +00:00
utils [Trunk | Library]: 2021-01-13 18:30:25 +00:00
verification [Library | Trunk]: Merge members managers. Add create group for portal admins 2020-11-03 18:25:03 +00:00
cache-interceptor.service.ts [Library| Trunk] 2020-11-02 17:11:31 +00:00
error-interceptor.service.ts [Trunk | Library]: 2021-01-13 18:30:25 +00:00
http-interceptor.service.ts [Library | Trunk]: Add Error interceptor 2020-11-16 13:36:12 +00:00
timeout-interceptor.service.ts [Library| Trunk] 2020-11-02 17:11:31 +00:00