infoalloggi-monorepo/apps/backend
Marco Pedone f4262b8711 feat: Refactor video handling in announcements
- Updated the announcement detail component to directly use images and videos from the data structure.
- Changed the form edit component to accommodate the new media structure, replacing AnnunciWithImages with AnnunciWithMedia.
- Modified the announcements list to initialize videos as an empty array.
- Enhanced the announcement view to handle external videos and updated the footer to display them correctly.
- Introduced a new utility function to generate YouTube embed URLs.
- Updated the database schema to replace url_video with external_videos and added a new videos_refs table for video management.
- Implemented video processing logic, including downloading, transcoding, and thumbnail generation.
- Added migration scripts for the new videos_refs table and updated existing references in the database.
2025-11-18 15:20:14 +01:00
..
config feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
db Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
parser feat: implement email parsing and validation in parser package 2025-09-03 10:02:04 +02:00
public/views Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
queries feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
scripts Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
typesdefs feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
utils Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
.air.toml feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
.dockerignore Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
.gitignore Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
Dockerfile feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
fallback.webp init 2025-08-04 17:45:44 +02:00
from_bkp.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
go.mod Update dependencies in go.mod and go.sum to latest versions 2025-08-05 10:06:17 +02:00
go.sum Update dependencies in go.mod and go.sum to latest versions 2025-08-05 10:06:17 +02:00
images.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
miogest_handler.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
server.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
storage.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
test.jpg init 2025-08-04 17:45:44 +02:00
TODO init 2025-08-04 17:45:44 +02:00
video.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00