infoalloggi-monorepo/apps/backend
Marco Pedone 208deeac28 Refactor image handling in announcement components
- Updated CardAnnuncio and related components to use a new images structure instead of url_immagini.
- Removed references to url_immagini and replaced them with images array containing img and thumb properties.
- Adjusted API responses to include images in the new format.
- Modified middleware and storage service to accommodate new image handling.
- Cleaned up unused code and schemas related to old image references.
- Updated Docker configuration for storage service.
2025-10-27 17:58:42 +01:00
..
config Refactor image handling in announcement components 2025-10-27 17:58:42 +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 Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
scripts Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
typesdefs Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
utils Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
.air.toml Refactor image handling in announcement components 2025-10-27 17:58:42 +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 Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
fallback.webp init 2025-08-04 17:45:44 +02:00
from_bkp.go Refactor image handling in announcement components 2025-10-27 17:58:42 +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 Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
miogest_handler.go Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
server.go Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
storage.go Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
test.jpg init 2025-08-04 17:45:44 +02:00
TODO init 2025-08-04 17:45:44 +02:00