Skip to content

Commit

Permalink
Merge pull request #49 from IDEMSInternational/content/1.2.8
Browse files Browse the repository at this point in the history
content: 1.2.8
  • Loading branch information
esmeetewinkel authored Jan 30, 2024
2 parents 496e8ec + 056b0ce commit 03aca7c
Show file tree
Hide file tree
Showing 13 changed files with 338 additions and 118 deletions.
42 changes: 24 additions & 18 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@
"flow_subtype": "debug",
"_xlsxPath": "debug_sheets/to_be_sorted/debug_accordion.xlsx"
},
"debug_data_list": {
"flow_type": "data_list",
"flow_name": "debug_data_list",
"data_list_name": "debug",
"flow_subtype": "debug",
"_xlsxPath": "debug_sheets/debug_data_lists.xlsx"
},
"debug_delimiters_list": {
"flow_type": "data_list",
"flow_name": "debug_delimiters_list",
Expand Down Expand Up @@ -310,11 +303,6 @@
"data_list_name": "feat_task_groups",
"_xlsxPath": "feature_sheets/to_be_sorted/feature_task_group.xlsx"
},
"debug_filtered": {
"flow_name": "debug_filtered",
"flow_subtype": "generated",
"flow_type": "data_list"
},
"double_example_data_pipe_list": {
"flow_name": "double_example_data_pipe_list",
"flow_subtype": "generated",
Expand Down Expand Up @@ -363,12 +351,6 @@
}
},
"data_pipe": {
"debug_data_pipe_translate": {
"flow_type": "data_pipe",
"flow_name": "debug_data_pipe_translate",
"flow_subtype": "debug",
"_xlsxPath": "debug_sheets/debug_data_lists.xlsx"
},
"example_data_pipe": {
"flow_type": "data_pipe",
"flow_subtype": "example_pipe",
Expand Down Expand Up @@ -2174,6 +2156,18 @@
"flow_name": "example_startup_trigger",
"_xlsxPath": "example_sheets/to_be_sorted/example_startup.xlsx"
},
"example_task_group_content": {
"flow_type": "template",
"flow_name": "example_task_group_content",
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/example_task_group_stepper.xlsx"
},
"example_task_group_stepper": {
"flow_type": "template",
"flow_name": "example_task_group_stepper",
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/example_task_group_stepper.xlsx"
},
"example_temp_override_default": {
"flow_type": "template",
"flow_name": "example_temp_override_default",
Expand Down Expand Up @@ -2462,6 +2456,18 @@
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/example_footer.xlsx"
},
"tg_1_subtask_1": {
"flow_type": "template",
"flow_name": "tg_1_subtask_1",
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/example_task_group_stepper.xlsx"
},
"tg_1_subtask_2": {
"flow_type": "template",
"flow_name": "tg_1_subtask_2",
"flow_subtype": "debug",
"_xlsxPath": "example_sheets/example_task_group_stepper.xlsx"
},
"w_example_ending": {
"flow_type": "template",
"flow_subtype": "debug",
Expand Down
51 changes: 0 additions & 51 deletions app_data/sheets/data_list/debug/debug_data_list.json

This file was deleted.

8 changes: 6 additions & 2 deletions app_data/sheets/data_list/feat_task_group_1_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
"rows": [
{
"id": "subtask_1",
"completed_field": "task_group_1_subtask_1_completed"
"completed_field": "task_group_1_subtask_1_completed",
"title": "Subtask 1 Title",
"description": "Subtask 1 in Task Group 1"
},
{
"id": "subtask_2",
"completed_field": "task_group_1_subtask_2_completed"
"completed_field": "task_group_1_subtask_2_completed",
"title": "Subtask 2 Title",
"description": "Subtask 2 in Task Group 1"
}
],
"_xlsxPath": "feature_sheets/to_be_sorted/feature_task_group.xlsx"
Expand Down
8 changes: 6 additions & 2 deletions app_data/sheets/data_list/feat_task_group_2_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
"rows": [
{
"id": "subtask_1",
"completed_field": "task_group_2_subtask_1_completed"
"completed_field": "task_group_2_subtask_1_completed",
"title": "Subtask 1 Title",
"description": "Subtask 1 in Task Group 2"
},
{
"id": "subtask_2",
"completed_field": "task_group_2_subtask_2_completed"
"completed_field": "task_group_2_subtask_2_completed",
"title": "Subtask 2 Title",
"description": "Subtask 2 in Task Group 2"
}
],
"_xlsxPath": "feature_sheets/to_be_sorted/feature_task_group.xlsx"
Expand Down
8 changes: 6 additions & 2 deletions app_data/sheets/data_list/feat_task_group_3_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
"rows": [
{
"id": "subtask_1",
"completed_field": "task_group_3_subtask_1_completed"
"completed_field": "task_group_3_subtask_1_completed",
"title": "Subtask 1 Title",
"description": "Subtask 1 in Task Group 3"
},
{
"id": "subtask_2",
"completed_field": "task_group_3_subtask_2_completed"
"completed_field": "task_group_3_subtask_2_completed",
"title": "Subtask 2 Title",
"description": "Subtask 2 in Task Group 3"
}
],
"_xlsxPath": "feature_sheets/to_be_sorted/feature_task_group.xlsx"
Expand Down
21 changes: 0 additions & 21 deletions app_data/sheets/data_list/generated/debug_filtered.json

This file was deleted.

17 changes: 0 additions & 17 deletions app_data/sheets/data_pipe/debug/debug_data_pipe_translate.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"type": "task_progress_bar",
"parameter_list": {
"task_group_data": "@local.task_group",
"completed_field": "comp_task_progress_bar_completed",
"dynamic": "true"
"completed_field": "comp_task_progress_bar_completed"
},
"name": "task_progress_bar",
"_nested_name": "task_progress_bar",
Expand Down
99 changes: 99 additions & 0 deletions app_data/sheets/template/debug/example_task_group_content.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"flow_type": "template",
"flow_name": "example_task_group_content",
"status": "released",
"flow_subtype": "debug",
"rows": [
{
"name": "task_row",
"value": "task_row",
"_translations": {
"value": {}
},
"type": "set_variable",
"_nested_name": "task_row"
},
{
"type": "title",
"value": "@local.task_row.title",
"_translations": {
"value": {}
},
"name": "title",
"_nested_name": "title",
"_dynamicFields": {
"value": [
{
"fullExpression": "@local.task_row.title",
"matchedExpression": "@local.task_row.title",
"type": "local",
"fieldName": "task_row"
}
]
},
"_dynamicDependencies": {
"@local.task_row.title": [
"value"
]
}
},
{
"type": "text",
"value": "@local.task_row.description",
"_translations": {
"value": {}
},
"name": "text",
"_nested_name": "text",
"_dynamicFields": {
"value": [
{
"fullExpression": "@local.task_row.description",
"matchedExpression": "@local.task_row.description",
"type": "local",
"fieldName": "task_row"
}
]
},
"_dynamicDependencies": {
"@local.task_row.description": [
"value"
]
}
},
{
"type": "text",
"value": "example text",
"_translations": {
"value": {}
},
"name": "text",
"_nested_name": "text"
},
{
"type": "text",
"value": "@local.task_row",
"_translations": {
"value": {}
},
"name": "text",
"_nested_name": "text",
"_dynamicFields": {
"value": [
{
"fullExpression": "@local.task_row",
"matchedExpression": "@local.task_row",
"type": "local",
"fieldName": "task_row"
}
]
},
"_dynamicDependencies": {
"@local.task_row": [
"value"
]
}
}
],
"_xlsxPath": "example_sheets/example_task_group_stepper.xlsx"
}
Loading

0 comments on commit 03aca7c

Please sign in to comment.