videoflix/backend/video_app
2025-05-14 04:49:40 +02:00
..
migrations refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
__init__.py refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
admin.py feat: implement VideoProgressService for persistent video progress tracking, refactor video player setup, and enhance backend (model/serializer/view) to support progress saving 2025-05-14 04:49:40 +02:00
apps.py refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
class_assets.py refactor: improve code readability and maintainability across components 2025-05-02 17:20:17 +02:00
models.py feat: implement VideoProgressService for persistent video progress tracking, refactor video player setup, and enhance backend (model/serializer/view) to support progress saving 2025-05-14 04:49:40 +02:00
serializer.py feat: implement VideoProgressService for persistent video progress tracking, refactor video player setup, and enhance backend (model/serializer/view) to support progress saving 2025-05-14 04:49:40 +02:00
services.py test: add more tests for video_app and move file validation to serializer 2025-05-11 09:27:05 +02:00
signals.py feat: ensure video entry is only visible after thumbnail creation and processing ("is_available") 2025-05-10 13:40:48 +02:00
tasks.py refactor: renamed function and updated docstring to clarify creation of video preview clip 2025-05-12 20:49:15 +02:00
tests.py test: add more tests for video_app and move file validation to serializer 2025-05-11 09:27:05 +02:00
views.py feat: implement VideoProgressService for persistent video progress tracking, refactor video player setup, and enhance backend (model/serializer/view) to support progress saving 2025-05-14 04:49:40 +02:00