As a content manager I want to upload and assign an intro video to a profession in the CMS
so that users of the app can view a short introduction video when opening that profession’s module.
Acceptance Criteria:
- The CMS provides a video upload option (MP4 format, max 100 MB?) when editing a profession.
- The uploaded video is stored and linked to the selected profession in the backend.
- A preview of the video is shown in the profession’s edit page.
- Editors can replace or delete an existing video.
- The API endpoint includes a field if a video exists.
- Upload progress and status (success, error) are clearly displayed.
- Only users with editor/admin permissions can upload or manage videos.
Technical Tasks: