Commit Graph

193 Commits

Author SHA1 Message Date
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 d249eb841a Adds description text on dmp editor fields 2020-09-30 11:42:52 +03:00
apapachristou accdc06ab1 Fixes bug on dataset copy functionality 2020-09-29 17:33:16 +03:00
apapachristou b8ebfb0726 Removes 1.3 External Link field from dataset editor 2020-09-29 14:30:00 +03:00
apapachristou 6bc2d37bda Restyles Warnign Dialog 2020-09-25 14:03:04 +03:00
apapachristou 1caa40988d Restyles navigation buttons on editors, fixes bugs on discard changes on editors 2020-09-24 20:28:03 +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 b75d7606cf Discard on dataset editor 2020-09-21 18:05:53 +03:00
apapachristou e7db9ee664 Adds discard on dataset editor (1st commit) 2020-09-18 18:51:42 +03:00
apapachristou 5944dfc005 Dataset editor changes on save 2020-09-17 18:48:13 +03:00
apapachristou 9596fd1595 New seperate dataset editor (1st commit) 2020-09-16 18:19:29 +03:00
George Kalampokis 4b87ab04e8 Allow Services to use tag if they have no source 2020-09-11 14:24:57 +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 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 2eb608a897 Add dataset from dmp editor 1st commit 2020-09-04 19:27:41 +03:00
apapachristou b908df98d7 Modified clone dmp 2020-09-03 12:52:35 +03:00
apapachristou b2977df4e5 Adds link on button "add dataset" on dmp cards 2020-08-31 19:08:32 +03:00
apapachristou 10eccf89eb Adds dataset editor on dmp editor 2020-07-29 18:04:19 +03:00
apapachristou 2ab58f2926 Add filters on the side on dmp listing 2020-07-07 13:12:57 +03:00
Diamantis Tziotzios 1615707418 Merge branch 'Development' into ui-redesign
# Conflicts:
#	dmp-frontend/src/app/app-routing.module.ts
#	dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss
#	dmp-frontend/src/app/ui/navbar/navbar.component.html
#	dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.html
#	dmp-frontend/src/assets/i18n/en.json
#	dmp-frontend/src/assets/i18n/es.json
#	dmp-frontend/src/assets/i18n/gr.json
2020-07-03 11:21:46 +03:00
apapachristou 5db3485079 Adds drafts listing on dashboard 2020-07-01 10:56:59 +03:00
George Kalampokis 7de37fa453 Fixed issue when using the copy dataset dialog 2020-06-29 16:48:15 +03:00
George Kalampokis 2e5faf5c05 Hide Uri field on Dataset Editor (ref #275) 2020-06-25 14:05:19 +03:00
George Kalampokis 8d9913c229 If data repositories have no source then use it's tag 2020-06-16 18:46:38 +03:00
George Kalampokis 46cfc3dae6 Add new fields for the Dataset Template (incomplete but functional) 2020-06-04 18:37:30 +03:00
George Kalampokis 2ba3f11687 Add additional editors for the remaining external references 2020-04-14 16:43:09 +03:00
George Kalampokis d2192f2be0 Improve external's dataset styling 2020-04-13 16:31:09 +03:00
George Kalampokis 3ce7fe7595 Allow to edit user created Data Repositories 2020-04-10 18:52:14 +03:00
George Kalampokis 21fe5bb621 Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
George Kalampokis 2c765dbc52 Fixed issue when canceling dataset edit after at least one change 2020-03-17 15:57:28 +02:00
George Kalampokis 35b89edabc Integrate Public Dataset Listing to regular Dataset Listing 2020-03-16 18:50:29 +02:00
George Kalampokis 98af721e89 Minor improvement on Tags Styling 2020-03-16 11:10:23 +02:00
George Kalampokis 389c41fedc Remove lock requests from published datasets 2020-03-13 18:37:40 +02:00
George Kalampokis 3eb323ba4b Fixed tags for finalized, locked and published datasets 2020-03-13 18:36:57 +02:00
George Kalampokis 9071faba38 Add dmp ids, organization, tags and last version (incomplete) to the elastic index 2020-03-11 11:04:49 +02:00
George Kalampokis 2b30d4e2d2 Fixed security issues with Dataset Description access 2020-02-26 13:36:42 +02:00
George Kalampokis 8098b8bafd Fix issue that prevented the creation of DMPs and Datasets 2020-02-11 18:29:40 +02:00
George Kalampokis b62c0f7ff5 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
George Kalampokis 4e5a48e6c4 Add additional checkups when editing DMPs and Datasets in order to ensure that no other user has edit them. (ref #240) 2020-02-10 18:21:06 +02:00
George Kalampokis 476915b23c The DMPs on Dataset Editor (+ wizard) will have creation time subtitle and are ordered by creation time descended 2020-01-16 16:00:58 +02:00
Diamantis Tziotzios 72310d8ff1 minor fix 2019-12-13 17:40:57 +02:00
gkolokythas 43134fa959 Fixes bug not saving properly new External References on Dataset Description. 2019-12-13 17:10:21 +02:00
gkolokythas e51f855737 Merge branch 'Development' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development 2019-12-13 13:36:39 +02:00
gkolokythas da031838d6 Adds filter on Datataset's editor DMP selector to only fetch DMPs with "Draft" status. (Issue #213) 2019-12-13 13:36:25 +02:00
Diamantis Tziotzios 32b56721f2 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-editor.model.ts
2019-12-13 13:16:17 +02:00
Diamantis Tziotzios 55b6da619f bug fixes 2019-12-13 13:15:12 +02:00
gkolokythas 52334aec6a Fixes bug on not creating new "External Datasets" and "Data Repositories". (Issue #212) 2019-12-13 13:05:58 +02:00
Diamantis Tziotzios 7c2a3b298d minor fix 2019-12-11 16:51:18 +02:00
Diamantis Tziotzios 16d57bd0ad dmp advanced editor changed to remain at the same page when saving 2019-12-11 16:51:03 +02:00
gkolokythas 1a160edece Adds "Update" button on finalized "Dataset Template". 2019-11-22 17:06:47 +02:00
gkolokythas 2b62cdbe4e 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
Diamantis Tziotzios 1ef0782989 dataset wizard fix 2019-11-18 16:17:55 +02:00
apapachristou 28a2326743 Styles wizards hover on home 2019-11-07 17:01:43 +02:00
apapachristou de5dcb7d4c Improves usability of Copy Dataset Description dialog 2019-11-07 16:37:07 +02:00
apapachristou a95c1ecc94 Edit dialogs to have similar style 2019-11-06 16:30:15 +02:00
gkolokythas 8567bcea91 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
apapachristou 8adfc1d46d Adds link to SingleAutoCompleteConfiguration 2019-11-04 17:51:08 +02:00
apapachristou 9ef7f7cb40 Makes disabled checks more secure 2019-10-31 13:08:00 +02:00
apapachristou d9c338a6e0 Removes page of view plans for particular grant and removes unnecessary horizontal scrollbar on dataset description edit 2019-10-30 10:54:41 +02:00
apapachristou a09abc2fbc Fixes bug on redirect if error occurs on opening /datasets/edit/:id (Issue #199) 2019-10-23 13:03:12 +03:00
Diamantis Tziotzios 4102386ecd toc style changes 2019-10-22 15:46:48 +03:00
apapachristou c1a6a8d30e Removes preview status of DMP at Dataset Public Editor. 2019-10-17 10:43:28 +03:00
apapachristou 9bdeaa6375 Fixes bug generated from previous commit. 2019-10-08 16:33:13 +03:00
apapachristou 7b53346703 Makes dmp/dataet editors mobile responsive 2019-10-08 14:20:22 +03:00
apapachristou 4e9a35605d Removes /grants, /grants/new, /grants/edit/:id 2019-10-04 10:53:35 +03:00
apapachristou 85c9022a90 Fixes style of button "Export" 2019-09-27 11:20:54 +03:00
apapachristou 586e6c2f64 Removes focus of button that opens dialog after close it. 2019-09-27 11:09:29 +03:00
apapachristou 568fa17a84 Merges the functionality of "Export" and "Advanced Export" buttons to a new button. (Issue #172) 2019-09-25 12:44:22 +03:00
apapachristou c4994843c8 Fixes bug on new Dataset Description button. (Issue #177) 2019-09-24 18:32:23 +03:00
apapachristou 1d5342fc52 Merge branch 'Development' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
# Conflicts:
#	dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts
2019-09-23 14:15:34 +03:00
apapachristou 74ae77edbc Fixes bug on External References undo finalize. (Issue #162) 2019-09-23 14:06:58 +03:00
gkolokythas d0c464cb31 Fixes various code missteps. 2019-09-23 12:11:00 +03:00
Diamantis Tziotzios e6891861e5 angular update to version 8 2019-09-23 11:17:03 +03:00
apapachristou 4f507eddf3 Add Description to External Datasets - (Issue #154) 2019-09-23 10:21:12 +03:00
gkolokythas e853c8c44a Adds clear autocomplete when you select value functionality at External References. (Issue #155) 2019-09-19 18:05:20 +03:00
apapachristou 0c27746465 Changes color palette 2019-09-19 13:00:00 +03:00
gkolokythas 3164ee4144 Fixes Dataset Description not updating two External References (Registries, Services) when harvesting from external url. 2019-09-16 18:26:18 +03:00
apapachristou 534b8814e7 Fixes bugs on dataset editor on external references tab 2019-09-16 11:09:41 +03:00
gkolokythas 7e78cfdff0 Adds mock up files for external sources. 2019-09-13 16:45:02 +03:00
apapachristou 3c3f209176 Fixes merge on load Datase tProfiles 2019-09-13 13:58:36 +03:00
apapachristou 07e239be92 Fixes bug on add dataset on get dataset profile form 2019-09-13 13:35:45 +03:00
gkolokythas 1f79c9d3e5 Optimizes the number of database calls when fetching a Dataset Description. 2019-09-06 12:20:32 +03:00
gkolokythas 1b83d57bcd Fixes titles and subtitles on Dataset Description's "External References" tab. 2019-09-05 17:50:45 +03:00
apapachristou 7b921a7ede Adds subtitle message on null or undefined source 2019-09-04 10:37:44 +03:00
apapachristou 46e62b01df Adds subtitles and hint on external data autocomplete 2019-08-30 18:06:12 +03:00
gkolokythas f38a8fd36b Fixes bug on creating a new Dataset Description of an existing DMP. 2019-08-21 13:20:05 +03:00
apapachristou 06b54ba8e6 Renames "Project" to "Grant on frontend. (Issue #145) 2019-08-01 10:54:40 +03:00
gkolokythas 68b699ea63 Fixes bug not showing the chip label of external references on Dataset Description edit. 2019-07-29 11:20:42 +03:00
gkolokythas 39b0ca0140 Fixes bug on showing deleted Dataset Descriptions and fixes language on Dataset Description Template version update. 2019-07-26 11:37:26 +03:00
apapachristou 953e1e70b0 Adds condition for disabled buttons for specific Form Validation template 2019-07-02 18:28:43 +03:00
apapachristou 758c72ed2e Adds button to change Dataset Status, if DMP is Draft 2019-06-27 18:13:33 +03:00
apapachristou 4a3a6cac90 Adds Confirmation Dialog on fianalize Dataset 2019-06-26 12:24:06 +03:00
apapachristou ff270185bd Use of Status Enum on all .ts files 2019-06-25 12:16:37 +03:00
apapachristou 74ed505702 Use of enum DmpStatus 2019-06-24 17:30:30 +03:00
apapachristou 0296b18022 Fixes lowercase on finalize button 2019-06-21 18:36:16 +03:00
apapachristou 9de8e7d723 Fixes bug on New Dataset, on tab Description 2019-06-21 16:48:22 +03:00
apapachristou 60d05bd374 Adds breadcrumbs everywhere - (Ticket #86) and adds related dmps filter on public datasets 2019-06-11 11:25:32 +03:00
apapachristou d80a0837af Fixes breadcrumbs context, Removes actions on public dmp overview 2019-06-07 18:21:09 +03:00