sass-imobiliaria/backend/app
MatheusAlves96 d363a09f36 feat(backend): add video_url and video_position to properties
- Model: video_url VARCHAR(512) nullable, video_position VARCHAR(20) default 'section'
- Migration: k3l4m5n6o7p8_add_video_to_properties
- Admin route: expose/accept video_url (sanitize empty->NULL) and video_position
- Public schema: PropertyDetailOut exposes both fields
2026-04-22 23:57:28 -03:00
..
models feat(backend): add video_url and video_position to properties 2026-04-22 23:57:28 -03:00
routes feat(backend): add video_url and video_position to properties 2026-04-22 23:57:28 -03:00
schemas feat(backend): add video_url and video_position to properties 2026-04-22 23:57:28 -03:00
utils feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
__init__.py fix: health check route via /api/health to match Traefik PathPrefix rule 2026-04-22 22:44:43 -03:00
config.py feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
extensions.py feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00