Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync content from google sheets #112

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14,442 changes: 7,221 additions & 7,221 deletions app_data/assets/images/new/Managing Difficult Behaviour-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,838 changes: 1,919 additions & 1,919 deletions app_data/assets/images/new/child_dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14,442 changes: 7,221 additions & 7,221 deletions app_data/assets/images/new/sarah.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions app_data/sheets/template/story.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
"_translations": {
"value": {}
},
"style_list": [
"flex: 1"
],
"condition": "!!(@local.story_data.image_asset_1)",
"_nested_name": "story_image.image_asset_1",
"_dynamicFields": {
Expand Down Expand Up @@ -209,6 +212,9 @@
"_translations": {
"value": {}
},
"style_list": [
"flex: 1"
],
"condition": "!!(@local.story_data.image_asset_2)",
"_nested_name": "story_image.image_asset_2",
"_dynamicFields": {
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config.google_drive = {

config.git = {
content_repo: "https://github.com/IDEMSInternational/pfr-app-content.git",
content_tag_latest: "1.1.14",
content_tag_latest: "1.1.15",
};

config.error_logging = {
Expand Down
10 changes: 3 additions & 7 deletions reports/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"type": "audio",
"count": 2
},
{
"type": "begin_display_group",
"count": 2
},
{
"type": "button",
"count": 26
Expand All @@ -30,11 +26,11 @@
},
{
"type": "display_group",
"count": 34
"count": 35
},
{
"type": "image",
"count": 6
"count": 4
},
{
"type": "items",
Expand Down Expand Up @@ -82,7 +78,7 @@
},
{
"type": "text",
"count": 43
"count": 44
},
{
"type": "text_area",
Expand Down
7 changes: 3 additions & 4 deletions reports/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
| --- | --- |
| animated_slides | 1 |
| audio | 2 |
| begin_display_group | 2 |
| button | 26 |
| combo_box | 2 |
| dashed_box | 1 |
| debug_toggle | 1 |
| display_group | 34 |
| image | 6 |
| display_group | 35 |
| image | 4 |
| items | 12 |
| lottie_animation | 2 |
| navigation_bar | 1 |
Expand All @@ -23,7 +22,7 @@
| simple_checkbox | 2 |
| task_card | 3 |
| template | 136 |
| text | 43 |
| text | 44 |
| text_area | 5 |
| text_box | 6 |
| title | 24 |
Expand Down
Loading