infoalloggi-monorepo/apps/infoalloggi/src/schemas/public
Marco Pedone 9c18ca37ab Refactor API structure and update flag handling
- Replaced references to `api.settings` with `api.etichette`, `api.flags`, and `api.strings` in various admin pages to align with new API structure.
- Removed the deprecated `settingsRouter` and introduced `flagsRouter`, `etichetteRouter`, and `stringsRouter` to handle respective functionalities.
- Updated the `Flags` schema to change the `value` field from string to boolean.
- Modified flag handling logic in the `SendMessage` and `NewMail` functions to check for boolean flags instead of string values.
- Added migration script to convert the `value` column in the `flags` table from string to boolean.
- Implemented new routers for banners, etichette, flags, revalidation, and strings to encapsulate related functionalities.
2025-11-20 12:38:42 +01:00
..
Annunci.ts feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
Banlist.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Banners.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
BanType.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Chats.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
ChatsEtichette.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Comuni.ts feat: add Comuni, Provincie, and Nazioni tables with primary keys and indexes; update PublicSchema to include new tables 2025-11-13 11:38:41 +01:00
Emails.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Etichette.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
EventQueue.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Flags.ts Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
GenericStatusEnum.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
ImagesRefs.ts Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
Messages.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Nazioni.ts feat: add Comuni, Provincie, and Nazioni tables with primary keys and indexes; update PublicSchema to include new tables 2025-11-13 11:38:41 +01:00
OrderTypeEnum.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Ordini.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Payments.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
PaymentStatusEnum.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Prezziario.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Provincie.ts feat: add Comuni, Provincie, and Nazioni tables with primary keys and indexes; update PublicSchema to include new tables 2025-11-13 11:38:41 +01:00
PublicSchema.ts feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00
Ratelimiter.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Servizio.ts feat: enhance user management and document handling; refactor service and schema integrations 2025-11-10 16:27:15 +01:00
ServizioAnnunci.ts feat: enhance user management and document handling; refactor service and schema integrations 2025-11-10 16:27:15 +01:00
ServizioInteressi.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
TestiEStringhe.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
TipologiaPosizioneEnum.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
Users.ts Refactor TypeScript schemas and enums for consistency and readability 2025-10-21 18:42:03 +02:00
UsersAnagrafica.ts feat: enhance user management and document handling; refactor service and schema integrations 2025-11-10 16:27:15 +01:00
UsersStorage.ts Refactor service document handling and contact modal 2025-10-29 09:39:06 +01:00
VideosRefs.ts feat: Refactor video handling in announcements 2025-11-18 15:20:14 +01:00