Konstantina Galouni
f45598b190
[develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase.
...
1. refineResults.class.ts:
a. Updated method "includeValue()" and include "null" (as a string) check | Call method "includeValue()" when creating filters.
b. Set filter.countUnfilteredValues to the length of values returned by the service before filtering them out.
c. Check if filters returned by service before trying to parse anything.
2. searchHelperClasses.class.ts: Added in Filter structure the field "public countUnfilteredValues?: number = 0;", to check if there are more values to be queried (show "view all" link or not).
3. searchFilter.component.ts: Updated check of hasMoreValues to show or not the "view all" link - check filter.countUnfilteredValues | Comment filtering out of filter values - moved to refineResults.class.ts.
2024-02-07 15:55:56 +02:00
Konstantina Galouni
514e92b177
[develop | DONE | FIXED]: [BUG FIX] searchResearchResults.component.ts: In method "filterRequestedAll()", call "this.searchPage.filterFilterValues(this.filters);", to filter out from funding filters, values not related to the selected funder.
2024-02-07 15:45:58 +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
76a72c175d
[develop | DONE | FIXED]: [BUG FIX] claimResultSearchForm.component.ts: In method "checkSelectedFilters()" set "filter.countAllValues = filter.values.length;", because filters were loading forever.
2024-02-07 10:31:42 +02:00
Konstantina Galouni
75ecd0da5e
Merge develop into angular-16-irish-monitor branch
2024-02-06 14:19:27 +02:00
Konstantina Galouni
b12877df2a
[develop | DONE | CHANGED]: searchAll.component.html: Changed pipe from "| number" to " | numberRound" to round number of results in slider tabs | searchAll.module.ts: Imported NumberRoundModule.
2024-02-05 11:52:57 +02:00
Konstantina Galouni
f63e7d72cc
[develop | DONE | CHANGED]: availableOn.component.ts: Restored checks, not to display full-text link in production environment - reverted commit fa216cbc07
.
2024-02-01 21:35:36 +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
bedb7f013b
[master | DONE | CHANGED] Monitor - Indicators: minor update subtitle when there are filters applied, add title and clear all in selected filters above indicators
2024-01-31 10:38:20 +02:00
argirok
a6ea10fd90
[master | DONE | ADDED] Monitor - Indicators: update subtitle when there are filters applied
2024-01-30 12:27:40 +02:00
argirok
4662a3a185
[master | DONE | CHANGED] Monitor - Indicators: update fields mapping for filtering to work better for FOS filters - replace previously wrong field
2024-01-30 11:42:21 +02:00
argirok
3e96a5f889
[master | DONE | CHANGED] Monitor - Indicators: update fields mapping for filtering to work better for FOS filters
2024-01-30 11:29:31 +02:00
Konstantina Galouni
6b5b7df8be
[develop | DONE | DELETED]: Deleted legacy unused files mailPrefs.component.html, mailPrefs.component.ts, mailPrefs.module.ts, htmlProjectReport.component.ts, htmlProjectReport.module.ts.
2024-01-29 19:55:26 +02:00
Konstantina Galouni
5a23f6437d
[develop | DONE | FIXED]: project.component.ts: In method "closeLoading()" added setTimeout of 300ms - too fast open and close of the loading modal and it couldn't close eventually.
2024-01-29 19:53:11 +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
argirok
70b7e30b70
[angular-16-irish-monitor | DONE | CHANGED] Custom filters: add checks, add custom query
2024-01-29 17:56:10 +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
fa216cbc07
[develop | DONE | CHANGED]: availableOn.component.ts: Removed environment check from fulltext links (display them also in production).
2024-01-25 12:33:50 +02:00
Konstantina Galouni
1e41013e06
[develop | DONE | CHANGED]: showSubjects.components.ts: Removed subjects by Vocabulary for BETA & DEV environments & Updated how EOSC subjects are displayed | resultLanding.component: Added get method "hasSubjects" and updated checks to show subjects depending on environment.
2024-01-25 12:31:14 +02:00
Konstantinos Triantafyllou
340dd96dc2
Merge branch 'angular-16-irish-monitor' of code-repo.d4science.org:MaDgIK/openaire-library into angular-16-irish-monitor
2024-01-24 20:13:13 +02:00
Konstantinos Triantafyllou
a40f1431ed
[angular-16-irish-monitor]: Fix overlay in indicators. Fix admin calls for managers/ivnitations.
2024-01-24 20:13:05 +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
Konstantina Galouni
134ab8240e
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2024-01-24 17:05:14 +02:00
Konstantina Galouni
0a47193bf3
[develop | DONE | FIXED]: searchResearchResults.service.ts & resultLanding.service.ts & deletedByInference.service.ts: #9425 - When an author (same name & rank) has 2 instances on the same record, keep orcid information if exists in at least one instance.
2024-01-24 17:03:15 +02:00
Konstantinos Triantafyllou
bbcfa595da
[angular-16-irish-monitor | MERGE]: Merge from develop
2024-01-24 16:25:17 +02:00
Konstantinos Triantafyllou
2b9953503a
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop
2024-01-24 14:36:20 +02:00
Konstantinos Triantafyllou
e176169afd
[develop]: Fix some properties values
2024-01-24 14:36:12 +02:00
argirok
43ceb9f266
[develop | DONE | CHANGED] claims: disable result link when status is pending
2024-01-24 12:14:40 +02:00
Konstantinos Triantafyllou
b83101fd74
[angular-16-irish-monitor | FIXED]: Manage stakeholders less fix border if color is none.
2024-01-24 10:36:40 +02:00
Konstantinos Triantafyllou
017b54f57c
[angular-16-irish-monitor | CHANGED]: Add .hostedby in datasource indicators generator.
2024-01-19 13:44:02 +02:00
Konstantinos Triantafyllou
e1f6549e89
[anuglar-16-irish-monitor]: AdminDashboardGuard make services protected
2024-01-18 09:58:28 +02:00
argirok
6034bcfe77
[angular-16-irish-monitor | DONE | CHANGED] Indicators Filters changed the way filters applied, add publiclyFunded Filter
2024-01-17 15:43:43 +02:00
argirok
93ae0db4dd
[angular-16-irish-monitor | DONE | CHANGED] Stakeholder service : change charts limit to 7 results
2024-01-17 15:42:32 +02:00
Alex Martzios
5699aed599
[develop | DONE | FIXED] linking: stack elements on mobile to avoid page breaking
2024-01-17 11:16:06 +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
Konstantinos Triantafyllou
d0aa12ab4d
[angular-16-irish-monitor]: Fix wrong visibility on import.
2024-01-12 11:39:26 +02:00
argirok
adb4c86d2f
[angular-16-irish-monitor | DONE | CHANGED] user management service: better clean up reload urls
2024-01-12 11:26:16 +02:00
Konstantinos Triantafyllou
f07d1778c5
Merge branch 'angular-16-irish-monitor' of code-repo.d4science.org:MaDgIK/openaire-library into angular-16-irish-monitor
2024-01-12 10:16:31 +02:00
Konstantinos Triantafyllou
ba1a3b9e62
[angular-16-irish-monitor]: Fix cancel invitation method of a user. Set rootClass only if it is changed.
2024-01-12 09:15:04 +02:00
argirok
ced24dc2af
[angular-16-irish-monitor | DONE | ADDED] add getResearcherStakeholder method in stakeholder service, to get researcher profile and set the proper values based on current author
2024-01-11 18:28:02 +02:00
Alex Martzios
c2312e297e
[develop | DONE | FIXED] remove b2note (annotation component) and all its references
2024-01-11 12:49:57 +02:00
Konstantinos Triantafyllou
037c32c545
Merge branch 'angular-16-irish-monitor' of code-repo.d4science.org:MaDgIK/openaire-library into angular-16-irish-monitor
2024-01-10 14:21:19 +02:00
Konstantinos Triantafyllou
c5759235e4
[angular-16-irish-monitor]: Fix name of export file of indicators. Fix manageStakeholders if an error is occurred.
2024-01-10 14:21:12 +02:00
argirok
9a96851e70
[angular-16-irish-monitor | DONE | ADDED] indicator utils, add researcher as stakeholder type and extract researcher parameters
2024-01-10 12:34:03 +02:00
argirok
0a01288a46
direct linking for orps: fix checks, use type 'other' instead of 'orp'
2024-01-10 00:03:47 +02:00
Konstantinos Triantafyllou
ae4b3b7b95
[angular-16-irish-monitor]: Fix badge in production
2024-01-09 17:57:42 +02:00
Konstantina Galouni
9bcc1bb4d5
[angular-16-irish-monitor | DONE | CHANGED]: searchFields.base.ts: Changed label of facet field "isindiamondjournal" to "In a Diamond OA journal".
2024-01-09 17:03:47 +02:00
Konstantina Galouni
88b5e06aa8
[master | DONE | CHANGED]: admin.component.ts & sidebar-base.component.ts: Added admin menu sidebar in super admin pages for help texts | admin.module.ts: In manage profiles page set hasAdminMenu: true, hasSidebar: false & removed path: 'irish/admin-tools' - :stakeholder will be called instead.
2024-01-09 14:16:35 +02:00
Konstantinos Triantafyllou
8c5990133f
[angular-16-irish-monitor]: Update irish dashboard email composer
2024-01-09 13:19:42 +02:00