app
app copied to clipboard
COVID-19 App
In progress ## Checklist: - [x] Followed the [Contributor Guidelines](https://github.com/WorldHealthOrganization/app/blob/master/docs/CONTRIBUTING.md) and verified that all contributions are properly licensed pursuant to the [LICENSE](https://github.com/WorldHealthOrganization/app/blob/master/LICENSE).
This rewrites the refreshCaseStats functionality in Typescript on the Google Cloud Functions platform. Current status is that it is functional: It can load the casestats from the WHO/ArcGIS endpoint and...
**Please follow this checklist. Please check each appropriate box (put an 'x' or check it after creating the PR).** - [ ] REQUIRED: Do you have an Issue **assigned to...
**Please follow this checklist. Please check each appropriate box (put an 'x' or check it after creating the issue).** - [x] Searched the [existing issues](https://github.com/WorldHealthOrganization/app/issues) to ensure you are not...
## "app" is a very generic name for an app It's likely that WHO will eventually have many apps. Having one which is just called "app" is going to be...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
## Summary Currently, the case stats being served by the v2 backend are... 1. Static, out-of-date, not-localized stats, useful only as an example. 1. Served by the old `v1` API...
## Summary Currently, our v2 backend(s) are only reachable via a URL like `https://OUR-PROJECT-ID.web.app`. ## Desired Solution We'd like to [set up a "custom domain"](https://firebase.google.com/docs/hosting/custom-domain) in Firebase Hosting so we...
## Summary Currently, deploying a v2 backend (using `firebase deploy`) likely won't work on Windows due to the use of the `server/fetch-static-serving.sh` script. ## Desired Solution We'd like to make...
@brunobowden version: TODO: - Move country selector up near text, Keep buttons aligned across screens, Align onboarding screens as: 60% for top of onboarding, 40% for the button/list section -...