df99012c45[new-search | WIP | CHANGED]: Update queries and response path, using the new search API (currently on local dev machine "rudie". 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).
new-search
Konstantina Galouni2024-10-31 11:13:36 +0200
19dc6f9413[new-search-json | WIP | CHANGED]: Updated parsing according to new json schema - parsingFunctions.class.ts & deletedByInference.component.ts: Parse header.recordType field instead of result.resulttype.Konstantina Galouni2024-10-29 15:18:48 +0200
951bda1621Merge branch 'develop' into develop-16-deposit
argirok
2024-10-29 13:42:52 +0200
5b64d5f0c5Merge branch 'develop' into develop-16-deposit
argirok
2024-10-10 13:33:59 +0300
e658217722[develop-16-deposit | WIP ] add my upload page, add deposit table component, add deposit info classes, add checks for user if allowed to deposit
argirok
2024-10-10 13:30:20 +0300
4ca47d7f36[develop | DONE | ADDED ] utils service: add calculation date for grouped requests (useful when the response is cached)
argirok
2024-09-19 13:51:22 +0300
97d038b729[develop-hydration 0aacac2d] [develop-hydration | WIP | CHANGED] Added checks and logs for server or client state, to utilize non destructive hydration and avoid first page load flickering (affected files so far: app.component.ts, app.module.ts, home.component.tsKonstantina Galouni2024-09-10 02:50:36 +0300
0879a339ff[develop | DONE | ADDED]: app.component.ts: Added commented code for parsing file for new FoS codes/labels.Konstantina Galouni2024-09-10 01:10:05 +0300
623eb2fad0[develop | DONE | CHANGED]: Funders page: added link to RFO dashboard (irish) when available. 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.Konstantina Galouni2024-09-06 10:41:09 +0300
cf998dcd2e[develop | DONE | ADDED]: common-assets/common: Added small logo of irish dashboard to be used in funders page: small_irish.svg.Konstantina Galouni2024-09-06 10:35:19 +0300
5d0c69e410[develop | DONE | CHANGED]: utils-service: Added request to irish-monitor-service to get Funders (/stakeholder?type=funder) and their dashboard info. 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.Konstantina Galouni2024-09-05 18:18:38 +0300
0de2ac90d7[develop | DONE | FIXED]: funders.component.ts: Fixed funder ids in staticLogos (name and shortname were cut, but they are needed eventually).Konstantina Galouni2024-07-18 18:37:45 +0300
8bed072023[develop | DONE | CHANGED]: funders.component: Added shortName field in "fundersMap" and set it funder shortName or (if short name not available) with stakeholder alias.Konstantina Galouni2024-07-18 15:41:05 +0300
16838a3d51[develop | DONE | FIXED]: uploadService.js: Fixed funder id format (keep it as it is on the index so that search queries & links work) and parsing from the Funders API & Added check also with stakeholder's name and shortname to get the correct stakeholder (funder) from the Monitor API when there are more than one with the same index id & Added shortname as a different field for funders.Konstantina Galouni2024-07-18 14:03:13 +0300
5102e4e444[angular-18 | WIP] upgrade angular material to v18Alex Martzios2024-07-15 11:38:40 +0300
ff3e56465e[develop | DONE | ADDED]: funders.component.ts: Adding sorting options by Research products and by Projects & Renamed typo for descending order (desc instead of dsc) | funders.component.less: Commented css rule for "custom-view-button" class (now available on general.less).Konstantina Galouni2024-07-11 15:32:48 +0300
7a863e3d4b[develop | DONE | FIXED]: Initialize properties on field definition (files: contact.component.ts & funders.component.ts)Konstantina Galouni2024-07-05 15:55:12 +0300
faad25e780[develop | DONE | ADDED]: package.json: Added on dependencies "flag-icons": "^7.2.1" (library to show flag icon according to country code) | funders.component.less: Import "flag-icons/css/flag-icons.min.css" | funders.component.ts: Added for funders fields "websiteUrl", "country", "registered" & added sorting option by country (asc) | funders.component.html: Display new fundes info ("websiteUrl", "country", "registered").Konstantina Galouni2024-06-20 16:23:51 +0300
1494f44362[develop | DONE | CHANGED]: utils-service: beta-properties.file & production-properties.file & properties.file: Added property fundersServiceAPIUrl | uploadService.js: Added query and parsing of funders from new Funders API (created by CNR) for extra info (country, websiteUrl, registered, etc..)Konstantina Galouni2024-06-20 15:36:56 +0300
ba83087b59[develop | DONE | CHANGED]: uploadService.js: In endpoint "/explore/search", added in projects count query &fq=projectcode<>"unidentified" | In endpoint "/explore/funders", replaced fq=projecttitle with fq=projectcode, to exclude unidentified projects based on their code.Konstantina Galouni2024-05-28 15:44:49 +0300
55469cc2bc[develop | DONE | CHANGED]: CHANGELOG.md: Updated changelog to include [production-release-may-2024] - 2024/05/23.Konstantina Galouni2024-05-27 11:21:17 +0300
5789293ffeMerge pull request 'Merge on-push-strategy branch into develop (on push strategy in result-preview component, i.e. search result cards)' (#15) from on-push-strategy into developKonstantina Galouni2024-05-21 12:16:29 +0200