hanhwa_nexacro/server/api
DongHeon Jang 087a274f47 Implement upload batch deletion and role-based access control
- Added functionality to delete upload batches and related validation issues, accessible only to users with the 'OPERATOR' role.
- Updated the UploadController to handle DELETE requests for batch deletions.
- Enhanced the UploadService to manage the deletion process, ensuring related data is also removed.
- Modified the frontend to disable upload and delete buttons based on user roles, improving security and user experience.
- Added integration tests to verify that only operators can delete upload batches and that validation issues are removed accordingly.
2026-04-17 11:13:47 +09:00
..
src Implement upload batch deletion and role-based access control 2026-04-17 11:13:47 +09:00
Dockerfile Initial Hanwha Nexacro demo scaffold 2026-04-12 11:39:43 +09:00
build.gradle Initial Hanwha Nexacro demo scaffold 2026-04-12 11:39:43 +09:00
settings.gradle Initial Hanwha Nexacro demo scaffold 2026-04-12 11:39:43 +09:00