From 1062fc18b70152169573db026d4f4739b106a52f Mon Sep 17 00:00:00 2001 From: Mael Thomas Date: Wed, 14 Dec 2016 16:26:49 +0100 Subject: [PATCH 1/4] Add an ugly style to example-integration Show the integration is easy --- example-integration.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/example-integration.html b/example-integration.html index 6f484d6..7842ce9 100644 --- a/example-integration.html +++ b/example-integration.html @@ -6,9 +6,28 @@ Intégrateur numéro 1 + - +
+

Ma page Web

+

Gagnez en visibilité sur le prix d'une embauche en France !

+
+
+ +
From 95db3d2e29d066ad00ff1065f6d91b3070e5ced4 Mon Sep 17 00:00:00 2001 From: Mael Thomas Date: Thu, 15 Dec 2016 11:39:32 +0100 Subject: [PATCH 2/4] Add Alsace-Moselle question --- source/containers/Conversation.js | 11 ++++++++--- source/conversation-steps.js | 9 +++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/source/containers/Conversation.js b/source/containers/Conversation.js index f0a7dd8..e2920b3 100644 --- a/source/containers/Conversation.js +++ b/source/containers/Conversation.js @@ -42,7 +42,6 @@ class Conversation extends Component { question="Quel est le montant total par salarié de votre complémentaire santé entreprise obligatoire ?" visible={effectifEntreprise < 10 || steps.get('codeINSEE')} name="mutuelle" /> - + + ({'complementaire_sante_montant': validated}), }, + 'alsaceMoselle': { + choices: [ 'Oui', 'Non' ], + helpText: +

+ Cette affiliation est obligatoire si l'activité est exercée dans les départements du Bas-Rhin, du Haut-Rhin et de la Moselle. Elle l'est aussi dans certains autres cas, expliqués sur cette page. +
+

, + adapt: raw => ({salarie_regime_alsace_moselle: raw === 'Oui' ? 1 : 0}), + }, 'codeINSEE': { defaultValue: {codeInsee: '29019', nomCommune: 'Ville de 100 000 habitants'}, From 1588f13af87cfeb7a8cf34526a5a5ff8bd6e200c Mon Sep 17 00:00:00 2001 From: Mael Thomas Date: Thu, 15 Dec 2016 11:55:00 +0100 Subject: [PATCH 3/4] =?UTF-8?q?Reword=20compl=C3=A9mentaire=20sant=C3=A9?= =?UTF-8?q?=20question?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/containers/Conversation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers/Conversation.js b/source/containers/Conversation.js index e2920b3..64f60b2 100644 --- a/source/containers/Conversation.js +++ b/source/containers/Conversation.js @@ -39,7 +39,7 @@ class Conversation extends Component { name="codeINSEE" /> Date: Wed, 21 Dec 2016 11:38:22 +0100 Subject: [PATCH 4/4] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38a1c63..93df9b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cout-embauche", - "version": "0.11.0", + "version": "1.0.0", "license": "AGPL-3.0", "repository": { "type": "git",