Diamantis Tziotzios
af5a9c269e
minor ui fixes
2024-04-15 10:47:30 +03:00
Sofia Papacharalampous
a556aef2cd
stlyling fixes on dashboard > activity cards
2024-04-08 18:03:26 +03:00
Sofia Papacharalampous
bf868d306a
1. dmp editor > new dmp > removed extra (*) from description field
...
2. dashboard styling changes
2024-04-08 15:10:12 +03:00
amentis
2e7606a497
apply authz flags to dashboard
2024-03-28 13:10:51 +02:00
Efstratios Giannopoulos
704c9f2018
file transformer changes
2024-03-22 13:49:26 +02:00
amentis
4e61353f77
remove section selection from add description pop up and fix dashboard home page sizes
2024-03-22 09:41:35 +02:00
Diamantis Tziotzios
76e251c14d
en language cleanup
2024-03-21 20:57:51 +02:00
amentis
b618bc8612
fix dashboard ui filters
2024-03-15 13:58:34 +02:00
amentis
9d6fbcd3ee
dashboard changes and add finalize description
2024-03-14 09:36:07 +02:00
amentis
a45dec7a5f
fix backend dmp user and dashboard ui fixes
2024-03-12 18:47:57 +02:00
amentis
2c8982bfef
fixes
2024-03-07 17:14:39 +02:00
amentis
bb6037afba
ui fixes
2024-03-06 18:41:26 +02:00
Diamantis Tziotzios
69a1ea5584
no message
2024-03-06 14:39:10 +02:00
Diamantis Tziotzios
7b28f499a8
frontend cleanup
2023-12-29 17:04:16 +02:00
Diamantis Tziotzios
244e0e83a2
more frontend changes
2023-12-28 17:18:49 +02:00
George Kalampokis
8f6d0cc33d
Made File export menus dynamic and based on the available file transformers (no POM)
2023-12-19 18:09:09 +02:00
Diamantis Tziotzios
9e13eb4d01
frontend dashboard changes
2023-12-05 22:36:00 +02:00
Diamantis Tziotzios
396c6e5b95
more frontend changes
2023-11-24 18:42:23 +02:00
Diamantis Tziotzios
7214745162
frontend dmp changes
2023-10-27 18:56:19 +03:00
Diamantis Tziotzios
d1bac40f0f
more blueprint editor fixes
2023-10-25 17:47:48 +03:00
Efstratios Giannopoulos
de566729f1
DmpBlueprint refactor
2023-10-24 18:00:11 +03:00
Diamantis Tziotzios
2472f6de42
more dmp blueprint frontend changes
2023-10-24 10:40:26 +03:00
Diamantis Tziotzios
4d3098860d
description template type and dmp blueprint frontend changes
2023-10-20 18:01:09 +03:00
Efstratios Giannopoulos
968f45d5b3
authn refactor
2023-10-11 17:53:12 +03:00
Diamantis Tziotzios
922c2110ac
angular update fixes
2023-10-06 11:10:53 +03:00
Diamantis Tziotzios
96c2940eb0
angular 15 update
2023-10-05 16:58:45 +03:00
Diamantis Tziotzios
203ee4fb29
update to angular 14
2023-10-05 16:39:17 +03:00
Bernaldo Mihasi
32c45520b4
make router link for add description buttons pointing to dmp editor
2023-09-25 10:36:04 +03:00
Bernaldo Mihasi
0c9601d6f0
fix argument passed in getSingleBlueprint
2023-09-22 11:09:04 +03:00
Bernaldo Mihasi
db08662cac
fix bug when creating new version or clone a dmp
2023-09-21 09:33:27 +03:00
Diamantis Tziotzios
cf6e041154
Merge remote-tracking branch 'origin/refactorArgosModel' into Development
...
# Conflicts:
# dmp-backend/web/src/main/java/eu/eudat/models/rda/mapper/DatasetRDAMapper.java
# dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html
2023-09-13 10:01:57 +03:00
Bernaldo Mihasi
bc279b1610
#8843 - 1. refactor the DatasetProfile Table to DescriptionTemplate name 2. add scripts for the new DescriptionTemplateType table 3. update english localization + frontend
2023-07-25 15:04:39 +03:00
Konstantina Galouni
77f40570ac
#8834 : Home page: Drafts query for both Datasets and DMPs.
...
1. recent-activity-criteria.ts: Added in RecentActivityCriteria optional field "public status?: Number;" (to get only drafts).
2. drafts.component.ts & drafts.component.html: Updated calls and display to query for both Datasets and DMPs (same as recent-edited-activity, but include only drafts).
4. recent-edited-activity.component.ts: Removed old unnecessary logs.
2023-07-17 18:04:39 +03:00
Konstantina Galouni
b435994c51
#8148 - [Bug fix] drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts: Updated check to redirect to first page, if page parameter is bigger than the latest page.
2023-05-15 00:43:45 +03:00
Konstantinos Triantafyllou
50169222c7
Fix infinite loop in home page when total number of results is less than the page size
2023-04-28 16:10:32 +03:00
Konstantina Galouni
2715db7365
#8148 - Added paging functionality with load more/ less buttons in home page, for the existing 4 tabs - ordering and keyword are also added in the url and they are resolved on page reload.
...
1. i18n/: Added properties "GENERAL.ACTIONS.LOAD-LESS" and "GENERAL.ACTIONS.NO-MORE-AVAILABLE".
2. dashboard.component.html: Added aria-label on each <mat-tab> | Added on <mat-tab-group> bindings for [selectedIndex] and (selectedTabChange), to define the active tab.
3. dashboard.component.ts: Added field currentType: string = "recent"; | Set currentType by url params | Added method get indexFromCurrentType(), to return the active tab index.
4. drafts.component.html & recent-edited-activity.component.html & recent-edited-dataset-activity.component.html & recent-edited-dmp-activity.component.html: Added button "LOAD-LESS" and message "NO-MORE-AVAILABLE" to the end of the list.
5. drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts:
a. Added fields @ViewChild("...") resultsContainer, offsetLess: number = 0, hasMoreResults:boolean = true, page: number = 1 and @Input() isActive: boolean = false.
b. Read url params, set offsets and query filters and update url.
c. Renamed "loadMore()" to "loadNextOrPrevious()" and added parameter more: boolean = true.
2023-04-25 17:55:31 +03:00
Diamantis Tziotzios
34d63438e0
css changes to add configurability
2023-02-10 15:08:23 +02:00
Konstantina Galouni
1d45bddeca
#8350 - Added tracking of download Dataset & DMP exports in Matomo.
...
1. matomo-service.ts: Added method "trackDownload()".
2. drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts & dataset-wizard.component.ts & dataset-listing-item.component.ts & dataset-overview.component.ts & dmp-editor.component.ts & dmp-listing-item.component.ts & dmp-overview.component.ts: Added calls to this.matomoService.trackDownload() for "datasets/" or "dmps/" with the file type (/docx, /xml, /pdf, /json) and the id.
2023-01-20 19:02:12 +02:00
Konstantina Galouni
4dd338d08e
#8149 - [Bug fix] Updated condition to check if current user is owner of DMP/ Dataset (drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts & dataset-listing-item.component.ts & dmp-clone.component.ts & dmp-listing-item.component.ts).
2022-10-18 14:01:26 +03:00
Diamantis Tziotzios
9cac208546
upgrade to Angular 12
2021-09-24 21:52:14 +03:00
Kristian Ntavidi
cce9df8eb7
Fixes
...
* Feedback message on error saving dataset.
* Unsubscribe backend calls on dashboard component destroy.
2021-07-09 13:03:09 +03:00
Kristian Ntavidi
b486a27e48
Unique identifiers(in references) on on researchers, organisations, funders, grants, projects (frontend) ( !! Needs configurationw with backend ). Backend error messages translate to PT.
2021-04-30 10:57:13 +03:00
Kristian Ntavidi
560e6100b7
Dataset Profile Editor: when "select" is created it appends as well an empy option. Recent edited activity "LoadMore" fix. Table of contents: selected entry updates.
2021-04-06 09:57:17 +03:00
apapachristou
558b506643
Add analytics to pages, οverviews, editors etc.
2020-12-14 19:28:13 +02:00
apapachristou
8e074c4ca0
Show more actions on cards of listings (max 4 actions)
2020-11-17 13:16:06 +02:00
George Kalampokis
5d01519415
Fixed various styling issues
2020-11-10 16:53:48 +02:00
apapachristou
bfdbce54c2
Adds date pipe to translate date
2020-11-09 17:14:10 +02:00
apapachristou
2313cd1ca5
Fixes align of icons on listing card items
2020-11-06 11:05:05 +02:00
apapachristou
d043322014
Fix: prevent search from sending asynchronous requests
2020-10-30 17:51:07 +02:00
apapachristou
d27f8301c6
Fixes disappearing search box on dashboard if no results
2020-10-30 13:31:28 +02:00