Skip to content

Commit

Permalink
Merge pull request #104 from IDEMSInternational/content/1.2.50
Browse files Browse the repository at this point in the history
content: 1.2.50
  • Loading branch information
esmeetewinkel authored Oct 16, 2024
2 parents 75d1bec + 115c93f commit ae9fc48
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
4 changes: 2 additions & 2 deletions app_data/sheets/template/component_demo/comp_video.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
{
"type": "video",
"name": "video_src",
"value": "plh_video/lets_slow_down.mp4",
"value": "video/lets_slow_down.mp4",
"_translations": {
"value": {}
},
"parameter_list": {
"subtitles_src": "plh_video/lets_slow_down.vtt"
"subtitles_src": "video/lets_slow_down.vtt"
},
"_nested_name": "video_src"
}
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg";

config.git = {
content_repo: "https://github.com/IDEMSInternational/app-debug-content.git",
content_tag_latest: "1.2.49",
content_tag_latest: "1.2.50",
};

config.app_config.ASSET_PACKS = {
Expand Down
25 changes: 8 additions & 17 deletions reports/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,12 @@
"assets_size": [
{
"assets": "total",
"KB": "31132 KB",
"KB": "31134 KB",
"MB": "31.1 MB"
},
{
"assets": "unused",
"KB": "1003 KB",
"KB": "1001 KB",
"MB": "1 MB"
}
],
Expand Down Expand Up @@ -439,10 +439,6 @@
{
"path": "video/lets_slow_down.srt",
"size_kb": 1.7
},
{
"path": "video/lets_slow_down.vtt",
"size_kb": 1.8
}
],
"assets_missing": [
Expand Down Expand Up @@ -500,16 +496,6 @@
"path": "plh_images/workshops/w_self_care/tools.svg",
"count": 1,
"missing": true
},
{
"path": "plh_video/lets_slow_down.mp4",
"count": 1,
"missing": true
},
{
"path": "plh_video/lets_slow_down.vtt",
"count": 1,
"missing": true
}
],
"asset_summary": [
Expand Down Expand Up @@ -780,8 +766,13 @@
},
{
"path": "video/lets_slow_down.mp4",
"count": 1,
"count": 2,
"size_kb": 13482.2
},
{
"path": "video/lets_slow_down.vtt",
"count": 1,
"size_kb": 1.8
}
],
"flows_by_type": [
Expand Down
10 changes: 4 additions & 6 deletions reports/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@

| assets | KB | MB |
| --- | --- | --- |
| total | 31132 KB | 31.1 MB |
| unused | 1003 KB | 1 MB |
| total | 31134 KB | 31.1 MB |
| unused | 1001 KB | 1 MB |
</details>

<details open>
Expand All @@ -134,7 +134,6 @@ Assets that appear in app-data but do not have references within sheets
| ios/splash.png | 147.4 |
| map_data/forecast_data.json | 50.2 |
| video/lets_slow_down.srt | 1.7 |
| video/lets_slow_down.vtt | 1.8 |
</details>

<details open>
Expand All @@ -155,8 +154,6 @@ Assets that have references within sheets but do not appear in app-data
| plh_images/workshop_modes/individual/wave.svg | 3 |
| plh_images/workshops/w_rules/read_1/slide_4.svg | 1 |
| plh_images/workshops/w_self_care/tools.svg | 1 |
| plh_video/lets_slow_down.mp4 | 1 |
| plh_video/lets_slow_down.vtt | 1 |
</details>

<details >
Expand Down Expand Up @@ -219,7 +216,8 @@ Assets that are used within sheets and also can be found in the synced asset dat
| map_data/ke.json | 10219.4 | 1 |
| map_data/population_and_boundaries.json | 4513.3 | 2 |
| odk_form.json | 8 | 1 |
| video/lets_slow_down.mp4 | 13482.2 | 1 |
| video/lets_slow_down.mp4 | 13482.2 | 2 |
| video/lets_slow_down.vtt | 1.8 | 1 |
</details>

<details >
Expand Down

0 comments on commit ae9fc48

Please sign in to comment.