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
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
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
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
Bernaldo Mihasi
ff6d068ddd
sign artifact resolve-code + post binding
2022-05-25 10:30:59 +03:00
George Kalampokis
78bceeb8ae
Reorganize and Rename (english only) DMP Editor Fields (ref #7700 )
2022-05-04 11:10:06 +03:00
George Kalampokis
afa602bf39
Fix issue with Dataset Editor when trying to save an incomplete or invalid form, the save buttons stay locked (ref #7725 )
2022-05-04 10:25:13 +03:00
Bernaldo Mihasi
8ac8f9588c
#7680 : Support SAML Authentication
2022-04-28 12:03:01 +03:00
Konstantina Galouni
a5061759b8
#7665 : Save and Previous buttons updated on the Dataset Template (Admin).
...
1. dmp-editor.component.html & dmp-clone.component.html & dataset-wizard.component.html: On next button, moved chevron_right icon to the right side of the text.
2. dataset-profile-editor.component.scss:
a. Removed margin-top from .dataset-profile-editor.
b. Updated position and styling of .scroll-on-top.
c. Added .floating-btn and .progress-min-height.
3. dataset-profile-editor.component.ts:
a. Set showScrollOnTopButton default value to true and comment intersection stepperNavigationObserver (because title is sticky now and always visible).
b. In method "onSubmit()" added parameter close:boolean=false, to check if the router will navigate to "/dataset-profiles" or not (button "save and continue" added).
4. dataset-profile-editor.component.html:
a. Renamed "Back" button to "Close" and use DATASET-WIZARD.ACTIONS.CLOSE.
b. Moved "Close", "Save"/"Update" and "Finalize" buttons aligned with title on the top right.
c. Made title with aligned buttons sticky to top with stepper.
d. Moved buttons "Previous"/"Next" on the down right of viewport (floating buttons).
e. Moved scroll button and update it.
f. Updated alignment of main content when there is no sidebar on the left.
5. i18n/: In language files added "DATASET-WIZARD.ACTIONS.CLOSE" and updated "USER-PROFILE.MERGING-EMAILS-DIALOG.TITLE" (#7662 ).
2022-04-20 18:25:55 +03:00
Konstantina Galouni
943f84384c
#7662 : Popup message when merging email accounts from the user profile | [Bug fix] Truncate title of dataset and show tooltip in dmp clone popup.
...
1. user-profile.component.ts: Added PopupNotificationDialogComponent when email for validating account has been sent.
2. login.component.ts: Added @Input() redirect: boolean = true; - if this is false do not redirect to home page.
3. add-account-dialog.component.html: Add parameter redirect="false" in <app-login>.
4. clone-dialog.component.html: [Bug fix] Truncate title of dataset and show tooltip in dmp clone popup.
5. i18n/: In language files added "USER-PROFILE.MERGING-EMAILS-DIALOG.TITLE" and "USER-PROFILE.MERGING-EMAILS-DIALOG.MESSAGE".
2022-04-19 10:28:35 +03:00
George Kalampokis
ae7988aa13
Make DMP Editor more safe when saving and make save pop messages more consistent
2022-04-01 18:15:07 +03:00
George Kalampokis
a9199ab8f0
Make Dataset Editor more safe when saving and make save pop messages more consistent
2022-04-01 18:15:07 +03:00
George Kalampokis
5faa44c015
On a new Dataset when save is pressed it will reload the editor in order to reflect better the state of the Dataset
2022-04-01 13:54:14 +03:00
George Kalampokis
4b879eb339
On DMP Overview change the color of the finalized Datasets
2022-04-01 13:54:13 +03:00
Konstantinos Triantafyllou
a58e926c3d
Prefilling: Alphabetical order in the returning list. Autocomplete of prefilling: no search with empty value.
2022-03-29 15:14:34 +03:00
argirok
35ea0b5d6c
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
2022-03-29 10:32:39 +03:00
Konstantina Galouni
5ceea10c49
#7638 : [Bug fix] dmp-finalize-dialog.component.html: Truncate text and show tooltip with full dataset title.
2022-03-28 18:00:14 +03:00
argirok
1f71681fa2
add link to RDA specifications - pop up and user guide
2022-03-23 16:21:14 +02:00
George Kalampokis
3c00d47407
Fix critical issue with dataset saving
2022-03-17 17:07:18 +02:00
Konstantina Galouni
7f9e12c731
Tiff image type added in file upload types | Language files updated.
...
1. dataset-profile-editor-upload-field.component.ts: Added image/tiff media type in available types for Upload.
2. en.json: Updated literals for "Upload" file field type and removed literals for "Table" field type, because the field is not ready yet.
3. de.json, es.json, gr.json, pt.json, sk.json, sr.json, tr.json: Added literals for "Upload" file field type.
2022-03-16 17:54:06 +02:00
Konstantina Galouni
9ab9e6abc9
#7528 : [NEW] Upload files field type - frontend.
...
1. dataset-profile-field-view-style.ts: Include "upload" field type.
2. field-data.ts: Export interface UploadFieldData.
3. config.json: Added new property "maxFileSizeInMB":10.
4. configuration.service.ts: Added _maxFileSizeInMB field and getter for it.
5. enum-utils.service.ts: Added cases for upload and table (not ready, to be added) field types.
6. rich-text-editor.module.ts: [Bug fix] Removed import of HttpClientModule (this is imported only once in order to work with interceptor).
7. field-editor-model.ts & dataset-profile-editor.component.ts: Added case and validators for "upload" field type.
8. dataset-profile.module.ts: Imports for upload.
9.dataset-profile-editor-composite-field.component & dataset-profile-editor-field.component: Added button for upload.
10. form-field.component: Added functionality for uploading and downloading files.
11. dataset-description-form.module.ts: Added "FileService" provider and import of "NgxDropzoneModule".
12. en.json: New literals for upload and table (to be added in other language files too).
13. New files for upload field type: file.service.ts, upload-field-data-editor-model.ts, dataset-profile-editor-upload-field.component.html, dataset-profile-editor-upload-field.component.ts, dataset-profile-editor-upload-field.component.scss
2022-03-16 13:00:03 +02:00
George Kalampokis
dc06ba9201
Allow to return DMP with no Datasets for the Dataset Editor
2022-03-15 17:58:01 +02:00
Konstantina Galouni
1dfcad7e88
dataset-profile-editor.component.html: #7519 (Additional commit) On "viewOnly" mode - finalized dataset template, change the "Save" button (left) to "Update", make it clickable and work as the "Update" button (top right on the last step) already does.
2022-03-01 15:25:14 +02:00
Konstantina Galouni
b68ede8cd7
#7518 & #7519 : [Bug fix] in Required indication in Rich Text Area fields & editable general info on dataset template new version & date with time shown in dataset templates.
...
1. rich-text-editor.component.scss: Css for .editor-wrapper .disabled added.
2. rich-text-editor.component.ts: New "editable" Input() field added, to allow rich text area to be disabled and not editable.
3. dataset-profile-editor.component.html:
a. In <rich-text-editor-component> set [editable]="form.controls['description'].status !== 'DISABLED'"
b. #7518 Show required message and css in rich text area when there is error "required" and description is touched (not dirty)
4. dataset-profile-editor.component.ts: #7519 comment disable of form controls label (title), description and language.
5. dataset-profile-listing.component.html: #7519 Time added in created column of dataset templates.
6. dataset-editor.component.html & form-field.component.html: #7518 Show required message and css in rich text area when there is error "required" and description is touched (not dirty).
7. clone-dialog.component.html: Replaced <textarea> with <rich-text-editor-component> for description field.
8. clone-dialog.module.ts: Import RichTextEditorModule.
9. clone-dialog.component.ts: #7519 comment disable of form group label (title)
10. styles.scss: Css for class .form-field-subscript-wrapper updated.
2022-02-28 18:08:38 +02:00
George Kalampokis
9f88bdae69
Possible fix for twitter login (part 2)
2022-02-24 15:45:19 +02:00
George Kalampokis
8d1c73deba
Possible fix for twitter login
2022-02-24 15:42:36 +02:00
argirok
cc926970ca
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
...
Conflicts:
dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/field/dataset-profile-editor-field.component.ts
2022-02-18 17:09:34 +02:00
Konstantinos Triantafyllou
e4e009f5b1
Fix after prefill datase editor behaviour - 7545
2022-02-18 15:57:17 +02:00
Konstantinos Triantafyllou
26e10b1299
Add URL Validator type in validators. Free Text can have URL validator.
2022-02-08 14:31:36 +02:00
Diamantis Tziotzios
e9b0bcf102
dataset description section id fix
2022-02-04 16:08:22 +02:00
argirok
93cb1fd1a7
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
2022-02-04 15:33:31 +02:00
Diamantis Tziotzios
df609fd359
#501 bug fix
2022-02-04 15:31:19 +02:00
argirok
938f98100f
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
2022-02-04 10:05:32 +02:00
Diamantis Tziotzios
85859ce078
visibiliity service performance improvements
2022-02-03 20:06:27 +02:00
argirok
a3c4b3c143
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
...
Conflicts:
dmp-backend/web/src/main/java/eu/eudat/logic/proxy/fetching/RemoteFetcherUtils.java
2022-01-24 11:12:56 +02:00
argirok
858fa3ee71
#7326 - static APIs
...
1. Rename of "Registries" to "Metadata"
2. add apis for taxonomy, licenses, publications
3. change data repositories: from querying all registered to all of type data repository
4. add separate APIs for journals and pub repositories
2022-01-21 15:44:51 +02:00
Konstantinos Triantafyllou
6460d4087a
Change gitlab links to gitea
2022-01-14 17:50:02 +02:00
Konstantinos Triantafyllou
e1a4a64d81
Add hint text for prefilling. Change Empty to Manually
2022-01-04 14:53:49 +02:00
Konstantinos Triantafyllou
7962c6a587
Merge remote-tracking branch 'origin/Development' into Development
2021-12-22 16:00:07 +02:00
Konstantinos Triantafyllou
c8b388b546
1. Change configuration of Zenodo to production.
...
2. Add default multiplicity placeholder and remove tooltip
3. Disable reordering of fields if template is finalized.
4. Create Dataset Wizard: Add prefilling functionality
2021-12-22 15:59:58 +02:00
Kristian Ntavidi
4c2e17e987
defect #7325 fix
...
*Fix on enterkey pressed form submission issue in dmp editor
2021-12-22 15:29:03 +02:00
Konstantinos Triantafyllou
ade9b42d12
Add a placeholder field in multiplicity. (BackEnd)
...
Add a placeholder input in editor for multiplicity add new field button.
2021-12-15 16:26:06 +02:00
Konstantinos Triantafyllou
4425a0bb5d
Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development
2021-12-09 16:18:48 +02:00
Konstantinos Triantafyllou
7b00d14a70
Rename Discard button to Back in Dataset Template Editor (Admin). #7262
2021-12-09 16:18:38 +02:00
Konstantina Galouni
b7d622e330
#7225 : In dataset template, rename "users" to "editors" and add hint | #7226 : In dataset templates, default descending sorting by "created".
...
1. dataset-profile-listing.component.html: #7226 : In <mat-table> added matSortActive="created" matSortDirection="desc".
2. dataset-profile-editor.component.html: #7225 : Added hint in section 1.4 to make prominent when the new editors will receive an informative email.
3. assets/i18n/: #7225 : In every language file, renamed "users" to "editors" (DATASET-TEMPLATE-USERS, DATASET-TEMPLATE-REMOVE-USER, DATASET-TEMPLATE-NO-USERS-YET, DATASET-TEMPLATE-VALIDATE-AND-ADD-USER) and added DATASET-TEMPLATE-USERS-HINT.
2021-11-30 12:21:03 +02:00
George Kalampokis
9dc4d52f91
Fix issue with Dataset copy status
2021-11-23 11:24:42 +02:00
Konstantina Galouni
52c7796e8e
#7183 : Do not query for authors (DMP invitation) until 3 letters have been typed.
...
1. multiple-auto-complete.component.ts:
a. Added @Input field minLength (default 0)
b. In method "_onInputFocus()" filter results, only if query >= minLength.
2. dmp-invitation-dialog.component.html: In <app-multiple-auto-complete>, added property [minLength]="3" (invite users to a DMP).
2021-11-22 13:36:02 +02:00
Konstantina Galouni
7a7f12b83a
Fixed #7182 : Required field names appearing in the warning modal.
...
dataset-wizard.component.ts & dmp-editor.component.ts & form-validation-errors-dialog.component.ts:
a. For 'mat-select', use placeholder instead of aria-label.
b. [Bug fix] For 'app-multiple-auto-complete' dig into 2 more levels (formControl.nativeElement.firstChild.firstChild.firstChild.children) --> reason: commit de99784b5e: moved <input> inside <mat-chip-list>.
2021-11-16 11:47:24 +02:00
Konstantina Galouni
de99784b5e
In multiple and single autocomplete do not show "no results found" when user is typing | in multiple auto complete added parameter to check if "no results found" will be displayed | in multiple auto complete show full width for input & wrap title into multiple lines.
...
1. multiple-auto-complete.component.html:
a. #7137 : show full width for input ([matAutocompleteConnectedTo]="origin") | wrap title into multiple lines (added classes "title-subtitle-fn", "subtitle-fn", "subtitle-fn-inner" and updated classes "title-fn", "title-fn-inner").
b. single-auto-complete.component.html: #7136 : Show "No results found" when user is not typing and there are no results.
c. added check to show this label according to "showNoResultsLabel" input parameter.
2. multiple-auto-complete.component.ts & single-auto-complete.component.ts:
a. Added field "queryValue", input "showNoResultsLabel".
b. increase "requestDelay" from 400 to 600ms.
3. multiple-auto-complete.component.scss: wrap title into multiple lines (added classes "title-subtitle-fn", "subtitle-fn", "subtitle-fn-inner" and updated classes "title-fn", "title-fn-inner").
4. dmp-invitation-dialog.component.html: In <app-multiple-auto-complete> added parameter [showNoResultsLabel]="false".
2021-11-09 14:14:19 +02:00
Konstantina Galouni
ca5883724a
In Dataset Template selection cut description when templates are displayed in list and show description (instead of DMP-EDITOR.DATASET-DESCRIPTION.INTRO) in template preview.
...
1. multiple-auto-complete.component.html: Added class "title-fn-inner" to cut the displayed description of dataset templates.
2. multiple-auto-complete.component.scss: Css for class "title-fn" updated and for class "title-fn-inner" added to cut the displayed description of dataset templates.
3. available-profiles.component.html: Added class "list-option-inner" to cut the displayed description of dataset templates.
4. available-profiles.component.scss: Css for class "list-option" updated and for class "list-option-inner" added to cut the displayed description of dataset templates.
5. dataset-preview-dialog.component.html: Added [datasetDescription]="data?.template?.description" in <app-dataset-description>
6. dataset-description.component.ts: Added in class, field "datasetDescription".
7. dataset-description.component.html: Show template datasetDescription (as html) instead of DMP-EDITOR.DATASET-DESCRIPTION.INTRO.
2021-11-02 16:50:43 +02:00
Kristian Ntavidi
e46de79ec2
#7133 Multiplicity visibility rule fix
...
* Inherit visibility value from clone reference
2021-11-02 12:28:55 +02:00
Konstantina Galouni
193e7410a8
Added rich text area field type for response in dataset > chapter > section > questions.
...
1. dataset-profile.module.ts: Added in declarations "DatasetProfileEditorRichTextAreaFieldComponent".
2. dataset-profile-editor-composite-field.component.html: Added RichTextArea as input field type for response to a question.
3. dataset-profile-editor-composite-field.component.ts: In method "addNewInput()" added case for RichTextArea.
4. dataset-profile-field-view-style.ts & view-style-enum.ts: Added RichTextArea.
5. field-data.ts: Added interface RichTextAreaFieldData.
6. enum-utils.service.ts: In methods "toDatasetProfileFieldViewStyleString()" and "toDatasetProfileViewTypeString()" added cases for RichTextArea
7. field-editor-model.ts: Added richTextarea.
8. component-profile-editor-default-value.component.html: Added <mat-form-field> for RichTextArea (how rich text area is initialized when this type is selected as response).
9. dataset-profile-editor-field.component.html: Added <mat-option> for RichTextArea (to select it) and <app-dataset-profile-editor-rich-text-area-field-component> (to show it).
10. dataset-profile-editor-field.component.ts: Added RichTextArea case everywhere.
11. dataset-wizard.component.ts & dmp-editor.component.ts: In method "_getPlaceHolder()" added case for richTextarea.
12. dataset-description-form.module.ts: Imported RichTextEditorModule.
13. form-field.component.html: Added RichTextArea case with <rich-text-editor-component>.
14. assets/i18n/: Added DATASET-PROFILE-EDITOR.STEPS.FORM.FIELD.FIELDS.FIELD-RICH-TEXT-AREA-TITLE, DATASET-PROFILE-EDITOR.STEPS.FORM.FIELD.FIELDS.FIELD-RICH-TEXT-AREA-PLACEHOLDER and DMP-EDITOR.TYPES.DATASET-PROFILE-FIELD-VIEW-STYLE.RICH-TEXT-AREA.
15. field-data/rich-text-area-field-data-editor-model.ts & field-type/rich-textarea/: [NEW] Files for Rich Text Area field type.
2021-11-01 15:30:21 +02:00
Konstantina Galouni
03009edaa3
Use <rich-text-editor-component> when html editor is needed - replace in dataset template descriprion, section & question descriptions.
...
1. dataset-profile-editor-section.component.html & dataset-profile-editor.component.html & dataset-profile-editor-composite-field.component.html: Replace <angular-editor> with <rich-text-editor-component> (custom common component when rich text editor is set).
2. dataset-profile-editor-section.component.ts & dataset-profile-editor.component.ts & dataset-profile-editor-composite-field.component.ts: Remove AngularEditorConfig (this is set in RichTextEditorComponent).
3. dataset-profile.module.ts: Instead of AngularEditorModule, import RichTextEditorModule (common component where rich text editor is set).
4. styles.scss: Moved css for angular editor to dedicated css file (src/app/library/rich-text-editor/rich-text-editor.component.scss) and keep here only "form-field-subscript-wrapper" class.
2021-11-01 15:10:00 +02: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
George Kalampokis
5a66754cbd
Make DMP language Mandatory and set default language to English
2021-10-29 15:08:58 +03:00
Kristian Ntavidi
ae0618d5be
Fix multiplicty bug on Admin Template Editor.
2021-10-20 13:41:04 +03:00
Konstantinos Triantafyllou
7a3f3f2fd5
Add reordering for inputs in a dataset template
2021-10-19 11:08:38 +03:00
Konstantina Galouni
eeb5479a98
form-composite-title.component.html: [Bug fix] Show "view more/less" functionality only if there is extendedDescription.
2021-10-15 13:56:45 +03:00
George Kalampokis
e8366aa61a
Fix critical issue with dataset pagination
2021-10-13 17:50:15 +03:00
George Kalampokis
045dd51014
Prevent the selection of an already selected dataset Templates
2021-10-13 16:10:56 +03:00
George Kalampokis
32e299fc45
Merge remote-tracking branch 'origin/Development' into Development
2021-10-13 11:49:17 +03:00
Konstantina Galouni
f9bf688085
dataset-wizard.component.html: Added in dropdown list "Save & Continue" option (same as Save). | assets/i18n/: Added DATASET-WIZARD.ACTIONS.SAVE-AND-CONTINUE in language files.
2021-10-12 18:53:07 +03:00
Konstantina Galouni
198061aeaa
Description boxes in admin forms replaced with rich text editor <angular-editor>.
...
1. dataset-profile-editor-composite-field.component.ts & dataset-profile-editor-section.component.ts & dataset-profile-editor.component.ts: Initialize AngularEditorConfig.
2. dataset-profile-editor-composite-field.component.html & dataset-profile-editor-section.component.html & dataset-profile-editor.component.html: Use <angular-editor> in description.
3. multiple-auto-complete.component.html & dataset-profile-listing.component.html & form-section.component.html: Show description as html.
4. dataset-profile.module.ts: Imported HttpClientModule, AngularEditorModule (needed for <angular-editor>).
5. available-profiles.component.html: Show description as html, under the Dataset Template title, not as tooltip (matTooltip does not receive html).
6. available-profiles.component.ts: Added styleUrls: ['available-profiles.component.scss'].
7. available-profiles.component.scss: [NEW] Added css for class "list-option" to cut description if too long.
8. form-composite-title.component.html: Show description and extendedDescription as html | Add view more/less functionality to show/hide extendedDescription.
9. form-composite-title.component.ts: Added "public showExtendedDescription: boolean = false;" field.
10. form-composite-title.component.scss: Added css for "more" class, to make "view more/less" seem like link.
11. assets/i18n/: In language files added DATASET-EDITOR.QUESTION.EXTENDED-DESCRIPTION.VIEW-MORE (-LESS).
12. assets/styles.css: Added css for <angular-editor>, to be similar to the other text areas and forms.
2021-10-12 18:14:22 +03:00
George Kalampokis
6de12fd0e8
Fix issue with RDA Common Standards
2021-10-12 18:05:38 +03:00
Kristian Ntavidi
74ec2126f0
Visibility Rules fix
...
* Reduce sourceValue visibility value based on logic.
2021-10-06 16:32:06 +03:00
Kristian Ntavidi
907ad14269
#7028 Text area fields minRows defaults to 3
2021-10-06 12:25:44 +03:00
George Kalampokis
06364873ca
Fix issue with unordered multiplicity fields
2021-09-27 18:11:55 +03:00
Kristian Ntavidi
faeb7e0d62
improvement on computing ordinal on mutliplicity fields
2021-09-27 16:25:17 +03:00
Diamantis Tziotzios
9cac208546
upgrade to Angular 12
2021-09-24 21:52:14 +03:00
Kristian Ntavidi
d229189783
Visibility rule service refactor.
...
* Take into account other dependencies
* OR and AND logic support
2021-09-20 21:34:20 +03:00
Kristian Ntavidi
b40e30ee60
Fix issue with visibility rules on multiplicity fields.
...
* Append new visibility rules on creation of multiplicity item
* Compute visibility rules for multiplicityItems on loading data (Researchers page)
2021-09-20 14:34:09 +03:00
Kristian Ntavidi
ba865c9708
Dataset Editor (Researchers Page). Incrementing ordinals on multiplicity items.
2021-09-17 12:12:48 +03:00
Kristian Ntavidi
52c26cd864
Admin Dataset editor guard fix.
2021-09-09 09:09:27 +03:00
Diamantis Tziotzios
6bc5aaed25
pt user guide update
2021-08-16 18:36:10 +03:00
Kristian Ntavidi
a7abe6c2d8
minor fix
2021-07-23 17:09:12 +03:00
Kristian Ntavidi
06961c0254
Deactivate Guard on dataset template editor
2021-07-23 17:03:29 +03:00
Kristian Ntavidi
1be8e8e8f9
Fix side actions on template editor z-index issue
2021-07-23 14:27:40 +03:00
Kristian Ntavidi
501a7175e8
Users on template editor
2021-07-23 14:16:59 +03:00
Kristian Ntavidi
d8a2ad281c
Animations on admin template editor (partial)
2021-07-23 13:16:40 +03:00
Kristian Ntavidi
59e3af2fa0
Fix adding dataset dropdown on datasets listing
...
* Get timecreated from backend
* Protect front from crashing when creationTime is not provided
2021-07-23 12:05:07 +03:00
Kristian Ntavidi
4c22799f91
Bug fixes on dataset templates editor Admin (partial)
...
* Make use of observables instead of setTimeouts
* Remove not nessecary calculations
2021-07-23 11:23:35 +03:00
Kristian Ntavidi
1d397d28cf
Add ability to scroll on table of contents (dataset templates admin)
2021-07-21 16:41:38 +03:00
Kristian Ntavidi
a212f4e5a1
Subtle border on invalid emails inputs (in invitation dialog)
...
* Mutli auto compolete component extended
2021-07-21 12:16:22 +03:00
Kristian Ntavidi
1b731fdf20
Changes on multi-auto complete component.
...
* Give precedence on autocomplete option-selected over onblur.
* Invitation dialog on blur commit given email till that time, on emails list.
2021-07-21 11:09:13 +03:00
Kristian Ntavidi
5ddb7df2b4
Finalize dataset from dataset editor.
...
* Finalize dataset from dataset editor.
* Finalize dataset on dataset overview redirects you to dataset editor
* Grouping save action buttons
2021-07-20 13:32:40 +03:00
Kristian Ntavidi
ee0c7df170
Pt translations on dataset-profiles-editor / listing
2021-07-15 17:12:17 +03:00
Kristian Ntavidi
c33ffc153b
Try translate finalize errors messages on Pt.
2021-07-13 10:42:36 +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
684d784d1a
Routing updates.
...
* Start new dmp Button navigates you to home.
* Login page redirects you to home page if user is already logged in.
2021-07-06 09:46:27 +03:00
Kristian Ntavidi
3e98297da9
Pt language updates.
2021-07-06 09:37:41 +03:00
George Kalampokis
295750684f
Minor Update
2021-06-30 14:09:29 +03:00
Kristian Ntavidi
57d1cf89b4
Dataset overview fix. Actions on unlocked dataset.
2021-06-30 13:01:33 +03:00
George Kalampokis
d1e3aae36d
Fix critical issue with dataset's copy dropdown
2021-06-30 12:51:12 +03:00
Kristian Ntavidi
d878562d3d
Ui fixes on landpage (static pages)
2021-06-24 16:00:21 +03:00
Kristian Ntavidi
e486169ae5
EOSC section added in index page (static page)
...
**Missing one link
2021-06-24 12:46:31 +03:00
Kristian Ntavidi
ef7de5efe3
External Dataset type (newly added field).
2021-06-23 11:50:10 +03:00
Kristian Ntavidi
1a6df44eeb
Add deactivate guards in dataset editor and dmp editor.
2021-06-23 10:54:05 +03:00
Kristian Ntavidi
d90ab00833
DMP Profile listing. Restyle import dialog
2021-06-22 17:51:00 +03:00
Kristian Ntavidi
ad0853dc20
DMP profile editor. Basic restyle
2021-06-22 16:48:46 +03:00
Kristian Ntavidi
e2f262b385
Popup dialog on locked DMP/Datasets overview / editors
2021-06-22 14:12:58 +03:00
Kristian Ntavidi
c9b376f76c
Restyle DMP profile listing (Admin Pages)
2021-06-22 13:00:58 +03:00
Kristian Ntavidi
72b18b7770
Remove mat select ellipses. Wrap text below.
2021-06-17 19:12:47 +03:00
Kristian Ntavidi
92b60c7c90
DMP editor. Show popup dialog when dmp is locked.
2021-06-17 12:52:01 +03:00
Kristian Ntavidi
9161dbda56
UI fixes and bug fixes
...
* Member of dmp cannot see dmp editor anymore. Redirects to overview
* Hide percentage bar in dmp editor when editor is disabled (when finalized or locked)
* Change font sizes on Resource page (static pages)
* Fix issue of indeterministic disabled on DMP editor.
2021-06-17 12:25:46 +03:00
Kristian Ntavidi
22ddc1311f
Admin Template Edtor. UI fix: toolbox scroll till the end of the question card.
2021-06-16 16:10:48 +03:00
Kristian Ntavidi
f4591549c2
Admin Dataset Template Editor and Dataset profile editor UI improvemenets.
...
[Admin Template Editor]:
* Add question underneath each question and in the table of contents
* "Make conditional question" changed position
* Small restyles in required toggler and question preview component
* Input icons update
* Scrolling on top of question
[Dataset Editor]:
* Show asterisk on required fields
Pt language updates
2021-06-16 15:52:39 +03:00
Kristian Ntavidi
54b2661ebd
Ui fixes.
...
* Fix issue on table of contents in dataset editor. Invalid fields that are hidden via visibility rules, are not computed in in the validity of the tocEntry.
2021-06-15 09:58:51 +03:00
George Kalampokis
e615c403d3
Final fix over storing array of data from Datasets
2021-06-14 18:01:04 +03:00
George Kalampokis
dcf88479bd
Allow to store and retrieve combobox multivalues with commas
2021-06-14 14:21:27 +03:00
Kristian Ntavidi
add23dab2f
Grant search fix.
...
* Change the way the single auto complete refreshes.
* Remove some unnecessary code.
2021-06-14 01:46:29 +03:00
Kristian Ntavidi
d9826095bc
Dmp editor. Fix issue on selecting grant after search.
2021-06-11 15:35:47 +03:00
Kristian Ntavidi
a3c9df87df
Add validate button on Dataset Wizard. Show in red invalid fieldsets in table of contents
2021-06-11 12:16:50 +03:00
Kristian Ntavidi
29ad55b3f8
Invitation fix.
...
Fixing issue when user opens invitation without being logged id.
2021-05-11 11:50:25 +03:00
Kristian Ntavidi
9eb1c12afd
DMP Overview. Provide user feedback of invalid datasets on finalize. Prevent user from submitting invalid Datasets.
2021-05-10 15:51:10 +03:00
Kristian Ntavidi
c157ecc4e7
Admin template editor. Fix invalid visibility rules case.
2021-05-05 15:50:20 +03:00
Kristian Ntavidi
9ccae4d2c7
Admin template Editor. Temporary patch. Make value unrequired in visibility rules.
2021-05-05 13:04:30 +03:00
Kristian Ntavidi
b825a80e61
DMP Editor patch: Form is not invalid invalid anymore when change from createnew funder to existing
2021-04-30 16:42:59 +03:00
Kristian Ntavidi
b82398d97e
DMP Editor. Organizations identifier query params patch.
2021-04-30 16:14:13 +03:00
George Kalampokis
a155f2cbec
Allow to search organizations based on reference
2021-04-30 15:25:31 +03:00
Kristian Ntavidi
a8f75aafb9
DMP Editor. Prefixing queries on searching existing identifiers.
2021-04-30 14:34:28 +03:00
George Kalampokis
8a7cfab3b8
Fix various issues
2021-04-30 13:10:11 +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
e9e953aee3
Bug fixes and language updates.
...
Admin Templates listing table fix. When a filter is applied, gets you to the first page. Total templates number fix .
Admin Template Editor. Enable editing Description in finalized templates.
Dataset wizard. Fix NaN in total progress when finalized. (remove all edit/save actions).
Portuguese language update.
2021-04-27 23:33:30 +03:00
George Kalampokis
77bcb95ad7
Fix issues when cloning dataset templates
2021-04-27 10:38:20 +03:00
Kristian Ntavidi
c6b8ad5639
Adrim template editor. Save and discard buttons on the left side.
2021-04-14 09:57:30 +03:00
Kristian Ntavidi
66d9f41081
Admin template editor. Move save/delete/update buttons on top. Add "Back to top" button.
2021-04-13 16:27:29 +03:00
Kristian Ntavidi
e801bbf2e2
User Dataset Editor. Table of contents loads properly on saved template. Table of contents and tempalte description have the same visibilityRules service.
2021-04-13 11:19:09 +03:00
George Kalampokis
12a1f7da12
Merge remote-tracking branch 'origin/Development' into Development
2021-04-13 10:46:14 +03:00
George Kalampokis
3d9a2b2331
Fix various issues with various template fields
2021-04-13 10:46:06 +03:00
Kristian Ntavidi
198eb838c5
User Dataset Editor. Pages/ Sections/Fieldsets that have all inputs hidden, are hidden as well (Both on template and table of contents).
2021-04-12 19:08:09 +03:00
Kristian Ntavidi
d038f42021
Users listing component. Fix user roles chips
2021-04-12 12:05:12 +03:00
Kristian Ntavidi
23d664a48b
Admin Template Editor: table styling.
2021-04-09 17:05:01 +03:00
Kristian Ntavidi
167cae9e59
User guide links update. Placeholders in dataset identifier and validation. Confirmation dialog minor changes.
2021-04-09 11:31:16 +03:00
Kristian Ntavidi
20a92bea9d
Dataset Editor scrollspy on Guide Steps.Language text updates.
2021-04-08 18:29:08 +03:00
Kristian Ntavidi
a75f140893
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2021-04-08 13:00:10 +03:00
Kristian Ntavidi
ab9bb3e8cf
DMP Editor: remove modal when navigating to dataset. Minor ui fixes.
2021-04-08 12:57:44 +03:00
George Kalampokis
dd88167574
Improve names and styling for dataset template users
2021-04-08 12:55:53 +03:00
Kristian Ntavidi
45227cca10
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2021-04-07 19:20:32 +03:00
Kristian Ntavidi
14c7770ae9
User guide patch. Sorting available profiles in dmp editor. Portuguese on guide tour.
2021-04-07 19:19:22 +03:00
George Kalampokis
bc3c8b44d2
Add option to add or remove users from Dataset Templates
2021-04-07 19:03:22 +03:00
Kristian Ntavidi
037e246262
Admin template editor: reseachers multi auto-complete fix. Discard changes on dataset editor navigates back to dmp editor.
2021-04-07 12:58:45 +03:00
George Kalampokis
959479757a
Add The new user role to the user role listing and editor
2021-04-07 10:25:03 +03:00
George Kalampokis
5ff57a6352
Setup the routing permissions for the dataset Profile
2021-04-07 10:22:41 +03:00
George Kalampokis
af04e34b6f
Add new User Role Dataset Template Editor.
2021-04-06 19:03:00 +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
6e70071a16
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-04-05 12:07:33 +03:00
Kristian Ntavidi
450dbb519f
Dataset profile editor. Fix: final preview in step does not affect individual previews in step 2.
2021-04-05 12:06:14 +03:00
Kristian Ntavidi
9cab64b65e
Dataset Profile Editor. Patch visibility rules for select multiList, Validator and DatasetIdentifier
2021-04-05 11:37:00 +03:00
Kristian Ntavidi
dc39cf9fdd
Dataset Profile Editor. CheckBox default value preview patch.
2021-04-02 12:59:24 +03:00
Kristian Ntavidi
ee1c09149e
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-04-01 18:59:00 +03:00
Kristian Ntavidi
b04e2b3482
Dataset profile Editor. Ui fixes. Visibility Rules fix.
2021-04-01 18:57:23 +03:00
Kristian Ntavidi
2df5c6820a
Dataset Profile Editor. Drag n drop fix on Import Template. Feedback messages on update/save template. Code cleanups. MultiAutoComplete Preview Fix.
2021-03-31 18:31:57 +03:00
Kristian Ntavidi
a3572f92ed
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-30 17:56:51 +03:00
Kristian Ntavidi
cc8c771ae5
Dataset profile editor. Ignore invalid data(if any) in previews. Fix Fieldset card changes height after the updated preview component is rendered . Update error messages.Now they use chapter-section namespace.
2021-03-30 17:47:35 +03:00
Kristian Ntavidi
7ebf61a28c
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-30 12:12:35 +03:00
Kristian Ntavidi
67223bc2f0
Dataset profile editor. Minor Fix not building issue.
2021-03-30 12:11:22 +03:00
Kristian Ntavidi
a50040cbef
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-30 11:38:20 +03:00
Kristian Ntavidi
d667d574af
Dataset Profile editor. Create section button on page component. Dataset profile listing: Add Download Option. Minor ui fixes.
2021-03-30 11:36:09 +03:00
Kristian Ntavidi
b00e7bbcc0
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-29 18:57:41 +03:00
Kristian Ntavidi
c849ea13fe
Dataset Profile Editor. Minor ui fix.
2021-03-29 18:56:18 +03:00
Kristian Ntavidi
94ecf92a09
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-29 18:44:14 +03:00
Kristian Ntavidi
7dac466f71
Dataset Profile Editor. Remove validate button. Toolbar next to fieldset.Update icons (most of them). Update texts(Quetions, sections and chapters). Add delete option on template listing. Preview Fieldset instead of each field(Enables multiplicity preview).
2021-03-29 18:42:55 +03:00
Kristian Ntavidi
12f9e9ede9
Dataset Profile Editor. Move validators from tempate to models. (Fixing issue of form classified as valid when not all formcontrols are rendered.)
2021-03-27 19:52:53 +02:00
Kristian Ntavidi
fdf316a040
Dataset Profile Editor. VIsibility rules. Hide Sections from options. Language update for visibility rules.
2021-03-24 16:05:21 +02:00
Kristian Ntavidi
7ff2516ddc
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-24 13:07:49 +02:00
Kristian Ntavidi
8ba546fef4
Dataset Profile Table of contents drag n drop fix. DIstinct ordinals that are on the same level.
2021-03-24 11:40:48 +02:00
Kristian Ntavidi
8cd467cda8
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-23 16:20:27 +02:00
Kristian Ntavidi
b6236b7e0d
Dataset Profile editor . Scroll timing Fix
2021-03-23 13:52:33 +02:00
Kristian Ntavidi
5e77f78a1c
Dataset Profile Editor. Table of contents numbering drag and drop fix. Fix issues in dragging as well.
2021-03-23 12:39:04 +02:00
Kristian Ntavidi
41a1aeaf1f
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-22 19:17:25 +02:00
Kristian Ntavidi
427c04f631
Dataset Profile Editor. Individual preview (needs backend support).
...
Replace static text with language translation.
Fix scrolling behaviour.
Clean up some code in table of contents.
Patch drag and drop (instant drag) issue.
UI enhancements: validate button and marking on table of contents(Pages when dont have children)
2021-03-22 15:47:45 +02:00
Kristian Ntavidi
c8ce77ff81
Dataset Wizard. Fix "Previous" and "Next " steps behaviour. Uncompleted guide steps appear with red when user attempts to save.
2021-03-19 14:32:17 +02:00
Kristian Ntavidi
abaf61cf02
DMP Editor. Uncompleted guide steps appear with red color when form is invalid and the user attemps to save.
2021-03-19 13:30:21 +02:00
Kristian Ntavidi
97db10be12
Dataset Wizard. Table Of Contents entries show error state (not visible yet, only implementation). Fix Bug on DMP Editor: "Save & Add" doesn't validate datasets to proceed anymore.
2021-03-19 12:04:01 +02:00
Kristian Ntavidi
6f52f77459
Dataset Wizard bug fix. On save show errors only for the semiform.
2021-03-18 18:02:09 +02:00
Kristian Ntavidi
1389b3dbf5
UI Fixes. Panels in wizard expand all the way up to page level (when selected from table of contents). Hide overflown text in table.
2021-03-18 10:52:18 +02:00
Kristian Ntavidi
72d40b0f33
UI Fix. Expansion Panels expand when the selected element is collapsed.
2021-03-17 17:49:42 +02:00
Kristian Ntavidi
9bdc426af1
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-17 17:26:35 +02:00
Kristian Ntavidi
f6f5fd15ae
Dataset Profile Editor. Ui navigation fix (clip-path instead of translateX) Use backend service to create previewForm.
2021-03-17 16:29:02 +02:00
Kristian Ntavidi
ae378899e2
Dataset description and table-of-contents works with tocentries.
2021-03-17 11:08:59 +02:00
Kristian Ntavidi
720fa60f9b
Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor
2021-03-16 09:12:49 +02:00
Kristian Ntavidi
4d6e4fb2cd
Dataset ProfileEditor Validator fixes. More validators added. Table of contents mark invalid entries. Guided tour fix. Fix ng-deep leaks from user listing.
2021-03-12 18:19:51 +02:00
Kristian Ntavidi
2924db4409
Show the same numbering in wizard and editor. Sorting by ordinal in wizard description
2021-03-09 10:04:50 +02:00
Kristian Ntavidi
51228df7d5
Dataset Profile Editor. UI fixes. Stepper buttons animations. Alignments. RadioBox, Other, Select have emptyList Vaditator(custom). Numbering fix in table of contents when drag and drop.
2021-03-08 11:24:30 +02: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
Kristian Ntavidi
efc882016b
Dataset profile editor. Validators are added to prevent user from proceeding with empty array of options(radio box and select). Polishing UI.
2021-03-04 14:38:46 +02:00
Kristian Ntavidi
87b79c2049
Dataset profile editor. Minor ui visibility fixes. Table of contents can slide.
2021-03-03 12:13:29 +02:00
Diamantis Tziotzios
ca0babc6af
added property to dataset external autocomplete criteria
2021-03-03 11:14:43 +02:00
Kristian Ntavidi
70a99f0d23
Dataset Profile Editor. Error messages before each step
2021-03-01 18:42:18 +02:00
Kristian Ntavidi
081995e243
Dataset Profile editor. Drag and drop navigation table of contents.
2021-03-01 11:28:27 +02:00
Kristian Ntavidi
da7f91df96
Dataset Profile Editor. Pipe static text to translation.
2021-02-25 17:53:58 +02:00
Kristian Ntavidi
ddd12cbba8
Dataset Profile Editor. Drag and drop with dragula.
2021-02-25 14:17:47 +02:00
Kristian Ntavidi
a4db1973d3
Dataset Profile Editor. Fieldsets same level as Section Details. Show all fieldsets in one page collapsed.
2021-02-24 16:56:14 +02:00
Kristian Ntavidi
3dde61a379
Dataset Profile Editor. Same level drag n drop on table. UI fixes
2021-02-19 16:35:14 +02:00
Kristian Ntavidi
96ebf7c0d0
Dataset profile editor. Ui fixes. mat-stepper header fix and preview fixes.
2021-02-18 17:13:56 +02:00
Kristian Ntavidi
a8074f6239
Dataset profile editor. Minor ui fixes. Languages fixes and visibilities
2021-02-17 19:44:50 +02:00
Kristian Ntavidi
dd2db4ce1f
Dataset profile editor. Field Preview Fixes. Summary preview supports visibility rules. Minor UI fixes.
2021-02-17 18:39:07 +02:00
Kristian Ntavidi
8579071cf7
Dataset profile editor. Preview step basic implementation.
2021-02-15 19:16:48 +02:00
Kristian Ntavidi
7445ec5042
Dataset profile editor. Dynamic progress bar and confirmation before delete
2021-02-12 16:27:35 +02:00
Kristian Ntavidi
35eb42e631
Redesign dataset profile editor changes. Basic UI outline and functionality.
2021-02-12 13:23:39 +02:00
Diamantis Tziotzios
6470a8e6a6
more dataset profile changes
2021-02-04 12:22:52 +02:00
Kristian Ntavidi
1614945185
More Dataset Profile editor changes
2021-02-04 10:33:03 +02:00
Diamantis Tziotzios
8e93a02019
dataset profile editor redesign - initial commit
2021-02-03 12:21:31 +02:00
Kristian Ntavidi
a8bc5d0622
Dataset Template Admin Listing Redesign
2021-02-03 11:06:40 +02:00
George Kalampokis
c56b7c59ed
Fix issue with images not loading on user-guide for local development builds (plus an optional innerHTML alternative (disabled by default))
2020-12-31 16:34:36 +02:00
George Kalampokis
0367aa0431
Minor improvements
2020-12-31 16:30:35 +02:00
George Kalampokis
cf47898007
Improve support of the User guide Editor for the new User Guide htmls
2020-12-30 18:08:10 +02:00
apapachristou
99f780fa4c
removes unnecssary cursor pointer from user email
2020-12-15 17:00:33 +02:00
apapachristou
558b506643
Add analytics to pages, οverviews, editors etc.
2020-12-14 19:28:13 +02:00
apapachristou
0c60af543a
Restyles user guide
2020-12-11 16:53:22 +02:00
apapachristou
f94d4bad2b
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
...
# Conflicts:
# dmp-frontend/src/app/ui/user-guide/user-guide-content/user-guide-content.component.ts
2020-12-10 15:49:34 +02:00
apapachristou
fc689342cb
Adds table of contents to user guide
2020-12-10 15:45:55 +02:00
Diamantis Tziotzios
6ea5dfff42
added matomo integration
2020-12-10 15:29:24 +02:00
George Kalampokis
ca38f0b0a4
Make user guide multilingual
2020-12-10 11:34:01 +02:00
George Kalampokis
3b00b76f19
Add option to make static dataset profile fields with autocomplete to have multiple values
2020-12-09 17:51:30 +02:00
George Kalampokis
b5a9aa9ad3
Fix some styling issues with users listing
2020-12-08 16:25:55 +02:00
apapachristou
c62cc1068a
Restyles admin page "Users"
2020-12-04 18:26:20 +02:00
apapachristou
f87f8e31af
Makes login dialog responsive on add new account
2020-11-27 14:41:27 +02:00
apapachristou
142c9ab5ea
Adds dots on all steps of datset editor table of content
2020-11-25 18:45:37 +02:00
apapachristou
06f156c687
Fix bug on dmp editor that prevented request grants on funder change (change on single autocomplete component to be reviewed)
2020-11-25 14:22:30 +02:00
apapachristou
208824f55b
Adds guided tour on dashboard for new user
2020-11-24 19:09:10 +02:00
apapachristou
0542c17aae
removes unnecessary console.log and comments
2020-11-20 15:01:57 +02:00
apapachristou
5c8c1a13b2
Fix bug on dmp filters: keep public status selected on reopen filters
2020-11-19 17:14:38 +02:00
apapachristou
e3cfd47edb
Fix style on filters dialog
2020-11-19 16:16:28 +02:00
apapachristou
4552525e1c
On multiple autocomple inputs removes permanent placeholder inside the container, adds overflow
2020-11-19 10:38:43 +02:00
apapachristou
0159baf8ed
Fix style on dialog import dmp from file
2020-11-18 16:23:16 +02:00
apapachristou
52317c10f9
Fix style of buttons on finalize dialogs
2020-11-18 10:58:26 +02:00
apapachristou
644d616ef8
Add notification messages on click save of user profile
2020-11-17 19:57:39 +02:00
apapachristou
af849b6c36
Style fixes on user profile
2020-11-17 15:46:17 +02:00
apapachristou
8e074c4ca0
Show more actions on cards of listings (max 4 actions)
2020-11-17 13:16:06 +02:00
apapachristou
36ac02e9f9
Change texts on editors
2020-11-17 09:57:52 +02:00
apapachristou
b2ea14787c
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2020-11-12 18:18:14 +02:00
apapachristou
77b9a84105
Fix bug: discard button should disappear after save on dataset editor
2020-11-12 18:18:09 +02:00
Diamantis Tziotzios
4a82e86769
fixes
2020-11-12 17:59:09 +02:00
apapachristou
50fc4612b7
Fix bug on save dataset profile definition
2020-11-12 17:57:09 +02:00
apapachristou
188fcd539f
Style fix: add hover on dialog close button
2020-11-12 10:39:41 +02:00
George Kalampokis
fbff31d287
When changing steps on both editors reset the scroll
2020-11-11 12:32:55 +02:00
George Kalampokis
5d01519415
Fixed various styling issues
2020-11-10 16:53:48 +02:00
apapachristou
6fb7c81cd5
Fix open filters animation
2020-11-10 10:13:08 +02:00
apapachristou
bfdbce54c2
Adds date pipe to translate date
2020-11-09 17:14:10 +02:00
apapachristou
8d8dce8973
Adds logout option on smaller screen account menu
2020-11-09 11:34:24 +02:00
George Kalampokis
eae7f22f72
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot.git into Development
2020-11-06 16:29:50 +02:00
George Kalampokis
2ff9b95fdf
Made identifier validation field to work properly
2020-11-06 16:29:33 +02:00
apapachristou
3a8d426d22
Adds hover on all close buttons
2020-11-06 14:21:14 +02:00
apapachristou
0bd5afffe1
Fix: on save of datset, table of contents remains open
2020-11-06 12:42:31 +02:00
apapachristou
2313cd1ca5
Fixes align of icons on listing card items
2020-11-06 11:05:05 +02:00
apapachristou
aa35725823
Fixes profile/login menu on mobile mode
2020-11-06 11:00:19 +02:00
apapachristou
f8753de83a
Styles close button everywhere
2020-11-06 10:57:30 +02:00
George Kalampokis
e061448830
Initial commit for the new Dataset Template Field (identifier
...
validation) part 2
2020-11-05 18:32:19 +02:00
George Kalampokis
da9872576e
Initial commit for the new Dataset Template Field (identifier validator)
2020-11-05 18:20:37 +02:00
George Kalampokis
2ed23c4676
Fix various issues and styling of the language editor
2020-11-04 16:58:24 +02:00
George Kalampokis
07e8c51b79
On Dataset Template Editor properly stringify error objects
2020-11-04 16:55:45 +02:00
apapachristou
0e906cb4b9
Fixes compile error
2020-11-02 18:25:51 +02:00
apapachristou
b13dab598f
After dmp save remain at the same position
2020-11-02 18:18:49 +02:00
apapachristou
abfb6342b2
with previous commit
2020-11-02 18:14:10 +02:00
apapachristou
d0d98bc520
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
...
# Conflicts:
# dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts
2020-11-02 18:11:19 +02:00
apapachristou
0e2d288478
on dataset save remain at the same position
2020-11-02 18:08:25 +02:00
apapachristou
02d79165c4
Fix: search box on listing remain on page if no result
2020-11-02 18:00:42 +02:00
George Kalampokis
c391cd5521
Fix issue when saving Datasets
2020-11-02 17:38:19 +02:00
George Kalampokis
86994c73ce
Make Section ordinal to be required in the Dataset Template Editor
2020-11-02 17:36:59 +02:00
apapachristou
d043322014
Fix: prevent search from sending asynchronous requests
2020-10-30 17:51:07 +02:00
apapachristou
45979922d5
Fixes style on title of dataset temlate preview and adds margin on expansion panels
2020-10-30 14:15:49 +02:00
apapachristou
d27f8301c6
Fixes disappearing search box on dashboard if no results
2020-10-30 13:31:28 +02:00
apapachristou
992999a596
Fixes zenodo icon align on user profile
2020-10-29 16:54:50 +02:00
apapachristou
e661eb3d0b
Removes unnecessary scrollbar from editors
2020-10-29 13:46:10 +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
2f28e0c8ac
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2020-10-29 11:35:54 +02:00
apapachristou
d889a527e3
Fixes zenodo icon align on profile and adds language
2020-10-29 11:35:48 +02:00
George Kalampokis
35fe6a75fe
Merge remote-tracking branch 'origin/Development' into Development
2020-10-27 18:08:35 +02:00
George Kalampokis
ff169ae806
Made User Merge logic functional
2020-10-27 18:06:58 +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
George Kalampokis
eeca52d3ff
Prevent login requests to be sent multiple times from the oauth2 dialog
2020-10-27 12:31:45 +02:00
George Kalampokis
22cc8bb3a3
Merge remote-tracking branch 'origin/Development' into Development
2020-10-27 12:06:58 +02:00
George Kalampokis
baf4314a33
Fixed various bugs with the new Login system (prevent to send twice the login request with some providers)
2020-10-27 12:04:57 +02:00
apapachristou
5534f4f4a9
Adds template preview on: clone dialog select template field, dmp upload select template field
2020-10-27 12:04:11 +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
c8a163f4aa
Refactor most login providers in order to work on window popups and add proper login support for the link new user
2020-10-26 18:18:26 +02:00
apapachristou
cd618563bf
Style changes on buttons
2020-10-26 17:31:39 +02:00
apapachristou
5b78943131
Adds provider icon on listing accounts on profile page
2020-10-26 14:37:34 +02:00
apapachristou
708206c28a
Replaces text from "add new account" to "link account"
2020-10-26 13:37:02 +02:00
apapachristou
d512ad1389
Fixes bug on closing preview template dialog
2020-10-26 13:34:08 +02:00
apapachristou
f0b9b01695
Replace input email dialog with login dialog on add new account
2020-10-26 13:24:39 +02:00
apapachristou
29c6774558
Adds field "Add account" on profile
2020-10-26 11:57:06 +02:00
apapachristou
8946ea2fb7
Changes style of title on dmp an dataset card
2020-10-23 17:59:59 +03:00
apapachristou
8dd728a85d
Fixes on profile page
2020-10-23 11:27:44 +03:00
apapachristou
2c5feb5fa9
Restyles profile page
2020-10-23 10:49:09 +03:00
apapachristou
1d0a375453
Adds preview icon on all profile multiple autocomplete fields
2020-10-20 13:23:22 +03:00
apapachristou
32caed9f6f
Adds preview of dataset template, adds delete with spacebar on multiple autocomplete
2020-10-20 13:00:02 +03:00
apapachristou
b8f3c5af70
with previous commit
2020-10-19 12:58:55 +03:00
apapachristou
9c2f1b12bd
Adds progress bar on dataset editor
2020-10-16 16:48:28 +03:00
apapachristou
e179d90f12
Adds progress bar on DMP editor
2020-10-15 13:46:59 +03:00
George Kalampokis
f08d8e2e01
When checking for Form Validation errors if the control has no nativeElement then pass as name it's formGroup key, also added some additional checkup for the placeholder parser in the FormValidationComponent
2020-10-13 12:55:11 +03:00
George Kalampokis
a78044920a
Fixed issues with elastic and last public version
2020-10-12 12:45:32 +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
71a270137a
Fixes flag image scale on contributors page (to be tested)
2020-10-08 23:27:47 +03:00
apapachristou
f575c9550b
Fixes bug: filters button dissapearing on empty result list, fixes postion if list is empty
2020-10-08 22:21:49 +03:00
apapachristou
20c607d88a
Fixes style of dataset description form template
2020-10-07 18:28:53 +03:00
apapachristou
7439281c50
Adds button to export all user emails (as admin)
2020-10-07 16:35:23 +03:00
apapachristou
7cc584ac33
Fixes spelling of variable name
2020-10-07 13:14:19 +03:00
apapachristou
d856255405
Fixes bug: after discard grant was not set to previous value
2020-10-07 12:42:10 +03:00
apapachristou
9fd33e421b
Adds message on submit of contact form
2020-10-06 14:26:57 +03:00
apapachristou
a1b067071a
Backend: Fixes modified time check on save dmp without previous reload. Frontend: Adds dialog to proceed to dataset editor on "save & add dataset"
2020-10-06 11:21:15 +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
394fc15018
Fixes style of uppercase and bold subtitles on templates form
2020-10-05 17:58:44 +03:00
apapachristou
f6900a1085
Revert: logo navigate to /home instead of index.html
2020-10-05 17:11:46 +03:00
apapachristou
34111fc6a9
Adds dialog to specify transition from dmp editor to dataset editor
2020-10-05 11:34:08 +03:00
apapachristou
dcc8f3823b
Restyles invitation dialog and adds message on successfully sent
2020-10-02 19:00:35 +03:00
apapachristou
9c7bd9a59c
Fixes style on hint of invitation dialog
2020-10-02 18:38:41 +03:00
apapachristou
c4b3070edb
Fixes bug: tour opened on empty filters result
2020-10-02 18:25:53 +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
90973a154b
Updates feedback form
2020-10-02 14:40:20 +03:00
apapachristou
dc8492e337
Removes unnecessary code
2020-10-02 12:11:51 +03:00
apapachristou
716610e7c3
front changes to match with changes on back-end previous commit
2020-10-02 10:15:02 +03:00
apapachristou
5af4fb4816
Differs title of editing or adding dataset
2020-10-01 17:29:02 +03:00
apapachristou
97a3338dda
Fixes enumerating of editor fields, changes title of fields 1.1
2020-10-01 16:35:20 +03:00
apapachristou
9e21e73d59
Tour opens automatically on empty DMP listing
2020-10-01 16:05:38 +03:00
apapachristou
bb53557f1c
Fixes: dashboard style in case of none dmp
2020-09-30 16:52:40 +03:00
apapachristou
ae7d62b63c
Fixes style on editor fields
2020-09-30 15:52:50 +03:00
apapachristou
a05d24b95b
Initialise contact field on dmp editor
2020-09-30 14:39:38 +03:00
apapachristou
d249eb841a
Adds description text on dmp editor fields
2020-09-30 11:42:52 +03:00
apapachristou
ec59f9d495
Fixes bug: start new dmp dialog remained open
2020-09-29 18:20:00 +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
e3e83bfc4d
Adds new FAQ content
2020-09-29 17:08:34 +03:00
apapachristou
b8ebfb0726
Removes 1.3 External Link field from dataset editor
2020-09-29 14:30:00 +03:00
apapachristou
b5d29553c0
Fixes on invitation dialog
2020-09-29 14:18:46 +03:00
apapachristou
24bbe8c2ab
Restyles import DMP pop up dialog
2020-09-28 15:44:32 +03:00
George Kalampokis
5a5043f432
Show properly researchers in DMP and Dataset Overview
2020-09-25 17:49:19 +03:00
apapachristou
410583a5f2
Moves fields language, visibility, publication data, contact from license tab to main
2020-09-25 15:55:06 +03:00
apapachristou
dfd7096196
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-25 14:03:10 +03:00
apapachristou
6bc2d37bda
Restyles Warnign Dialog
2020-09-25 14:03:04 +03:00
George Kalampokis
5521e4f41b
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot.git into ui-redesign
2020-09-25 12:51:47 +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
794ef0142a
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-24 20:28:08 +03:00
apapachristou
1caa40988d
Restyles navigation buttons on editors, fixes bugs on discard changes on editors
2020-09-24 20:28:03 +03:00
George Kalampokis
0bceae3409
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot.git into ui-redesign
2020-09-24 12:37:21 +03:00
George Kalampokis
9dd76a739d
If RDA Export fail show properly an error message
2020-09-24 12:37:03 +03:00
apapachristou
4c825d80b4
Retyles button add dataset on overview and removes pop up on click
2020-09-24 12:02:51 +03:00
apapachristou
eb0bf2f003
Adds "Insert manually" link instead of add ( + ) button
2020-09-23 19:41:12 +03:00
apapachristou
26fa759d81
Removes default hint subtitles on fields of editors
2020-09-23 19:02:59 +03:00
apapachristou
3c1455ecb9
Changes component with stepper with a non stepper component
2020-09-23 19:01:12 +03:00
apapachristou
f38e858f72
Hides cost field on dmp editor at license tab
2020-09-23 18:31:42 +03:00
apapachristou
226420a999
Makes edit button of overview pages open in the same tab window
2020-09-23 18:30:00 +03:00
apapachristou
11bf302631
Fixes bug on dataset overview click of edit
2020-09-23 18:03:07 +03:00
apapachristou
edd2a64fd7
Removes console.log
2020-09-23 10:29:47 +03:00
apapachristou
49c08f5061
Removes stepper from dataset description form
2020-09-23 10:21:26 +03:00
apapachristou
7897d9072d
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-23 10:19:09 +03:00
apapachristou
57defab591
Removes stepper from dataset description
2020-09-23 10:19:05 +03:00
George Kalampokis
040ffdc57e
Fix issue with autocomplete field
2020-09-22 17:48:07 +03:00
George Kalampokis
fed426e64b
Fixed issue with visible rules when using multiple world list
2020-09-22 17:34:12 +03:00
MadDeCoDeR
71deb5f473
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot.git into ui-redesign
2020-09-22 11:29:13 +03:00
George Kalampokis
9a9fed37ce
Add Validation button for the Dataset Template Editor
2020-09-22 11:27:10 +03:00
apapachristou
b75d7606cf
Discard on dataset editor
2020-09-21 18:05:53 +03:00
apapachristou
3d323615e4
Adds check for broken dataset template
2020-09-18 18:53:05 +03:00
apapachristou
e7db9ee664
Adds discard on dataset editor (1st commit)
2020-09-18 18:51:42 +03:00
apapachristou
d48e8a984a
Create new Dataset - using pop up
2020-09-18 14:14:48 +03:00
apapachristou
5944dfc005
Dataset editor changes on save
2020-09-17 18:48:13 +03:00
Diamantis Tziotzios
d2251d1015
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-16 18:40:25 +03:00
Diamantis Tziotzios
2f1f08a83f
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
...
# Conflicts:
# dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html
2020-09-16 18:40:16 +03:00
apapachristou
2ebf413217
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
...
# Conflicts:
# dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.html
2020-09-16 18:37:03 +03:00
apapachristou
9596fd1595
New seperate dataset editor (1st commit)
2020-09-16 18:19:29 +03:00
Diamantis Tziotzios
9769c5b78f
dialog animation removal
2020-09-16 18:15:54 +03:00
George Kalampokis
5d9c1f47cd
Fixed minor path issue with the "Show more" button on DMP items
2020-09-16 17:56:58 +03:00
George Kalampokis
5fdf1267c4
Fix minor issues with dmp and dataset pubic listing
2020-09-15 16:22:49 +03:00
George Kalampokis
33a43f1066
Prevent to add and save datasets on a finalized dmp
2020-09-15 14:27:51 +03:00
George Kalampokis
da7fc0def3
Fixed various issues with DMP imports and exports (mostly RDA)
2020-09-15 13:21:22 +03:00
apapachristou
b994d3a7a7
Switches button edit-clone at overview
2020-09-14 15:56:13 +03:00
apapachristou
abd8fcf25f
Adds print error in case of get broken dataset profile
2020-09-14 14:31:20 +03:00
apapachristou
c943a2d297
Fixes bug on multiple template select, on choosing not existing template and then click to open available profiles
2020-09-14 14:30:12 +03:00
apapachristou
b3ffd39151
Changes on listing according to new designs: card appears only on empty listings.
2020-09-14 14:28:26 +03:00
apapachristou
6eb797edfa
Add external icon on static pages
2020-09-11 18:35:32 +03:00
apapachristou
239b91480b
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-11 14:32:58 +03:00
apapachristou
1deaad85f1
Minor fixes on different languages responsiveness
2020-09-11 14:32:34 +03:00
George Kalampokis
bc6193c7d7
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
2020-09-11 14:29:50 +03:00
George Kalampokis
b66fe982f5
Update Tags field with multiple autocomplete like in the dataset editor
2020-09-11 14:27:53 +03:00
George Kalampokis
4b87ab04e8
Allow Services to use tag if they have no source
2020-09-11 14:24:57 +03:00
apapachristou
22b59ea6b6
Moves option my datasets on sidebar inner
2020-09-11 14:18:00 +03:00
apapachristou
0648dfb58d
Adds more hover effects
2020-09-11 13:37:55 +03:00
apapachristou
5365aa1842
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-11 12:19:38 +03:00
apapachristou
45e5848956
Adds hover effects on login buttons and reverts error on form-composite-field
2020-09-11 12:19:31 +03:00
George Kalampokis
17af551469
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
2020-09-11 12:10:25 +03:00
George Kalampokis
e9db95af4a
Improve language Editor styling
2020-09-11 12:10:11 +03:00
apapachristou
4c1222530a
Fixes path on support/feedback. Adds animation on filters of DMP listing
2020-09-11 11:27:29 +03:00
apapachristou
6bc03ccbfc
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-10 18:36:53 +03:00
apapachristou
c0d3b471c0
Adds dashes on overview pages if fields are empty
2020-09-10 18:36:46 +03:00
George Kalampokis
2f31f4cb61
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
2020-09-10 18:06:48 +03:00
George Kalampokis
5be674d07e
Allow wordlist combobox type to have multiple values
2020-09-10 18:04:14 +03:00
apapachristou
0f126ec413
Removes opacity from dataset and dmp tag of listing card
2020-09-10 14:33:21 +03:00
apapachristou
292c758a41
Reorders option on sidebar bottom and adds static urls (to be tested)
2020-09-10 14:16:29 +03:00
apapachristou
b33c49ce4c
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-10 11:35:18 +03:00
apapachristou
1680409755
Style fixes on editor template input field
2020-09-10 11:35:10 +03:00
George Kalampokis
c4dc3b0836
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
...
# Conflicts:
# dmp-frontend/src/app/ui/dmp/editor/dataset-editor-details/dataset-editor-details.component.html
2020-09-10 11:28:28 +03:00
George Kalampokis
e558c99404
Fixed issue with visibility rules not working
2020-09-10 11:27:04 +03:00
apapachristou
8782b6c05d
Reorders dataset editor template field
2020-09-09 18:18:30 +03:00
apapachristou
b741302020
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-09-09 17:58:34 +03:00
apapachristou
56cf5a7552
Adds new assets
2020-09-09 17:56:20 +03:00
George Kalampokis
73b8eb7203
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
2020-09-09 17:55:04 +03:00
George Kalampokis
b4b9c34de4
Remove most external references from the Dataset editor (from now on they must be defined inside the template)
2020-09-09 17:54:46 +03:00
George Kalampokis
9f8b4bb9f7
Add License info step for the DMP Editor
2020-09-09 17:52:42 +03:00
George Kalampokis
f0502b94df
Change the tags on the dmp editor to a multiple auto select, that allow to create tags or use existing ones
2020-09-09 17:49:45 +03:00
apapachristou
1737c96621
Fixes condition visibility of remove dataset
2020-09-08 18:18:18 +03:00
apapachristou
e4bef006d3
Fixes bug, cant remove finalized dataset
2020-09-08 18:11:29 +03:00
apapachristou
f32a3db3b5
Adds functionality, remove dataset from dmp editor
2020-09-08 16:54:01 +03:00
apapachristou
eb7a5571c4
Edit template on dmp-dataset editor
2020-09-08 10:36:18 +03:00
apapachristou
b3bf7ab73d
Fixes bug on preview of dataset template on dmp editor, dataset editor
2020-09-07 11:02:21 +03:00
apapachristou
2eb608a897
Add dataset from dmp editor 1st commit
2020-09-04 19:27:41 +03:00
George Kalampokis
d890763b41
Updated The DatasetWizardModel on the backend in order to be similar to it's front end counterpart
2020-09-04 17:00:34 +03:00
apapachristou
89c4aac560
Modifies new version of dmp
2020-09-03 18:49:45 +03:00
apapachristou
d150469ba4
Fixes bug on filters button position when clone dialog is open
2020-09-03 14:05:51 +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
b2977df4e5
Adds link on button "add dataset" on dmp cards
2020-08-31 19:08:32 +03:00
apapachristou
306dfa7346
Removes search field on listing, if no results
2020-08-31 10:16:33 +03:00
apapachristou
e837091346
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-08-31 02:43:17 +03:00
apapachristou
db006d6ad2
Fixes bugs on discard buttons
2020-08-31 02:43:11 +03:00
gpapavgeri
447fd188bc
Updates styles and links for sidebar options
2020-08-28 16:13:33 +03:00
gpapavgeri
3d9b30567d
Updates styling for dmp-invitation-dialog
2020-08-27 16:05:16 +03:00
gpapavgeri
680d592c0c
New Dmp Title without (Expert)
2020-08-27 13:37:56 +03:00
gpapavgeri
74099ecabc
Adds comment for custom template, removes add dataset & updates style for dataset-info
2020-08-27 11:47:07 +03:00
gpapavgeri
bcbb9ba606
Adds custom panelClass in matDialogConfig Object for UserDialogComponent
2020-08-26 16:15:57 +03:00
apapachristou
7fd0692608
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-08-25 18:34:55 +03:00
apapachristou
404632a337
Fixes save new dataset
2020-08-25 18:34:28 +03:00
gpapavgeri
9102123550
Changes Start Wizard link to ' /plans/new ' instead of ' /quick-wizard '
2020-08-25 17:59:54 +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
15d2958c95
Adds dataset profile definition form on new dataset page
2020-08-25 10:45:42 +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
gpapavgeri
889c8b925b
Toggle navbar menu on mouse hover
2020-08-24 10:56:49 +03:00