4715aaf829
Prochaine étape : en déduire un formulaire qui pose les questions Pour ça, adapter le moteur pour que les 'une possibilités' soient des formules, parcourues pour collecter les variables et calculer les possibles, puis proposer dans la question les seuls possibles. Ensuite : peut-on ajouter l'algorithme d'entropie utilisé en JS dans le moteur pour ordonner les variables manquantes ? Est-ce nécessaire ? L'intérêt : mettre en commun le moteur entre infrance et le simulateur |
||
---|---|---|
cypress | ||
source | ||
test | ||
.eslintrc.yaml | ||
.flowconfig | ||
.gitconfig | ||
.gitignore | ||
.prettierrc | ||
CONTRIBUTION.md | ||
LICENSE | ||
README.md | ||
circle.yml | ||
componentTestSetup.js | ||
crédits-icônes.yaml | ||
cypress.json | ||
example-integration.html | ||
formeJuridique.yaml | ||
index.html | ||
manifest.webmanifest | ||
netlify.toml | ||
package.json | ||
postcss.config.js | ||
serve.infrance.json | ||
yarn.lock |
README.md
This repository powers mycompanyinfrance.fr and embauche.beta.gouv.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.
Developed by the french public startup incubator, beta.gouv.fr.
Most of the documentation (including issues and the wiki) is written in french, raise an issue if you are interested and do not speak French.
Run it
yarn install
yarn start
Supported browsers
The website will run well on modern browsers. IE 11 works, but can have visual glitches and performance issues.
This compatibility is tested thanks to BrowserStack's free open source program.