infoalloggi-monorepo/apps/infoalloggi/src/pages/servizio
Marco Pedone ed7359aa16 refactor: update confirmation handling in service announcements
- Changed the confirmation status checks from `accettato_conferma_at` to `status_conferma` in various components and controllers.
- Introduced a new `StatusConfermaEnum` to standardize confirmation statuses.
- Removed deprecated confirmation-related fields from the `ServizioAnnunci` schema.
- Deleted unused confirmation-related API methods and adjusted related logic in the service controller.
- Updated the search parameters schema to use the new confirmation status.
- Removed the `conferma-immobile` and `riapri-conferma` pages as they are no longer needed.
2026-04-09 16:17:24 +02:00
..
bonifico-checkout feat: implement redirectTo500 utility for consistent error handling across pages 2026-03-17 18:44:53 +01:00
condizioni feat: implement redirectTo500 utility for consistent error handling across pages 2026-03-17 18:44:53 +01:00
contratto refactor: rename getServizioAnnuncio to getServizioContratto and update related logic in servizio router 2026-04-09 16:03:32 +02:00
contratto-registrazione refactor: rename getServizioAnnuncio to getServizioContratto and update related logic in servizio router 2026-04-09 16:03:32 +02:00
onboard feat: implement redirectTo500 utility for consistent error handling across pages 2026-03-17 18:44:53 +01:00
pagamento-checkout feat: implement Stripe reports management for admin panel 2026-04-03 18:57:39 +02:00
ricevuta-cortesia feat: implement Stripe reports management for admin panel 2026-04-03 18:57:39 +02:00
pagamento-status.tsx feat: refactor button imports and usage across forms and pages for consistency 2026-03-18 18:01:02 +01:00
pagamento.tsx feat: implement saldo preview functionality in payment process and update receipt generation 2026-03-27 20:23:21 +01:00