- Add video upload endpoint POST /courses/:id/lessons/:lesson_id/video - Add VideoTranscodeService for multi-bitrate HLS (720p/480p/360p) - Add VideoTranscodeWorker for async lesson video processing - Add SetLessonVideoPath and UpdateLessonTranscoding to education service - Add uploadLessonVideo to frontend educationService with progress - Add comprehensive handler tests (video upload, auth, validation) - Add service-level tests (models, slugs, clamping, errors, UUIDs) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| analytics_job.go | ||
| analytics_job_test.go | ||
| email_job.go | ||
| email_job_test.go | ||
| hard_delete_worker.go | ||
| hls_transcode_worker.go | ||
| job_worker.go | ||
| job_worker_test.go | ||
| playback_analytics_worker.go | ||
| playback_analytics_worker_test.go | ||
| playback_retention_worker.go | ||
| playback_retention_worker_test.go | ||
| thumbnail_job.go | ||
| thumbnail_job_test.go | ||
| video_transcode_worker.go | ||
| webhook_worker.go | ||