-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rupture-co): ajout de l'outil de rupture conventionnelle
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
targets/hasura/migrations/default/1710495125000_add_rupture_conventionnelle_outil/down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
DELETE | ||
FROM public.documents | ||
WHERE cdtn_id = '35a67b31b4'; |
8 changes: 8 additions & 0 deletions
8
targets/hasura/migrations/default/1710495125000_add_rupture_conventionnelle_outil/up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
INSERT INTO public.documents (cdtn_id, initial_id, title, meta_description, source, slug, "text", "document", | ||
is_published, is_searchable, is_available) | ||
VALUES ('35a67b31b4', '201a5c42-8592-41da-827c-66f97cb35eb7', 'Indemnité de rupture conventionnelle', | ||
'Vous souhaitez calculer le montant de l''indemnité de rupture conventionnelle ? Notre simulateur vous apporte une réponse personnalisée.', | ||
'outils', 'indemnite-rupture-conventionnelle', | ||
'Quelle est mon indemnité de rupture conventionnelle\nComment calculer mon indemnité de rupture conventionnelle\nindemnité de rupture conventionnelle pour inaptitude d’origine professionnelle\nindemnité de rupture conventionnelle pour inaptitude d’origine professionnelle\nindemnité spéciale de rupture conventionnelle pour inaptitude ’origine professionnelle\nindemnité de rupture conventionnelle en cas d’alternance temps plein temps partiel\ncalculez le montant d’une indemnité de rupture conventionnelle en fonction de votre situation', | ||
'{"date": "15/03/2024", "icon": "Indemnity", "order": 1, "action": "Estimer", "metaTitle": "Simulateur - Calcul de l''indemnité de rupture conventionnelle", "questions": ["Quelle est mon indemnité de rupture conventionnelle", "Comment calculer mon indemnité de rupture conventionnelle", "indemnité de rupture conventionnelle pour inaptitude d''origine professionnelle", "indemnité de rupture conventionnelle pour inaptitude d''origine professionnelle", "indemnité spéciale de rupture conventionnelle pour inaptitude d''origine professionnelle", "indemnité de rupture conventionnelle en cas d''alternance temps plein temps partiel", "calculez le montant d''une indemnité de rupture conventionnelle en fonction de votre situation"], "description": "Estimez simplement le montant de l’indemnité de rupture conventionnelle", "displayTool": false, "displayTitle": "Calculer l''indemnité de rupture conventionnelle"}', | ||
true, true, true); |