Commit Graph

2034 Commits

Author SHA1 Message Date
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 868de6bf78 Merge branch 'AdminTemplateRedesign' into WizardDescriptionRefactor 2021-03-18 14:53:43 +02:00
Kristian Ntavidi 19ae882af9 Cookies Consent Lax Fix 2021-03-18 14:48:58 +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 615d30b977 About Page (How it works). Polishing UI. When click red dots navigate to more info tab. Sharpening images. 2021-03-10 18:43:49 +02:00
Kristian Ntavidi 1528b91736 About How it works page Redesign . Basic outline.
(cherry picked from commit e26c700cd3)
2021-03-10 13:11:58 +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 8a9277f0e6 portuguese language addition
(cherry picked from commit 930ef59936)
2021-02-12 13:06:08 +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
Diamantis Tziotzios 3ce5302bac serbian language added 2021-01-26 20:12:37 +02:00
Diamantis Tziotzios 148bba67ce Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development 2021-01-22 10:32:21 +02:00
Diamantis Tziotzios 3a27f66dc5 ci changes 2021-01-22 10:32:07 +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
Diamantis Tziotzios f30392864c ci updates 2020-12-16 14:19:58 +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
Diamantis Tziotzios eb153e84bc analytics fix 2020-12-14 16:27:07 +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 2f61e47139 On focus out of autocompletes clear value if not selected option (to be reviewed) 2020-11-25 18:08:51 +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 f5d5835edb Style fix on tour guide panel 2020-11-25 13:43:01 +02:00
apapachristou 208824f55b Adds guided tour on dashboard for new user 2020-11-24 19:09:10 +02:00
apapachristou c796745c73 Adds language 2020-11-24 19:05:32 +02:00
apapachristou 4c94b48b2b Fix style on confirmation dialog button 2020-11-24 19:04:37 +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
George Kalampokis 25d408c113 Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot.git into Development 2020-11-18 09:40:40 +02:00
apapachristou 644d616ef8 Add notification messages on click save of user profile 2020-11-17 19:57:39 +02:00
George Kalampokis 54e0ac6ad4 Fix minor issue with DatePipe Greek culture 2020-11-17 16:37:23 +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 523a551e0a with previous commit 2020-11-06 14:21:32 +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 0c9396bc11 Fix for style layout 2020-10-30 17:56:24 +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
George Kalampokis 9674ec2b6b Add user merge related services and updates on existing services on the frontend 2020-10-26 10:36:20 +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