L'assistant officiel des entrepreneurs https://mon-entreprise.urssaf.fr
 
 
 
 
Go to file
Maxime Quandalle 6de970f0e3 🔥 Migration vers TypeScript
Outils
======

Ce commit retire le tooling de Flow, et ajoute le support de TypeScript
pour les fichiers .ts et .tsx. Il n'est pas nécessaire de tout migrer
d'un coup ce qui facilite la transition. On garde en effet le
compilateur Babel avec un preset TypeScript (ce qui permet donc de
retirer à la fois les types Flow et TypeScript) plutôt que d'utiliser le
compilateur standard pour la conversion du code. Cela permet aussi de
mieux s'intégrer avec d'autres outils, notamment les test-runners.

Ajout d'une nouvelle commande `yarn run type-check`, intégrée dans
CircleCI.

Par ailleurs ajout du support de l'opérateur ?? pour donner des valeurs
par défaut (nullish-coalescing-operator).

Typage des libraires tierces
============================

Les principales libraires que nous utilisons ont un typage TypeScript de
bon niveau, ce qui facilite l'intégration. J'ai mis à jour react-i18next
et i18next afin de corriger un problème de typage.

Typage du code
==============

Le typage est loin d'être complet dans ce commit, en particulier il
manque les types relatifs au state Redux, ainsi qu'au moteur (règle,
explication). Néanmoins le typage des contextes fonctionne, en
particulier sitePaths (avec un type récursif non trivial !) qui a déjà
permis de détecter un lien mort.

Le typage des "paths" (Components/, Règles/, etc.) fonctionne bien, y
compris avec l'auto-complétion automatique des import par Typescript.

TypeScript se révèle déjà bien agréable dans VSCode (auto-complétion,
refacto, etc.) ! Reste à migrer progressivement le reste du code !
2019-10-30 10:20:48 +01:00
.vscode 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
cypress remove header from integrations 2019-10-24 15:51:07 +02:00
source 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
test 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
.eslintrc.yaml 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
.gitconfig add .gitconfig 2018-09-05 11:22:28 +02:00
.gitignore Nouvelle cible webpack 'engine' 2018-11-23 16:01:12 +00:00
.prettierrc 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
CONTRIBUTION.md 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
LICENSE 📝 MAJ de la date de la license 2018-01-24 10:53:50 +01:00
README.md Renommage de syso en mon-entreprise 2019-09-25 17:53:55 +02:00
babel.config.js 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
circle.yml 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
componentTestSetup.js 🎨 Format the currencies depending on the locale 2018-05-09 11:24:01 +02:00
crédits-icônes.yaml wip 2018-08-04 12:11:34 +02:00
cypress.json Ajoute des tests extensif pour tous les simulateurs 2019-10-23 12:21:48 +02:00
formeJuridique.yaml Remplacemement des formats en unités dans les tests 2019-07-12 10:33:02 +02:00
index.html Fin du drapeau en berne 2019-10-01 10:33:51 +02:00
jest.config.js 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
manifest.webmanifest 🎨 ajoute une favicon 2019-06-12 17:49:12 +02:00
netlify.toml Ajoute des tests extensif pour tous les simulateurs 2019-10-23 12:21:48 +02:00
package.json 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
postcss.config.js 🐛 Fix the seo critical problem 2018-11-06 17:27:35 +01:00
serve.infrance.json 🐎 prerender les principales landing pages 2018-10-18 16:36:45 +02:00
serve.mon-entreprise.json ajoute des tests E2E pour mon-entreprise & mycompanyinfrance 2019-02-07 18:43:53 +01:00
tsconfig.json 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00
yarn.lock 🔥 Migration vers TypeScript 2019-10-30 10:20:48 +01:00

README.md

logo mon-entreprise.fr

This repository powers mycompanyinfrance.fr and mon-entreprise.fr.

It's a React, Redux, Webpack website hosted on Netlify with no backend.

The hiring simulator, available on both websites, embeds a model of the french tax system as a YAML domain specific language. It enables displaying the computing rules on the Web and having a single source of logic for both the computation engine (a JS library) and the generated end-user conversation-like form.

The engine with the French tax law is available as a NPM module and explained on the wiki.

Developed by the french public startup incubator, beta.gouv.fr, with the help of the social security contributions collector, URSSAF.

Most of the documentation (including issues and the wiki) is written in french, please raise an issue if you are interested and do not speak French.

Contribute

If you want to contribute to this application, please check out CONTRIBUTION.md.

Supported browsers

The website will run well on modern browsers. Internet Explorer is not supported anymore (it should work but with visual glitches and performance issues).

This compatibility is tested thanks to BrowserStack's free open source program.

Logo de Browserstack, notre solution de tests manuels