infoalloggi-monorepo/apps/backend/queries
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
..
annunci.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
images.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
queries.go Refactor database handling and queries 2025-08-22 10:11:07 +02:00
videos.go feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00