Simulateurs et librairies de calculs pour les indépendants.

2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the '@akimeo/modele' codebase by splitting the existing `personne.ts` and `foyer.ts` files into multiple files organized by type (types.ts, constants.ts, helpers.ts, schemas.ts) to improve code organization and maintainability. This involves moving existing code into the new files and managing dependencies to avoid circular imports.

Complexity: 3/5
good first issue technique

Simulateurs et librairies de calculs pour les indépendants.

TypeScript

AI Summary: Refactor the `@akimeo/fiscal` package to improve code organization. This involves splitting the `calculer-ir.ts` file into multiple files, each exporting a single function, and organizing these files into subdirectories (e.g., `src/ir/`, `src/is/`) for better maintainability as the package grows.

Complexity: 2/5
good first issue technique

Simulateurs et librairies de calculs pour les indépendants.

TypeScript