infoalloggi-monorepo/apps/backend
Marco Pedone 8fe0b6636d Refactor TypeScript schemas and enums for consistency and readability
- Updated enum definitions in PaymentStatusEnum and TipologiaPosizioneEnum to use single quotes and consistent formatting.
- Refactored Payments, Prezziario, Ratelimiter, Servizio, and other schema files to ensure consistent indentation and formatting.
- Added `updated_at` field to various queries in interests and servizio controllers.
- Removed unused imageCache utility file.
2025-10-21 18:42:03 +02:00
..
config Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02: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 TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
scripts Refactor test script to use echo for testing success instead of ping 2025-08-18 10:29:11 +02:00
storage_handlers Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
typesdefs fix: update data extraction and parsing for availability, permanence, and people in Annuncio 2025-08-27 17:03:57 +02:00
utils feat: refactor image handling and parsing logic, improve utility functions, and enhance route management 2025-10-15 14:27:06 +02:00
.air.toml init 2025-08-04 17:45:44 +02:00
.dockerignore Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
.gitignore Add .dockerignore files and remove migration.sql 2025-08-28 14:58:43 +02:00
docker-compose.yml Remove sysctl settings from keydb service in docker-compose.yml and add TELEFONO field to user seed data in 3_seed_user.sql 2025-08-04 18:40:39 +02:00
Dockerfile feat: update Docker configuration and add nginx setup for reverse proxy 2025-10-10 15:11:09 +02:00
fallback.webp init 2025-08-04 17:45:44 +02:00
from_bkp.go feat: refactor image handling and parsing logic, improve utility functions, and enhance route management 2025-10-15 14:27:06 +02: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
image_handler.go feat: refactor image handling and parsing logic, improve utility functions, and enhance route management 2025-10-15 14:27:06 +02:00
images.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
miogest_handler.go feat: update GetAnnuncioParsed and ParseAnnunci methods for improved filtering and error handling 2025-10-15 14:52:30 +02:00
server.go feat: update GetAnnuncioParsed and ParseAnnunci methods for improved filtering and error handling 2025-10-15 14:52:30 +02:00
storage.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
test.jpg init 2025-08-04 17:45:44 +02:00
TODO init 2025-08-04 17:45:44 +02:00