Skip to content

Commit

Permalink
Merge pull request #121 from IDEMSInternational/create-pull-request/p…
Browse files Browse the repository at this point in the history
…atch

sync content from google sheets
  • Loading branch information
cabrinenyona authored Nov 26, 2024
2 parents c848a13 + 7b7d9cd commit ba06a15
Show file tree
Hide file tree
Showing 8 changed files with 1,463 additions and 1,359 deletions.
28 changes: 24 additions & 4 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,12 @@
"session_tasks": {
"flow_name": "session_tasks",
"flow_subtype": "generated",
"flow_type": "data_list"
"flow_type": "data_list",
"_metadata": {
"number": {
"type": "number"
}
}
},
"sharing_care_tasks": {
"flow_name": "sharing_care_tasks",
Expand Down Expand Up @@ -187,13 +192,23 @@
"flow_type": "data_list",
"flow_name": "library_data",
"data_list_name": "library",
"_xlsxPath": "global/data_lists/library_data.xlsx"
"_xlsxPath": "global/data_lists/library_data.xlsx",
"_metadata": {
"show": {
"type": "boolean"
}
}
},
"launch_actions": {
"flow_type": "data_list",
"flow_subtype": "lifecycle_actions",
"flow_name": "launch_actions",
"_xlsxPath": "global/templates/app_launch_templates.xlsx"
"_xlsxPath": "global/templates/app_launch_templates.xlsx",
"_metadata": {
"priority": {
"type": "number"
}
}
},
"number": {
"flow_type": "data_list",
Expand Down Expand Up @@ -285,7 +300,12 @@
"session": {
"flow_type": "data_list",
"flow_name": "session",
"_xlsxPath": "global/data_lists/sessions.xlsx"
"_xlsxPath": "global/data_lists/sessions.xlsx",
"_metadata": {
"number": {
"type": "number"
}
}
},
"session_block": {
"flow_type": "data_list",
Expand Down
7 changes: 6 additions & 1 deletion app_data/sheets/data_list/generated/session_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,10 @@
"completed_field": "task_conclusion_completed",
"skipped_field": "task_conclusion_skipped"
}
]
],
"_metadata": {
"number": {
"type": "number"
}
}
}
7 changes: 6 additions & 1 deletion app_data/sheets/data_list/library_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@
}
}
],
"_xlsxPath": "global/data_lists/library_data.xlsx"
"_xlsxPath": "global/data_lists/library_data.xlsx",
"_metadata": {
"show": {
"type": "boolean"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,10 @@
]
}
],
"_xlsxPath": "global/templates/app_launch_templates.xlsx"
"_xlsxPath": "global/templates/app_launch_templates.xlsx",
"_metadata": {
"priority": {
"type": "number"
}
}
}
7 changes: 6 additions & 1 deletion app_data/sheets/data_list/session.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,10 @@
"attached_single_doc": "https://docs.google.com/document/d/1Rz0NRM4CtCIlThmHF7Knw8Orn7xGe9oYVpKGZs8LrvU"
}
],
"_xlsxPath": "global/data_lists/sessions.xlsx"
"_xlsxPath": "global/data_lists/sessions.xlsx",
"_metadata": {
"number": {
"type": "number"
}
}
}
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.20",
content_tag_latest: "1.1.21",
};

config.android = {
Expand Down
Loading

0 comments on commit ba06a15

Please sign in to comment.