argirok
01554f58f5
[pluginsFunctionality | DONE | CHANGED] remove cache from plugins, configuration and helper services
2024-05-09 10:18:20 +03:00
argirok
678908df5f
Merge remote-tracking branch 'origin/develop' into plugins-functionality
2024-04-19 12:41:05 +03:00
argirok
68125b3577
[develop | DONE | CHANGED] Claims: keep both shortname and funderName, in cards show fundername. For unidentified, hide code and link
2024-04-19 12:09:00 +03:00
Konstantina Galouni
eeb63a2de9
[develop | DONE | CHANGED]: In search projects results, show funder name by default, and if not available, show funder short name.
...
1. searchResult.ts: Added field funderName: string; in class SearchResult.
2. result-preview.ts: Added field funderName: string; in class ResultPreview & in method "searchResultConvert()" set resultPreview.funderName = result.funderName;
3. searchProjects.service.ts: Added parsing of funderName.
4. result-preview.component.html: Show funderName and if not available, show funderShortname.
5. entity-metadata.component.ts: Added check for funders display.
2024-04-16 11:47:12 +03:00
Konstantina Galouni
c219c8370b
[develop | DONE | REVERTED]: searchResult.component.ts & result-preview.component.html & result-preview.component.ts: Reverted changes regarding changeDetection: ChangeDetectionStrategy.OnPush - should be first introduced in another branch.
2024-04-16 10:07:31 +03:00
Konstantina Galouni
6886df2caa
[develop | DONE | CHANGED]: Alt attribute on images | Set changeDetection: ChangeDetectionStrategy.OnPush on result-preview.component.ts.
...
1. deletedByInference.service.ts: [Bug fix] Fixed author check.
2. sdg.component.html & quick-contact.component.html & fos.component.html: Added alt attribute on images.
3. result-preview.component.ts: Set changeDetection: ChangeDetectionStrategy.OnPush | Added get countDots().
4. result-preview.component.html: Changed how number of access routes dots is passed into a class (countDots) - needed for ChangeDetectionStrategy.OnPush.
5. orcid-work.component.ts: Added alt attribute on images | Added ChangeDetectorRef and call this.cdr.markForCheck(); on "getPutCode()", "saveWork()" and "deleteWorks()" - needed for ChangeDetectionStrategy.OnPush.
6. searchResult.component.ts: Rebuild previewResults object after getting orcidPutCodes to draw html again - needed for ChangeDetectionStrategy.OnPush.
7. newSearchPage.component.html: Removed uk-flex-wrap for number of results and uk-margin-medium-left from desktop sorting.
2024-04-15 17:11:38 +03:00
Alex Martzios
9b04260a60
[develop | DONE | FIXED] showAuthors: fix z-index bug for ocrid dropdown inside modal
2024-04-15 12:09:35 +03:00
argirok
f5414efaac
Merge remote-tracking branch 'origin/develop' into plugins-functionality
...
# Conflicts:
# role-verification/role-verification.component.ts
2024-04-10 13:11:37 +03:00
Konstantinos Triantafyllou
69cdb2cec2
[develop]: Add roles in stakeholder configuration to handle naming of roles in different services.
2024-04-08 14:14:09 +03:00
Konstantinos Triantafyllou
0fb20de588
Merge remote-tracking branch 'origin/new-reorder' into develop
2024-04-05 20:13:24 +03:00
Konstantinos Triantafyllou
b71bdfa559
[new-reorder]: Add multi charts in admin indicators (works now only for charts in UI). Deprecated transition-group disable/enable method.
2024-04-05 20:13:05 +03:00
Konstantina Galouni
dcfc6b0b6a
[develop | DONE | CHANGED]: searchFields.base.ts: Replace in ORGANIZATION_REFINE_FIELDS and ORGANIZATION_ADVANCED_FIELDS field "country" with "countrynojurisdiction".
2024-04-04 16:10:08 +03:00
Konstantina Galouni
18791ec9d2
[develop | DONE | ADDED]: searchFields.base.ts: Added "pid" field in ORGANIZATION_ADVANCED_FIELDS.
2024-04-02 13:33:23 +03:00
Konstantina Galouni
78d262dd3b
[develop | DONE | ADDED]: Added search organizations by PID (ror, isni, wikidata, fundRef).
...
1. string-utils.class.ts: Added methods "isValidRor()", "isValidIsni()", "isValidWikidata()", "isValidFundRef()" and cases for these new identifiers.
2. newSearchPage.component.ts: In method "createKeywordQuery()", check for PIDs also for organizations entity.
3. environment.ts: Updated property "fundRefURL" to "https://data.crossref.org/fundingdata/funder/ " (old: https://api.crossref.org/funders/ ).
2024-04-02 10:59:33 +03:00
argirok
50051f2de8
Merge remote-tracking branch 'origin/develop' into plugins-functionality
2024-03-28 13:49:59 +02:00
Konstantina Galouni
b6cda48e2f
[develop | DONE | ADDED]: searchFields.base.ts: Added static "triplet" refine (facet) field "haslicense".
2024-03-27 16:30:38 +02:00
argirok
8eba807906
[pluginsFunctionality | DONE | CHANGED] add property forceCacheReload, for requests that pass from cache (useLongCache=true) check and pass forceReload parameter, get from cache plugin requests
2024-03-27 09:29:07 +02:00
argirok
7d5b82e0dc
[plugins-functionality | WIP]
2024-03-15 20:19:31 +02:00
argirok
e781dc8a51
[plugins-functionality | DONE | CHANGED] give option to for content, deposit or both, use a common form to edit the options + the criteria
2024-03-15 15:58:15 +02:00
argirok
0aa2ec20e6
Merge remote-tracking branch 'origin/develop' into plugins-functionality
2024-03-14 09:29:51 +02:00
argirok
c64df20405
[develop | DONE | ADDED] add orcid-core module, without the routing - use it in other components instead of orcid module
2024-03-14 09:28:33 +02:00
argirok
2bb981c489
Merge branch 'develop' into plugins-functionality
2024-03-07 11:22:30 +02:00
Konstantina Galouni
6a41954109
[develop | DONE | CHANGED & ADDED]: env-properties.ts & environment.ts: Added properties "rorURL", "isniURL", "wikiDataURL", "fundRefURL" | organizationInfo.ts: Added identifiers | searchOrganizations.service.ts & organization.service.ts: Parse identifiers (pid) [BETA ONLY] | organization.module.ts: Import ResultLandingUtilsModule (to call <showIdentifiers> | organization.component: Removed old unused code & Added <showIdentifiers> & In mobile added country and website url | parsingFunctions.class.ts: Added parsing for organization pids | showIdentifiers.component.ts: Added cases for organization pids & check if pid value is a url, do not add prefix.
2024-03-04 13:14:09 +02:00
argirok
17e3cda685
[plugins-functionality | WIP] add sliders, update gateway info with search bar, sdgs, fos, community title & description, update suggested repositories and forms
2024-03-01 10:32:38 +02:00
Alex Martzios
3e8ed4f504
[develop | DONE | CHANGED] remove tooltips from search page, add labels for entity metadata
2024-02-29 11:33:17 +02:00
Konstantina Galouni
efa0f72cc3
[develop | DONE | CHANGED]: isRouteEnabled.guard.ts, freeGuard.guard.ts: Added @Injectable({providedIn: 'root'}) | Removed from providers PreviousRouteRecorderm, isRouteEnabled, LoginGuard AdminLoginGuard, PiwikService & removed from imports PiwikServiceModule.
2024-02-28 16:45:23 +02:00
argirok
9ad2da0fd3
[plugins-functionality | WIP] content providers: update methods, add options to select for deposit and add deposition message
2024-02-28 14:46:29 +02:00
Konstantinos Triantafyllou
f43025b21c
[develop | ADDED | FIXED]: Add missing searchLinkToStakeholders property in library common properties
2024-02-27 11:21:33 +02:00
Konstantina Galouni
f6654f7b93
[develop | DONE | CHANGED]: result-preview.component.html: Open Access Routes, Impact-based indicators (bip) and Usage counts drops on click, not hover.
2024-02-27 10:41:15 +02:00
argirok
f5ca757771
[develop | DONE | CHANGED] Range filters set placeholder/ validator based on min/max year from input
2024-02-23 10:11:00 +02:00
Konstantina Galouni
590bdaf2e3
[develop | DONE | FIXED]: [BUG FIX] bulkClaim.component.ts: In method "fetchResult()", if call to Crossref returns 404, query Datacite | environment.ts: Update url of "searchDataciteAPIURL" property to call endpoint "/dois" instead of "/works" (/works is the version 1 - old - while the current is version 2).
2024-02-22 13:57:27 +02:00
argirok
f92c4cbf52
[plugins-functionality | WIP] add more plugins, update forms...
2024-02-22 11:09:20 +02:00
Alex Martzios
af6174c5de
[develop | DONE | CHANGED] change footer text
2024-02-20 13:38:31 +02:00
Konstantinos Triantafyllou
3204ba18ff
[develop]: Fix showAuthors in modal.
2024-02-14 15:43:27 +02:00
Konstantina Galouni
83de7adc09
Merging branch develop into angular-16-irish-monitor
2024-02-07 22:32:42 +02:00
Konstantina Galouni
137278522e
[develop | DONE | CHANGED]: indexInfo.service.ts: Added "lastIndexDateSubject" BehaviorSubject | newSearchPage.component.ts: In ngOninit, call "indexInfoService.lastIndexDate" get method instead of "indexInfoService.getLastIndexDate()", to get last index date from subject value.
2024-02-07 21:36:47 +02:00
Konstantina Galouni
09960fda9e
[develop | DONE | FIXED]: availableOn.component.ts: Added field "@Input() inModal: boolean = false;" and display download sources when in modal - e.g. versions. | result-preview.component.html: Display download sources (<availableOn>) in versions (isDeletedByInferenceModal).
2024-02-07 21:12:43 +02:00
Konstantina Galouni
ffedfc0618
[develop | DONE | FIXED]: [BUG FIX] fetchProjects.class.ts: In method "getResultsForOrganizations()" set "this.filters[i].countAllValues = this.filters[i].values.length;", because filters were loading forever.
2024-02-07 11:57:55 +02:00
Konstantina Galouni
75ecd0da5e
Merge develop into angular-16-irish-monitor branch
2024-02-06 14:19:27 +02:00
argirok
a260ed17bd
[plugin-functionalities | WIP] : update plugin forms, add reording, filtering by position, create multiple templates per position, etc
2024-02-02 09:33:01 +02:00
Konstantina Galouni
243e736362
[develop | DONE | CHANGED]: Moved predefined query checks to "fq" field instead of "query" | Updated cachingRequests | Temporary bug fix in refine fields dependent to static refine fields.
...
1. searchOrganizations.service.ts: In method "numOfSearchOrganizations2()" and in method "advancedSearchOrganizations()" moved predefined query checks to "fq" field instead of "query".
2. entitySearch.service.ts: Mark method "searchByDepositType()" as @deprecated since it is not used anymore.
3. searchDataProviders.component.ts: In methods "_getFilters()" and "getResults()" updated parameters to set predefined query checks to "fq" field instead of "query" for repositories, journals, entity registries, but keep in "query" field for deposit search.
4. cache-interceptor.service.ts: Updated urls in cachingRequests table and checks in "checkForCachedRequests()" method.
5. searchFields.base.ts: [Bug fix] Temporarily removed from HIDDEN_FIELDS and "DEPENDENT_FIELDS" the "instancetypename" field - there is a bug with static refine fields, until the "angular-16-irish-monitor" branch is merged.
2024-02-01 19:46:34 +02:00
argirok
0c85072ac3
[angular-16-irish-monitor | DONE | CHANGED] My orcid links: add option for custom link in discover more links, add property
2024-01-29 17:57:44 +02:00
Konstantinos Triantafyllou
4c55fb252c
[angular-16-irish-monitor | CHANGED | DONE]: Change OA Color filter to Publisher Access.
2024-01-29 15:55:34 +02:00
Konstantina Galouni
e3fe71a623
[angular-16-irish-monitor | DONE | CHANGED]: resultLanding.component.html & result-preview.component.html: Renamed OA Routes to Access Routes.
2024-01-24 17:10:45 +02:00
Konstantinos Triantafyllou
bbcfa595da
[angular-16-irish-monitor | MERGE]: Merge from develop
2024-01-24 16:25:17 +02:00
Konstantinos Triantafyllou
e176169afd
[develop]: Fix some properties values
2024-01-24 14:36:12 +02:00
argirok
a373357ccf
[plugin-functionalities | WIP] : improvements in template forms (options for plugin code, filter pages based on portaltype, prefill plan option, initialize properly object
2024-01-22 12:37:48 +02:00
argirok
d0b4fa7750
[plugins-functionality | WIP] : add component preview when managing plugins, add edit inside plugin preview, add plugin wrapper
2024-01-19 10:53:17 +02:00
Konstantina Galouni
c06d020cdc
[develop | DONE | CHANGED]: ISVocabularies.service.ts: Updated method "parseFOS()" to parse all Fields of Science by visiting hierarchy from fos.json using an iterative DFS (Depth First Search), instead of looping each level - this does not depend on the number of levels specified in the vocabulary file.
2024-01-12 13:59:58 +02:00
Konstantinos Triantafyllou
f629a9c715
[angular-16-irish-monitor]: Fix ireland composer subject.
2024-01-12 13:44:12 +02:00