infoalloggi-monorepo/apps/infoalloggi
Marco Pedone 967935f0a8 Refactor comuni and provincie data structures; add dynamic FormDebug component
- Updated `initializeComuniNames` to accept an optional `provincia` parameter for filtering comuni by province.
- Renamed `getComuniNames` to `getComuni` and modified it to return an array of objects containing both comune names and their respective province siglas.
- Introduced `provincieWithSigla` array to map province names to their siglas, along with a new function `getProvinciaFromSigla` for retrieving province names based on sigla.
- Added a dynamic import for the `FormDebug` component to facilitate debugging in development mode while preventing it from rendering in production.
- Commented out console logs in `checkFiscalCodeValidity` for cleaner production output.
2025-10-30 18:13:50 +01:00
..
.github feat: add revalidation functionality and integrate it into various components and API routes 2025-10-17 19:14:27 +02:00
.vscode cleanup 2025-10-21 16:57:59 +02:00
biome_plugins feat: add new biome plugins for enforcing select and where clauses, remove deprecated kysely rules 2025-09-01 09:04:02 +02:00
emails chore: update biome schema and dependencies, refactor key usage in components 2025-10-28 11:55:01 +01:00
public fix: update og.jpg image for improved Open Graph representation 2025-10-07 18:40:58 +02:00
src Refactor comuni and provincie data structures; add dynamic FormDebug component 2025-10-30 18:13:50 +01:00
.dockerignore eslint migration biome 2025-08-28 18:27:07 +02:00
.kanelrc.js feat: Update ignored tables in kanel config, enhance TODOs, remove obsolete migration, and improve styling in annuncio card component 2025-10-29 17:57:59 +01:00
biome.json chore: update biome schema and dependencies, refactor key usage in components 2025-10-28 11:55:01 +01:00
components.json fix: update global CSS file name and add new Radix UI components 2025-10-21 14:35:06 +02:00
dev-docker-compose.yml refactor: remove unused production compose script and update service references in dev_utils_compose.sh 2025-10-28 14:44:14 +01:00
dev_utils_compose.sh refactor: remove unused production compose script and update service references in dev_utils_compose.sh 2025-10-28 14:44:14 +01:00
Dockerfile refactor: update storage-related API and components for improved functionality 2025-10-24 18:05:51 +02:00
knip.json cleanup 2025-10-28 10:54:42 +01:00
next.config.ts Refactor image handling in announcement components 2025-10-27 17:58:42 +01:00
package-lock.json Merge pull request #321 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/axios-1.12.2 2025-10-30 09:51:59 +01:00
package.json chore: update biome schema and dependencies, refactor key usage in components 2025-10-28 11:55:01 +01:00
pgadmin-docker-compose.yml init 2025-08-04 17:45:44 +02:00
postcss.config.cjs eslint migration biome 2025-08-28 18:27:07 +02:00
reset.d.ts init 2025-08-04 17:45:44 +02:00
TODO feat: Update ignored tables in kanel config, enhance TODOs, remove obsolete migration, and improve styling in annuncio card component 2025-10-29 17:57:59 +01:00
tsconfig.json refactor: remove check-env-vars.js and update lint script to streamline environment checks 2025-10-20 16:42:43 +02:00
TypeHelpers.type.ts formatt 2025-08-29 16:18:32 +02:00