-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d37924f
commit 2a92d8e
Showing
14 changed files
with
936 additions
and
17 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
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,52 @@ | ||
{ | ||
"flow_type": "data_list", | ||
"flow_name": "debug_data_list", | ||
"status": "released", | ||
"data_list_name": "debug", | ||
"flow_subtype": "debug", | ||
"rows": [ | ||
{ | ||
"id": "item_1", | ||
"text": "Item 1 text", | ||
"image_asset": "images/example/jasper_1.jpg", | ||
"breaking": "", | ||
"to_translate": "Hello", | ||
"_translations": { | ||
"to_translate": {} | ||
}, | ||
"_translatedFields": { | ||
"to_translate": { | ||
"eng": "Hello" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "item_2", | ||
"text": "Item 2 text", | ||
"image_asset": "images/example/circular.png", | ||
"to_translate": "Hello", | ||
"_translations": { | ||
"to_translate": {} | ||
}, | ||
"_translatedFields": { | ||
"to_translate": { | ||
"eng": "Hello" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "item_3", | ||
"text": "Item 3 text", | ||
"to_translate": "Hello", | ||
"_translations": { | ||
"to_translate": {} | ||
}, | ||
"_translatedFields": { | ||
"to_translate": { | ||
"eng": "Hello" | ||
} | ||
} | ||
} | ||
], | ||
"_xlsxPath": "debug_sheets/debug_data_lists.xlsx" | ||
} |
30 changes: 30 additions & 0 deletions
30
app_data/sheets/data_list/debug/debug_data_list_order.json
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,30 @@ | ||
{ | ||
"flow_type": "data_list", | ||
"flow_name": "debug_data_list_order", | ||
"status": "released", | ||
"flow_subtype": "debug", | ||
"rows": [ | ||
{ | ||
"id": "item_1" | ||
}, | ||
{ | ||
"id": "item_2" | ||
}, | ||
{ | ||
"id": "item_10" | ||
}, | ||
{ | ||
"id": "item_a" | ||
}, | ||
{ | ||
"id": "item_11" | ||
}, | ||
{ | ||
"id": "bb" | ||
}, | ||
{ | ||
"id": "aa" | ||
} | ||
], | ||
"_xlsxPath": "debug_sheets/debug_data_items.xlsx" | ||
} |
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,22 @@ | ||
{ | ||
"flow_name": "debug_filtered", | ||
"flow_subtype": "generated", | ||
"flow_type": "data_list", | ||
"rows": [ | ||
{ | ||
"id": "item_1", | ||
"text": "Item 1 text", | ||
"image_asset": "images/example/jasper_1.jpg", | ||
"breaking": "", | ||
"to_translate": "Hello", | ||
"_translations": { | ||
"to_translate": {} | ||
}, | ||
"_translatedFields": { | ||
"to_translate": { | ||
"eng": "Hello" | ||
} | ||
} | ||
} | ||
] | ||
} |
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
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,17 @@ | ||
{ | ||
"flow_type": "data_pipe", | ||
"flow_name": "debug_data_pipe", | ||
"status": "released", | ||
"flow_subtype": "debug", | ||
"rows": [ | ||
{ | ||
"operation": "filter", | ||
"args_list": [ | ||
"id == \"item_1\"" | ||
], | ||
"input_source": "debug_data_list", | ||
"output_target": "debug_filtered" | ||
} | ||
], | ||
"_xlsxPath": "debug_sheets/debug_data_lists.xlsx" | ||
} |
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
Oops, something went wrong.