tethys.backend/resources/js/Pages/Editor/Dataset
Arno Kaimbacher be6b38d0a3 hotfix (dataset): implement reject to reviewer functionality for editors
- Added "rejected_to_reviewer" state to the `ServerStates` enum.
- Implemented routes and controller actions (`rejectToReviewer`, `rejectToReviewerUpdate`) for editors to reject datasets back to reviewers with a rejection note.
- Added UI elements (button) in the editor dataset index and publish views to trigger the "reject to reviewer" action.
- Updated the reviewer dataset index view to display datasets in the "rejected_to_reviewer" state and show the editor's rejection note.
- Modified the reviewer dataset review page to allow reviewers to view and accept datasets that have been rejected back to them by editors.
- Updated the database migration to include the "rejected_to_reviewer" state in the `documents_server_state_check` constraint.
- Updated dependencies (pinia, redis).
2025-05-02 14:35:58 +02:00
..
Approve.vue - now authenticated user can change password with check of old password and password confirmination 2023-12-12 15:22:25 +01:00
Category.vue hotfix (dataset): improve dataset classification and review workflow 2025-04-24 18:25:07 +02:00
Doi.vue feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
Edit.vue hotfix(dataset): enhance dataset creation and editing forms 2025-04-09 13:00:37 +02:00
Index.vue hotfix (dataset): implement reject to reviewer functionality for editors 2025-05-02 14:35:58 +02:00
Publish.vue hotfix (dataset): implement reject to reviewer functionality for editors 2025-05-02 14:35:58 +02:00
Receive.vue - now authenticated user can change password with check of old password and password confirmination 2023-12-12 15:22:25 +01:00
Reject.vue - improved vies and controllers for rejecting datasets with email for reviewer and editor role 2024-09-26 13:51:35 +02:00
RejectToReviewer.vue hotfix (dataset): implement reject to reviewer functionality for editors 2025-05-02 14:35:58 +02:00