Konstantinos Triantafyllou
9826e5d358
[develop | FIXED]: Fix a bug with help text placement doesn't be shown in add help text.
2024-09-06 18:04:05 +03:00
Alex Martzios
ad17ffaf95
[develop | DONE | CHANGED] monitorServiceAPIURL, notificationsAPIURL, adminToolsAPIURL: add '/' at the end of these string properties and remove any unnecessary after them
2024-09-05 12:59:25 +03:00
argirok
57628f6af7
[develop | DONE | FIXED ] project title for unidentified projects
2024-09-04 09:46:37 +03:00
argirok
9b88d4be2a
[develop | DONE | ADDED ] Customization add custom css
2024-08-30 13:09:03 +03:00
argirok
6165778970
[develop | DONE | CHANGED ] Change the sidebar menu divide menu items to community profile and content config
2024-08-30 10:13:14 +03:00
argirok
d5a51bf0fc
[develop | DONE | FIXED ] fix the routes in the edit forms of plugins
2024-08-30 10:11:52 +03:00
Konstantina Galouni
8d6c45abe3
[develop | DONE | CHANGED]: fos/fos.component.html & fos/fos.component.ts & landing-utils/fos.component.ts & ISVocabularies.service.ts & resultLanding.service.ts: hide L3 & L4 FoS.
2024-08-01 14:06:12 +03:00
Alex Martzios
0d0c077a4c
[develop | DONE | FIXED] indicator-utils: add 'return null' on 2 methods (triggered error on validator project)
2024-07-26 11:38:57 +03:00
Konstantinos Triantafyllou
310f06b234
[develop]: Make some improvements regarding import/export indicators and editing an indicator.
2024-07-25 10:31:08 +03:00
Konstantina Galouni
e4956f8392
[develop | DONE | CHANGED]: newSearchPage.component.html: Reordered buttons - moved compact results button before download button.
2024-07-24 15:18:12 +03:00
Konstantinos Triantafyllou
7bb45fefa0
[develop | FIXED]: Add ts-ignore in axios import statement.
2024-07-22 11:47:31 +03:00
Konstantinos Triantafyllou
ed8f4f54d1
[develop | DONE]: Remove condition for hiding umbrella in production.
2024-07-22 10:28:17 +03:00
Konstantina Galouni
dd4d785d96
[develop | DONE | CHANGED]: [Performance improvement] resultLanding.component: Added fields "impactClicked" and "altMetricsClicked", to initalize and show the relative content only on click | entity-actions.component.ts: Added field "addThisClicked" to call <addThis> only on click.
2024-07-18 15:48:20 +03:00
argirok
ed7ee4b4a3
[develop | DONE | ADDED] Add Organization refine field in results for Connect
2024-07-17 13:25:44 +03:00
argirok
ac200a89ac
[develop | DONE | FIX] Change Sorting options Dsc. to Desc.
2024-07-17 13:10:44 +03:00
Konstantinos Triantafyllou
92f799e63b
[develop]: Fix the redirection URL after verification of a manager for Irish and Monitor.
2024-07-11 17:00:09 +03:00
Konstantina Galouni
7a18b65b40
[develop | DONE | CHANGED]: parsingFunctions.class.ts & showSubjects.component.ts: Removed checks for production environment - now show everything under keywords.
2024-07-11 16:35:19 +03:00
Konstantina Galouni
0896d5a3ce
[develop | DONE | CHANGED]: searchResearchResults.component.ts & searchProjects.component.ts & searchOrganizations.component.ts & searchDataProviders.component.ts: In <new-search-page> added parameter [hasCompactView]="true" to enable compact view button.
2024-07-09 17:19:13 +03:00
Konstantina Galouni
403fe375e7
[develop | DONE | ADDED]: Added compact view functionality on search pages.
...
1. newSearchPage.component.html: Increase left margin of download button | Added button for compact view | In <search-result> added parameter "compactView".
2. newSearchPage.component.html: Added class fields "@Input() hasCompactView: boolean = false;", to show compact button or not and "public compactView: boolean = false;" to show compact or expanded view of each result.
3. searchDownload.component.ts: Changed download <button> to <a> with class "custom-view-button" | Set visuallyHidden to icon.
4. searchResult.component.ts: Added class field "@Input() compactView: boolean = false;".
5. searchResult.component.html: In <result-preview added parameter "compactView".
6. entity-actions.component.ts: Added class field "@Input() compactView: boolean = false;" | When compactView is true, hide action labels - show only icons.
7. result-preview.component.ts: Added class field "@Input() compactView: boolean = false;".
8. result-preview.component.html: When compactView is true, make margins smaller, show 1 line in title, hide funder budget, identifiers, website url, oai-pmh url, description, action oa routes and metrics labels, and added "compactView" parameter in <entity-actions>.
2024-07-09 17:11:55 +03:00
Konstantina Galouni
1f00fae364
[develop | DONE | FIXED]: orcid.component.ts: Typo fixes in message shown when granting access to OpenAIRE.
2024-07-09 16:26:48 +03:00
Konstantina Galouni
853b072c62
[develop | DONE | FIXED]: searchProjects.service.ts: Added parameter excludeUnidentfied: boolean = true in method "advancedSearchProjects()" to add or not the basic query :&fq=(projectcode<>"unidentified") | claimProjectSearchForm.component.ts: In calls of projectService.advancedSearchProjects, set parameter "excludeUnidentfied" to false, not to exclude unidentified projects (irish funders were missing from the funders list).
2024-07-05 16:00:36 +03:00
Konstantinos Triantafyllou
c97c54208f
[develop]: Change extract stakeholders by removing condition for field name.
2024-07-02 15:55:42 +03:00
Konstantina Galouni
1401a68256
[develop | DONE | FIXED]: Initialize properties on field definition (files: displayClaims.component.ts & directLinking.component.ts & approved.component.ts & curators.component.ts & portals.component.ts & depositFirstPage.component.ts & searchResultsInDeposit.component.ts & statisticsTab.component.ts & citeThis.component.ts & deletedByInference.component.ts & organization.component.ts & project.component.ts & deletedByInference.component.ts & myOrcidLinks.component.ts & searchMyOrcidResults.component.ts & searchRecommendedResultsForOrcid.component.ts & searchResultsForOrcid.component.ts & searchAll.component.ts & advancedSearchForm.component.ts & searchDataProviders.component.ts & searchDataProviders.component.ts & searchOrganizations.component.ts & searchProjects.component.ts).
2024-07-02 13:51:15 +03:00
argirok
93897534dc
Merge remote-tracking branch 'origin/develop' into develop
2024-07-02 11:53:28 +03:00
argirok
e70625405c
[plugins-functionality | DONE | FIXED ] fix encoding in stats titles in the form
2024-07-02 11:53:15 +03:00
Konstantina Galouni
0bd8667667
[develop | DONE | CHANGED]: dataProviderInfo.ts: Renamed "EOSC Service Catalogue" to "EOSC Resource Hub" | environment.ts: Updated "eoscMarketplaceURL" property.
2024-07-02 00:46:57 +03:00
Konstantina Galouni
85657ceb61
[develop | DONE | CHANGED]: Parse research products versions from "children" field of the record, instead of querying explicitly.
...
1. resultLandingInfo.ts: Added field "children".
2. resultLanding.service.ts: Set children field.
3. resultLanding.component.html: In <deletedByInference> add parameter children.
4. result/deletedByInference/deletedByInference.component.ts: Parse children to initialize resultsPreview: ResultPreview[] and show versions accordingly.
2024-07-02 00:25:35 +03:00
Konstantina Galouni
a8c2b2d0a3
[develop | DONE | CHANGED]: Parse organization versions from "children" field of the record, instead of querying explicitly.
...
1. organizationInfo.ts: Added field "children".
2. organization.service.ts: Set children field.
3. organization.component.html: In <organizationsDeletedByInference> add parameter children.
4. organization/deletedByInference/deletedByInference.component.ts: Parse children to initialize resultsPreview: ResultPreview[] and show versions accordingly.
2024-07-02 00:15:21 +03:00
Konstantina Galouni
1b70600397
[develop | DONE | CHANGED]: resultLanding.component.html: Hide usage counts per datasource from production | fos.component.html: Hide level 4 from keyword view too on beta and production (show only on dev).
2024-07-02 00:03:18 +03:00
Konstantina Galouni
de793ab3ad
[develop | DONE | ADDED]: Added relation between products (research product landing) and services (data sources - exclude service type).
...
1. result-preview.ts: Define interface RelationDatasource and added method "relationDatasourceConvert()".
2. resultLandingInfo.ts: Added fields "relatedServices" and "relatedServicesClassFilters".
3. resultLanding.service.ts: Call parsing for relations "dnet:result_datasource_relations".
4. parsingFunctions.class.ts: Added method "parseDatasources()".
5. resultLanding.component: Follow same schema for related research products (relatedResults) and related services (relatedServices), initialize relation fields and show them.
2024-07-01 23:35:47 +03:00
argirok
94e831c548
[plugins-functionality | DONE | Changed ] change clear cache in route to purge browser cache
2024-07-01 16:48:10 +03:00
argirok
3077b9b493
[plugins-functionality | DONE | Changed ] improvements in manage menu items
2024-07-01 16:46:55 +03:00
Konstantinos Triantafyllou
e463080109
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop
2024-06-28 11:51:17 +03:00
Konstantinos Triantafyllou
6b2e1c1025
[develop]: Fix import/export indicators tab title wasn't imported bug.
2024-06-28 11:51:09 +03:00
Konstantinos Triantafyllou
1747140063
[develop]: Add new types in portal types.
2024-06-27 15:36:38 +03:00
argirok
e535934fc2
[develop | DONE | FIX ] Insert claims: avoid showing multiple errors - stop status subsciption when complete or errored
2024-06-27 12:27:37 +03:00
Konstantinos Triantafyllou
ab3fb51ea3
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop
2024-06-25 15:26:58 +03:00
Konstantinos Triantafyllou
8afe96a45d
[develop]: Add tooltip in placeholderInfo.
2024-06-25 15:26:51 +03:00
argirok
4bd7e822ac
[develop | DONE | CHANGED] Change fields in filters from result_country to cross_country
2024-06-25 14:04:34 +03:00
Konstantina Galouni
5faca0746c
[develop | DONE | CHANGED]: dataProviderInfo.ts & organizationInfo.ts: Mark some fields as deprecated (not used anymore).
2024-06-20 15:28:22 +03:00
argirok
6a781dd478
[develop | DONE | CHANGED ] AdvancedSearchInputComponent: show the arrow down in all select inputs
2024-06-19 12:28:45 +03:00
argirok
f26c9e8f48
[develop | DONE | FIXED ] Project/ Funder claim form: fix messages
2024-06-19 12:14:15 +03:00
argirok
27ffac59d9
Merge remote-tracking branch 'origin/develop' into develop
2024-06-19 11:33:13 +03:00
Konstantinos Triantafyllou
feaa370338
[develop]: Add condition for environement in order to hide umbrella dashboards from production.
2024-06-19 11:28:32 +03:00
argirok
4ea707cbaf
[develop | DONE | CHANGED] links: organization links always pending
2024-06-19 11:28:09 +03:00
argirok
deaa358cea
[develop | DONE | CHANGED] indicator form: show datatitles only if legend is enabled in chart
2024-06-19 11:20:58 +03:00
argirok
51787e582a
[develop | DONE | CHANGED] indicator utils: change if/else block for comparing queries - separate if for start/end year
2024-06-19 10:17:02 +03:00
Konstantinos Triantafyllou
12a94fae40
[develop]: Use threshold parameter in observer of slider tabs.
2024-06-18 14:43:14 +03:00
Konstantinos Triantafyllou
56b5972316
[develop | CHANGED]: Change number class size for medium and large to uk-widht-max-content.
2024-06-18 10:07:44 +03:00
Konstantinos Triantafyllou
00724378a8
[develop]: Add extended method for stakeholders in irish service. Add getChartWidth and number to base component.
2024-06-17 10:02:40 +03:00