argos/dmp-frontend/src/app/core/model
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
..
admin/dataset-profile Add option to add or remove users from Dataset Templates 2021-04-07 19:03:22 +03:00
auth Add Email Field on Principal 2020-07-17 13:15:44 +03:00
configurable-provider Adds configurable login providers 2019-11-13 17:32:55 +02:00
configuration-models Add Zenodo Login and the ability to use it's access token for DOI creation 2020-04-07 18:42:31 +03:00
contact dmp advanced editor changed to remain at the same page when saving 2019-12-11 16:51:03 +02:00
dashboard Fixes bug on "Search bar" not fetching published DMP and published Dataset Descriptions. 2020-01-03 16:52:27 +02:00
data-repository Fixes bug on not creating new "External Datasets" and "Data Repositories". (Issue #212) 2019-12-13 13:05:58 +02:00
data-table Fixes bug on load more both dmps and datasets 2020-07-22 10:36:29 +03:00
dataset upgrade to Angular 12 2021-09-24 21:52:14 +03:00
dataset-profile-definition Added rich text area field type for response in dataset > chapter > section > questions. 2021-11-01 15:30:21 +02:00
dmp Fixes bug on sort by label 2020-07-29 18:35:12 +03:00
dmp-profile Fixes bug on Dataset Template model of DMP not incuding description. 2019-07-31 10:41:49 +03:00
external-dataset Adds remote fetching on "External Dataset" and fixes bug on "external references" not saving the correct "reference" property. 2019-11-19 11:01:02 +02:00
external-sources ui resrtucturing 2019-01-18 19:03:45 +02:00
funder Improve self deployment 2020-04-27 16:21:03 +03:00
grant Improve self deployment 2020-04-27 16:21:03 +03:00
help-content ui resrtucturing 2019-01-18 19:03:45 +02:00
local-fetch Add currency field type for dataset templates 2020-06-25 13:00:29 +03:00
lock Add a new Lock Table that will prevent two or more users to edit simultaneously a single DMP or Dataset (ref #240) 2020-02-11 18:27:54 +02:00
merge Made User Merge logic functional 2020-10-27 18:06:58 +02:00
orcid Adds OrcId login. (Issue #103) 2019-07-12 17:22:57 +03:00
organisation 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
project Improve self deployment 2020-04-27 16:21:03 +03:00
recent-activity Fixes error of mismatch model on client and server 2020-08-03 13:22:18 +03:00
registry Fixes source information and refactors "Reference" property of External References to meet the standards of the Application. (Issue #187) 2019-11-06 12:05:40 +02:00
researcher dataset-overview_update v4 2020-07-06 18:42:54 +03:00
service Add additional editors for the remaining external references 2020-04-14 16:43:09 +03:00
tag ui resrtucturing 2019-01-18 19:03:45 +02:00
user Add user merge related services and updates on existing services on the frontend 2020-10-26 10:36:20 +02:00
version Adds version listing model 2020-07-09 14:28:55 +03:00
zenodo Improved Zenodo Account Integration 2020-04-10 17:16:37 +03:00
base-form-model.ts ui resrtucturing 2019-01-18 19:03:45 +02:00
culture-info.ts ui resrtucturing 2019-01-18 19:03:45 +02:00
language-info.ts Add ExtraProperties for DMP and language for Dataset Template 2020-06-03 12:13:31 +03:00