tethys.backend/resources/js/Components
Arno Kaimbacher f04c1f6327 hotfix: enhance editor dataset management and UI improvements
- Implemented dataset editing functionality for editor roles, including fetching, updating, and categorizing datasets.
- Added routes and controller actions for editing, updating, and categorizing datasets within the editor interface.
- Integrated UI components for managing dataset metadata, subjects, references, and files.
- Enhanced keyword management with features for adding, editing, and deleting keywords, including handling keywords used by multiple datasets.
- Improved reference management with features for adding, editing, and deleting dataset references.
- Added validation for dataset updates using the `updateEditorDatasetValidator`.
- Updated the dataset edit form to include components for managing titles, descriptions, authors, contributors, licenses, coverage, subjects, references, and files.
- Implemented transaction management for dataset updates to ensure data consistency.
- Added a download route for files associated with datasets.
- Improved the UI for displaying and interacting with datasets in the editor index view, including adding edit and categorize buttons.
- Fixed an issue where the file size was not correctly calculated.
- Added a tooltip to the keyword value column in the TableKeywords component to explain the editability of keywords.
- Added a section to display keywords that are marked for deletion.
- Added a section to display references that are marked for deletion.
- Added a restore button to the references to delete section to restore references.
- Updated the SearchCategoryAutocomplete component to support read-only mode.
- Updated the FormControl component to support read-only mode.
- Added icons and styling improvements to various components.
- Added a default value for subjectsToDelete and referencesToDelete in the dataset model.
- Updated the FooterBar component to use the JustboilLogo component.
- Updated the app.ts file to fetch chart data without a year parameter.
- Updated the Login.vue file to invert the logo in dark mode.
- Updated the AccountInfo.vue file to add a Head component.
2025-04-08 14:16:35 +02:00
..
Admin - added own provider for drive methods 2024-04-23 19:36:45 +02:00
Charts - HomeController.ts: addes api method for showing number of publications per month for given year 2024-02-02 14:00:54 +01:00
FirstrunWizard - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
Icons feat: Enhance dataset management and improve frontend components 2024-11-29 15:46:26 +01:00
Map hotfix: update @types/leaflet and adjust map styling 2025-03-17 12:17:47 +01:00
SimplePasswordMeter hotfix(admin/user): implement password reset and update user password 2025-03-19 15:52:37 +01:00
unused feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
.FormField.vue.swo feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
action-message.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
AsideMenu.vue - advanced AsideMenuList.vue, AsideMenuItem.vue 2023-11-29 16:52:41 +01:00
AsideMenuItem.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
AsideMenuLayer.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
AsideMenuList.vue - advanced AsideMenuList.vue, AsideMenuItem.vue 2023-11-29 16:52:41 +01:00
avatar-input.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
BaseButton.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
BaseButtons.vue - prettier formatting 2023-10-31 15:38:43 +01:00
BaseDivider.vue - prettier formatting 2023-10-31 15:38:43 +01:00
BaseIcon.vue - prettier formatting 2023-10-31 15:38:43 +01:00
BaseLevel.vue - add validator for checking languages of translated titles and description 2023-03-24 11:41:52 +01:00
CardBox.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
CardBoxClient.vue hotfix (dashboard): display allow email contact in card box client 2025-03-31 15:14:34 +02:00
CardBoxDataset.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
CardBoxModal.vue hotfix: enhance dataset creation and modal styling 2025-03-19 13:28:02 +01:00
CardBoxTransaction.vue - prettier formatting 2023-10-31 15:38:43 +01:00
CardBoxWidget.vue hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
FileUpload.vue hotfix(dataset): enhance file upload and update functionality 2025-04-01 13:39:02 +02:00
FooterBar.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
FormCheckRadio.vue hotfix (dashboard): display allow email contact in card box client 2025-03-31 15:14:34 +02:00
FormCheckRadioGroup.vue hotfix(dataset): enhance radio button and checkbox components and add arrayContainsTypes validation 2025-03-28 17:34:46 +01:00
FormControl.vue hotfixfix: enhance FormControl styling for read-only state 2025-03-31 17:42:59 +02:00
FormControlIcon.vue initial commit 2023-03-03 16:54:28 +01:00
FormField.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00
FormFilePicker.vue initial commit 2023-03-03 16:54:28 +01:00
FormInput.vue - remove VOLUME assignments from DOXKERFILE 2023-10-17 15:45:41 +02:00
FormValidationErrors.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
Header.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
IconRounded.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
JustboilLogo.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
MimetypeInput.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
NavBar.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
NavBarItem.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
NavBarItemLabel.vue - add AvatarController.ts 2023-12-15 17:17:33 +01:00
NavBarMenu.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
NavBarSearch.vue - now authenticated user can change password with check of old password and password confirmination 2023-12-12 15:22:25 +01:00
NcActions.vue - added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons 2023-12-21 09:30:21 +01:00
NcButton.vue - added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons 2023-12-21 09:30:21 +01:00
NcModal.vue - added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons 2023-12-21 09:30:21 +01:00
NCNoteCard.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
NcSettingsSection.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
NotificationBar.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
NotificationBarInCard.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
NotificationToast.vue - add EventEmmitter for directly binding Events to component 2023-03-31 14:54:15 +02:00
NumberDynamic.vue - prettier formatting 2023-10-31 15:38:43 +01:00
OverlayLayer.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
Pagination.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
PersonalSettings.vue - added backup codes for 2 factor authentication 2024-07-08 13:52:20 +02:00
PersonalTotpSettings.vue - added backup codes for 2 factor authentication 2024-07-08 13:52:20 +02:00
PillTag.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
PillTagTrend.vue - prettier formatting 2023-10-31 15:38:43 +01:00
ResponsiveNavLink.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SearchAutocomplete.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SearchCategoryAutocomplete.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
SectionBanner.vue initial commit 2023-03-03 16:54:28 +01:00
SectionBannerStarOnGitea.vue feat: Add alternate mimetype support, enhance validation for alternate mimetypes, and improve script loading performance 2025-02-13 15:49:09 +01:00
SectionFullScreen.vue - added own provider for drive methods 2024-04-23 19:36:45 +02:00
SectionMain.vue - renamings to the new naming convetion for adonisjs version 6 2024-04-29 11:25:50 +02:00
SectionTitle.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SectionTitleLineWithButton.vue - prettier formatting 2023-10-31 15:38:43 +01:00
SetupConfirmation.vue - npm updates 2024-02-14 13:47:10 +01:00
TableCheckboxCell.vue - prettier formatting 2023-10-31 15:38:43 +01:00
TableKeywords.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
TablePersons.vue - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
TableSampleClients.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
UserAvatar.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
UserAvatarCurrentUser.vue feat: Integrate official drive_provider, update user profile features & UI improvements 2025-02-27 16:24:25 +01:00