1. uploadService.js: On /explore/home endpoint, replaced type with relResultType parameter to get interlinked results.
2. dataProvider.service.ts: On method "getDataproviderInfo()", when querying by identifier, parse res['body']['results'].
3. refineFieldResults.service.ts: On method "getAllRefineFieldResultsByFieldName()" and "getRefineFieldResultsByFieldName()" added /browseAll in API enpoint path and call method "getTypeParamForEntity()" to set type for specific research products.
4. searchOrganizations.service.ts: Removed checks for fq= to call cache or not (keep only check !refineQuery).
1. dataProvider.service.ts: In method "buildDatasourceLandingInfoUrl()" change url for request by id with the local instance on rudie (new search API).
2. organization.component.ts: In searchProjectsService.getProjectsForOrganizations(), change funder parameter format.
3. searchOrganizations.component.ts: In method "filterRequestedAll()" update request parameters (fields -> facetFields).
4. searchDataproviders.service.ts: In methods "searchDataprovidersForEntity()", "numOfEntityDataproviders()", "numOfDataproviders()" change url for request with the local instance on rudie (new search API), parameters of request and response path for parsing.
5. searchProjects.service.ts: In method "getProjectsForOrganizations()" change url for request with the local instance on rudie (new search API), parameters of request and response path for parsing.
6. fetchDataproviders.class.ts: In method "getResultsForEntity()" change path and parameters url for the request.
7. resultLanding.service.ts: In method "buildResultLandingInfoUrl()" change url for request with the local instance on rudie (new search API).
1. funders.component.html:
a. [BUG] Updated checks to show Monitor dashboard link only when monitorDashboardStatus has a value.
b. Replaced alias usage with monitorDashboard.
c. Added link to RFO dashboard if irishDashboard and irishDashboardStatus are available.
2. funders.component.ts:
a. Removed from fundersMap "alias" and added irishDashboard, irishDashboardStatus.
b. In showOptions, renamed "dashboard" to "monitor" and added "rfo" for RFO dashboard.
3. funders.component.less: Added variable @irish-color and set css for .irish-dashboard-link.
1. beta.properties & production-properties.file & properties.file: Added irishMonitorAPIUrl.
2. uploadService.js: Added request to irishMonitorAPIUrl and in the response added irishAlias and irishVisibility.