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
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
a1dbd72bce
#8337 - Added export button in dataset and dmp editors
...
1. dataset-profile-editor.component.html: Updated how save button appears (save separated from arrow).
2. dataset-profile-editor.component.scss: Commented paddings from .template_action_btn.
3. dataset-wizard.component.html: Added export button | Updated how save button appears (save separated from arrow).
4. dataset-wizard.component.scss: Added class .dataset-export-btn.
5. dmp-editor.component.html: Added export button.
6. dmp-editor.component.scss: Added class .dmp-export-btn.
7. i18n/: Added in language files properties for disabled export button inside editors (DMP-EDITOR.ACTIONS.DISABLED-EXPORT, DATASET-EDITOR.ACTIONS.DISABLED-EXPORT).
2023-01-20 18:53:54 +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
030f1ccf8e
add repository logo
2023-01-17 14:41:04 +02:00
Diamantis Tziotzios
4dccaa93b8
Merge branch 'multipleRepos' into Development
2023-01-16 14:11:43 +02:00
Konstantinos Triantafyllou
3e5dc85e04
Fix visibility dependencies for table view. Add missing question titles if a field is table.
2023-01-10 13:08:56 +02:00
Konstantinos Triantafyllou
2f5f34948e
Add all fields in field-value pipe.
2022-12-19 18:02:53 +02:00
Bernaldo Mihasi
749dbefc38
1. return bad request when deposition failed and returned null
...
2. close modal with repositories after a successful deposition
2022-12-19 16:07:03 +02:00
Bernaldo Mihasi
976d0221ce
no message
2022-12-19 11:37:49 +02:00
Konstantina Galouni
1171a38ad1
hr.json: #8296 - Updated Croatian localization file.
2022-12-07 17:32:27 +02:00
Konstantinos Triantafyllou
a2d07c93c8
Table View: Change columns text from truncate to wrap
2022-11-29 09:55:47 +02:00
Konstantinos Triantafyllou
9fd963a480
Add table view in preview of datataset profile editor and dataset editor.
2022-11-24 21:28:18 +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
5e2639848b
dmps are deposited in dataverse as datasets under a parent predefined dataverse collenction
...
when a new dmp version is created and deposited, the corresponding dataset in dataverse/collection in zenodo create a new version too
deposit dmps as published not drafts
2022-11-22 09:40:05 +02:00
Bernaldo Mihasi
6c13d3b68f
when new version is deposited, create dataset in existing dataverse
2022-11-14 09:34:49 +02:00
Konstantinos Triantafyllou
925fc3ce4a
Merge branch 'Development' into table-field
2022-11-10 17:54:28 +02:00
Bernaldo Mihasi
b4490cb0f3
[WIP] implement dataverse repository deposit
2022-11-10 10:12:11 +02:00
Diamantis Tziotzios
0cd20605f0
user guide image update
2022-11-02 15:39:42 +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
Konstantina Galouni
37724380e9
#7276 - Added tableView true/false option in multiplicity
2022-11-01 16:24:28 +02:00
Bernaldo Mihasi
7d624a2daa
[WIP] system deposit authentication, using default repo token
2022-10-27 09:32:26 +03:00
Bernaldo Mihasi
ab66a5f1da
[WIP] implement zenodo repository deposit, add authentication for depositions
2022-10-26 13:50:01 +03:00
Bernaldo Mihasi
18dcabbac2
#7892 - prefill rda field only when a new dataset is created or a new version is made
2022-10-25 09:36:11 +03:00
Bernaldo Mihasi
7dd2030eb3
[WIP] create deposit interface and implement multiple deposit repositories
2022-10-24 09:35:49 +03:00
Diamantis Tziotzios
49ce0efb40
user guide images added
2022-10-19 11:06:54 +03:00
Konstantinos Triantafyllou
9f1c0352ea
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
2022-10-19 01:48:57 +03:00
Konstantinos Triantafyllou
4a54915a8e
Fix some bugs in dataset editor while navigating with buttons and scroll in the table of contents
2022-10-19 01:48:48 +03: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
Konstantinos Triantafyllou
3361b6aff6
Redesign steps in dataset editor #7545
2022-10-17 15:32:05 +03:00
Konstantina Galouni
dc197a5abc
#8143 - form-field.component.html: [Bug fix] Updated check to set disabled attribute or not in the button.
2022-10-12 16:22:58 +03:00
Diamantis Tziotzios
b018dd42db
fixed default language support
2022-10-11 18:52:08 +03:00
Konstantinos Triantafyllou
fd2ec314a0
Add next-previous buttons in dataset editot in order to navigate through chapters
2022-10-05 16:22:47 +03:00
Konstantina Galouni
4cab6ca160
dmp-editor.component.ts: [Bug fix - #8073 ] Set value of "status" field of formGroup to DmpStatus.Draft, after reset() is called.
2022-09-16 10:32:29 +03:00
Konstantina Galouni
6a4d67de0c
faqs.html & faq-content.component.html: #7972 - Updated faqs according to document.
2022-09-05 14:19:15 +03:00
argirok
0d5f6de7c7
update language to Polski
2022-07-29 10:40:45 +03:00
argirok
19d8218dea
Added pl.json and update localization files
2022-07-29 10:39:39 +03:00
Konstantinos Triantafyllou
b21693bff1
Change all buttons width: 101px to min-width: 101px
2022-07-11 16:49:09 +03:00
Konstantinos Triantafyllou
989f07787c
Fix autocomplete in multiplicity items by using parent field id.
2022-07-11 16:34:06 +03:00
Konstantina Galouni
e329ef763a
form-section.component.html: Updated classes of comment field parent and wrapperClasses so that it looks full width in all views.
2022-06-23 15:51:28 +03:00
Konstantinos Triantafyllou
304a6cfdb3
Backend: Fix a bug with compareTo of a field throwing an error because ordinal is not exists. FrontEnd: Initialize visibility rules for multiple fields coming from service according to their parents.
2022-06-23 15:38:48 +03:00
argirok
b1788c2dc2
update croatian language file hr.json
2022-06-21 12:51:51 +03:00
Konstantina Galouni
941cca8103
form-section-inner.component.html & form-section.component.html: Updated comment field to use <rich-text-editor> instead of <input> and <mat-hint>.
2022-06-10 17:00:36 +03:00
George Kalampokis
54c5017609
Add Export attribute on Dataset Profile's Field. By Default is set to true. The attribute determines if the field value will be included in the word/pdf export
2022-06-07 11:00:13 +03:00
Diamantis Tziotzios
91566c9710
Merge branch 'saml2' into Development
2022-06-01 10:45:19 +03:00
Konstantina Galouni
d7ee7b8d93
Question titles in dataset template with <textarea> | Bug fix in "Save & Continue" functionality of dataset templates | Added "Update & Continue" functionality in dataset templates | Changed placeholder text in the prefilling search box.
...
1. dataset-profile-editor-composite-field.component.html: #7792 - use <textarea> instead of <input> for question titles.
2. dataset-profile-editor-field.component.ts: #7790 - Set default value "unchecked" for checkbox.
3. dataset-profile.service.ts: In methods "createForm()" and "newVersion" updated response type from DatasetProfileEditorModel to string (id is returned only) and use httpClient instead of http.
4. dataset-profile-editor.component.html:
a. [Bug fix] Fix conditions in action buttons (Save/Update/Finalize)
b. On "Update" action button, added update dropdown options "Update & Continue", "Update & Close" and set default behavior "Update & Continue".
c. On save dropdown options, used DATASET-PROFILE-EDITOR.ACTIONS instead of DATASET-WIZARD.ACTIONS.
5. dataset-profile-editor.component.ts:
a. [Bug fix] #7791 - Created method "afterSave()" to be called in "onSubmit()" method when api calls return
b. Added optional parameter "close: boolean = false" in method "updateAndFinalize".
6. i18n/:
a. Added DATASET-WIZARD.ACTIONS.SAVE-AND-CONTINUE, DATASET-WIZARD.ACTIONS.SAVE-AND-CLOSE, DATASET-WIZARD.ACTIONS.UPDATE-AND-CONTINUE, DATASET-WIZARD.ACTIONS.UPDATE-AND-CLOSE.
b. #7750 - Changed placeholder text in the prefilling search box (DATASET-CREATE-WIZARD.PREFIL-STEP.SEARCH).
2022-05-31 16:49:15 +03:00