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
6585fcf391
update lang files to make app name configurable.
2023-04-24 16:11:38 +03:00
Diamantis Tziotzios
554eb96824
css update
2023-02-10 18:05:11 +02: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
6e21ad127d
Language Pt fix
2021-07-07 08:17:48 +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
Kristian Ntavidi
938e3b9554
Dataset Profile Editor. Ui fixes. Minimizing ng-deep leaks. Sidenav service. Side nav folds when create-edit template.
2021-03-05 11:05:09 +02:00
apapachristou
558b506643
Add analytics to pages, οverviews, editors etc.
2020-12-14 19:28:13 +02:00
Diamantis Tziotzios
6ea5dfff42
added matomo integration
2020-12-10 15:29:24 +02:00
apapachristou
208824f55b
Adds guided tour on dashboard for new user
2020-11-24 19:09:10 +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
f8753de83a
Styles close button everywhere
2020-11-06 10:57:30 +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
apapachristou
ce6c0f3b20
Fixes position of arrow on auto complete
2020-10-29 12:10:39 +02:00
apapachristou
f1cdacbe33
Removes unnecessary padding on listing
2020-10-29 11:57:20 +02:00
apapachristou
a926d933e3
Removes auto open of autocomplete panel on invitation dialog open, replace 'invite collaborators" with "invite
2020-10-29 11:44:17 +02:00
apapachristou
8946ea2fb7
Changes style of title on dmp an dataset card
2020-10-23 17:59:59 +03:00
apapachristou
4c3775232a
Adds everywhere snackbar on download rda json failure
2020-10-09 13:04:38 +03:00
apapachristou
02c36c1f61
Fixes bug of actions menu on dataset cards on public listings
2020-10-09 11:21:14 +03:00
apapachristou
0de0888407
with previous commit
2020-10-05 18:08:42 +03:00
apapachristou
7a71b71d2e
Adds link for OpenAIRE’s Guide for Researchers on dashboard card of new user
2020-10-05 18:07:32 +03:00
apapachristou
1b13b5f0bf
Restyles home, adds kid images on cards on listings and dashboard, logo navigates to splash home screen
2020-10-02 18:05:24 +03:00
apapachristou
bb53557f1c
Fixes: dashboard style in case of none dmp
2020-09-30 16:52:40 +03:00
apapachristou
c150d50c33
Rename all "Dataset Description" to "Dataset"
2020-09-29 18:04:32 +03:00
apapachristou
accdc06ab1
Fixes bug on dataset copy functionality
2020-09-29 17:33:16 +03:00
apapachristou
d48e8a984a
Create new Dataset - using pop up
2020-09-18 14:14:48 +03:00
apapachristou
1deaad85f1
Minor fixes on different languages responsiveness
2020-09-11 14:32:34 +03:00
apapachristou
0f126ec413
Removes opacity from dataset and dmp tag of listing card
2020-09-10 14:33:21 +03:00
apapachristou
56cf5a7552
Adds new assets
2020-09-09 17:56:20 +03:00
apapachristou
2eb608a897
Add dataset from dmp editor 1st commit
2020-09-04 19:27:41 +03:00
apapachristou
89c4aac560
Modifies new version of dmp
2020-09-03 18:49:45 +03:00
apapachristou
b908df98d7
Modified clone dmp
2020-09-03 12:52:35 +03:00
apapachristou
3bcafc0dd4
Converts all links of add dataset to dmp, directing from old dataset editor to new
2020-09-01 10:28:13 +03:00
apapachristou
306dfa7346
Removes search field on listing, if no results
2020-08-31 10:16:33 +03:00
gpapavgeri
5a76d2fb2f
Dashboard: Adds public usage label when user is not authenticated
2020-08-25 16:07:49 +03:00
gpapavgeri
355350c8ec
Comment out Sort by: Created
2020-08-25 15:48:50 +03:00
gpapavgeri
9e0304d52e
Dashboard: laptop-image fixed & routerLink added in absence of dmps
2020-08-25 15:46:56 +03:00
apapachristou
be48a150b2
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
...
# Conflicts:
# dmp-frontend/src/app/ui/dashboard/dashboard.component.html
2020-08-24 16:12:53 +03:00
apapachristou
ac153477e7
Adds dataset editor on home button "Add new dataset"
2020-08-24 15:46:55 +03:00