From 4d17606d3bc5393a78d5a28ccbb816cccb6f3a40 Mon Sep 17 00:00:00 2001 From: Anis TEZGHADANTI Date: Mon, 3 Mar 2025 09:06:58 +0100 Subject: [PATCH] Ajout init data TI daily-schedule --- .../reference/HISTORIQUE_JOURNEES_100000_layout.json | 9 +++++++++ .../reference/HISTORIQUE_JOURNEES_RESET_layout.json | 9 +++++++++ packages/reference/HISTORIQUE_JOURNEES_100000.json | 11 +++++++++++ packages/reference/HISTORIQUE_JOURNEES_RESET.json | 11 +++++++++++ 4 files changed, 40 insertions(+) create mode 100644 layouts/reference/HISTORIQUE_JOURNEES_100000_layout.json create mode 100644 layouts/reference/HISTORIQUE_JOURNEES_RESET_layout.json create mode 100644 packages/reference/HISTORIQUE_JOURNEES_100000.json create mode 100644 packages/reference/HISTORIQUE_JOURNEES_RESET.json diff --git a/layouts/reference/HISTORIQUE_JOURNEES_100000_layout.json b/layouts/reference/HISTORIQUE_JOURNEES_100000_layout.json new file mode 100644 index 0000000..ccec718 --- /dev/null +++ b/layouts/reference/HISTORIQUE_JOURNEES_100000_layout.json @@ -0,0 +1,9 @@ +{ + "name": "HISTORIQUE_JOURNEES_100000_layout", + "items": [ + { + "itemType": "DAILY_SCHEDULE_HISTORY", + "requiresFile": true + } + ] +} diff --git a/layouts/reference/HISTORIQUE_JOURNEES_RESET_layout.json b/layouts/reference/HISTORIQUE_JOURNEES_RESET_layout.json new file mode 100644 index 0000000..9e9888a --- /dev/null +++ b/layouts/reference/HISTORIQUE_JOURNEES_RESET_layout.json @@ -0,0 +1,9 @@ +{ + "name": "HISTORIQUE_JOURNEES_RESET_layout", + "items": [ + { + "itemType": "DAILY_SCHEDULE_HISTORY_RESET", + "requiresFile": false + } + ] +} diff --git a/packages/reference/HISTORIQUE_JOURNEES_100000.json b/packages/reference/HISTORIQUE_JOURNEES_100000.json new file mode 100644 index 0000000..10e7cc6 --- /dev/null +++ b/packages/reference/HISTORIQUE_JOURNEES_100000.json @@ -0,0 +1,11 @@ +{ + "name": "HISTORIQUE_JOURNEES_100000", + "packageLayout": "HISTORIQUE_JOURNEES_100000_layout", + "items": [ + { + "key": "DAILY_SCHEDULE_HISTORY-1", + "itemType": "DAILY_SCHEDULE_HISTORY", + "jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/action_histories_100000.json" + } + ] +} diff --git a/packages/reference/HISTORIQUE_JOURNEES_RESET.json b/packages/reference/HISTORIQUE_JOURNEES_RESET.json new file mode 100644 index 0000000..19180a1 --- /dev/null +++ b/packages/reference/HISTORIQUE_JOURNEES_RESET.json @@ -0,0 +1,11 @@ +{ + "name": "HISTORIQUE_JOURNEES_RESET", + "packageLayout": "HISTORIQUE_JOURNEES_RESET_layout", + "items": [ + { + "key": "DAILY_SCHEDULE_HISTORY_RESET-1", + "itemType": "DAILY_SCHEDULE_HISTORY_RESET", + "jsonUrl": "" + } + ] +}