infoalloggi-monorepo/apps
Marco Pedone 7b76132a94 feat: implement codice fiscale calculation and validation
- Added `CalcolaCodiceFiscale` function to calculate Italian fiscal code based on name, surname, birth date, gender, and municipality code.
- Introduced utility functions for generating parts of the fiscal code, including handling special cases for names and surnames.
- Created tests for the fiscal code calculation covering various scenarios.
- Updated forms to enforce a maximum length for the fiscal code input.
- Added `vitest` for testing and configured it with Vite.
- Updated package dependencies to include testing libraries and Vite plugins.
2026-03-05 15:17:09 +01:00
..
backend feat: enhance update feedback with loading and success messages in forms and video processing 2026-03-02 16:33:54 +01:00
db refactor: remove company-related fields from user forms and schemas 2026-02-19 11:45:09 +01:00
infoalloggi feat: implement codice fiscale calculation and validation 2026-03-05 15:17:09 +01:00