Commit Graph

112 Commits

Author SHA1 Message Date
Sofia Papacharalampous 662afe9827 styling changes
*plans > doi provider
2024-03-28 10:14:00 +02:00
Efstratios Giannopoulos 704c9f2018 file transformer changes 2024-03-22 13:49:26 +02:00
amentis efc0db5500 ui changes for lock 2024-03-21 13:06:59 +02:00
Diamantis Tziotzios 8719b56920 style changes 2024-03-20 18:06:05 +02:00
Efstratios Giannopoulos b49975931b authz changes 2024-03-19 12:48:17 +02:00
Efstratios Giannopoulos 1bdafbc9e6 dmp authz changes 2024-03-14 11:41:32 +02:00
amentis b8f14e957e add remove backend validators, fix public dmp/descriptions 2024-03-12 14:07:47 +02:00
amentis 83ee9a7e45 fixes 2024-03-11 09:47:03 +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
Efstratios Giannopoulos f92f3c1a4d Merge branch 'dmp-refactoring' of code-repo.d4science.org:MaDgiK-CITE/argos into dmp-refactoring 2024-03-06 18:18:24 +02:00
Efstratios Giannopoulos 535c07a1ad common models changes 2024-03-06 18:18:10 +02:00
amentis 5851c2ff26 ui fixes and add dmpBlueprintVersionStatus lookup field 2024-03-06 11:53:40 +02:00
amentis 5fc7241dc2 dmp fixes 2024-03-04 12:42:14 +02:00
amentis b84cd93ce6 dmp ui fixes 2024-03-01 18:50:46 +02:00
amentis 69b00a7a26 add prefilling source frontend 2024-02-26 19:40:31 +02:00
amentis 40f56986b4 small dmp overview fixes 2024-02-22 15:05:09 +02:00
Diamantis Tziotzios 9f5002802b some frontend changes for reference type refactor 2024-02-09 22:46:05 +02:00
George Kalampokis 01d78cd491 Fix Front End's File Export UI 2024-01-17 14:47:32 +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
Diamantis Tziotzios 4178e2c619 Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring 2023-12-20 17:58:38 +02:00
Diamantis Tziotzios c6508a0082 description editor refactor - WIP 2023-12-20 09:20:38 +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 ad1539af59 dmp overview page refactor 2023-12-04 19:37:52 +02:00
Diamantis Tziotzios 7c9e36341b more ui changes 2023-12-04 17:56:12 +02: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 367861c050 fix bugs: saving extra fields in dmp, showing draft blueprints when min or max of a description template are not set 2023-09-20 09:34:39 +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
Konstantinos Triantafyllou c2aba649af CHange condition of depositRepos in dmp-overview in order to chech also the length of the array. 2023-02-21 15:30:26 +02:00
Konstantinos Triantafyllou 8b34d55706 Fix repositories list update after deposit 2023-01-31 17:39:17 +02:00
Konstantinos Triantafyllou 6924d82c80 Change selected DOI from the first element to the selected one 2023-01-24 12:20:05 +02:00
Konstantinos Triantafyllou 34f8e4f96d Fix after deposit action in dmp overwiew. 2023-01-24 12:13:58 +02:00
Konstantinos Triantafyllou 455e3c8fe0 Revert condition in deposit button, that deleted by mistake in last commit. 2023-01-20 17:29:48 +02:00
Konstantinos Triantafyllou 13d03e4459 Change deposit in DMPs: Modal changed to dropdown in deposit action and change DOI display 2023-01-20 14:56:29 +02:00
Bernaldo Mihasi 7a0e1c89f2 when finalizing a dmp and its access rights are open, make it publicly available in Argos 2022-11-24 16:29:11 +02:00
Bernaldo Mihasi 6c13d3b68f when new version is deposited, create dataset in existing dataverse 2022-11-14 09:34:49 +02:00
Bernaldo Mihasi 6b2bc3c1e0 cleanup code, add authorizationUrl and recordUrl in repositories config 2022-11-02 13:31:42 +02:00
Bernaldo Mihasi 59e26dbb8d [WIP] EntityDoi table 2022-11-02 09:41:40 +02:00
Bernaldo Mihasi 7dd2030eb3 [WIP] create deposit interface and implement multiple deposit repositories 2022-10-24 09:35:49 +03:00
George Kalampokis 4b879eb339 On DMP Overview change the color of the finalized Datasets 2022-04-01 13:54:13 +03:00
Konstantina Galouni 7bdfcb70af Created common component for rich text editor configuration & added rich text for dmp and dataset description.
1. library/rich-text-editor: [NEW] Common component which configures a rich text editor.
2. dataset-editor.component.html & main-info.component.html: Use <rich-text-editor-component> to allow rich text in dataset and dmp description.
3. dataset-overview.component.html & dmp-overview.component.html: Show dataset and dmp description as innerHTML.
4. dataset.module.ts & dmp.module.ts: Imported RichTextEditorModule.
2021-11-01 14:45:02 +02:00
Kristian Ntavidi e2f262b385 Popup dialog on locked DMP/Datasets overview / editors 2021-06-22 14:12:58 +03:00
apapachristou bfdbce54c2 Adds date pipe to translate date 2020-11-09 17:14:10 +02:00
apapachristou e661eb3d0b Removes unnecessary scrollbar from editors 2020-10-29 13:46:10 +02:00
apapachristou 7792bed7f6 Fixes invite button clicks on dmp/dataset overview and fixes style on invitation dialog 2020-10-27 14:29:57 +02:00
apapachristou 7f654cc472 Replace alert box with notification snackbar on dmp overview copy doi 2020-10-27 12:00:02 +02:00
George Kalampokis 5a5043f432 Show properly researchers in DMP and Dataset Overview 2020-09-25 17:49:19 +03:00
George Kalampokis 3c9c9852cf On DMP Public Overview when selecting a Dataset open it's public
overview
2020-09-25 12:51:30 +03:00
apapachristou 4c825d80b4 Retyles button add dataset on overview and removes pop up on click 2020-09-24 12:02:51 +03:00