To everyone who has jumped in wanting to help: We are humbled at the outpouring of support we have received from all over the world and are eager to have you contribute and apologize that we are still in the early process of figuring out how to manage all the contributions. Please bear with us while we get an initial version out the door and split out into smaller teams working in parallel, when we can then on-board more volunteers. Until then, please keep filing issues, and fill out the volunteer form here and we’ll get back in touch.
Engineering-only standups are Mon/Wed/Fri at 11am PDT.
Where to find answers to your questions:
- GitHub Issues: https://github.com/WorldHealthOrganization/app/issues
- Slack: We apologize, but the Slack is closed to new contributors until initial app release
Please add your GitHub URL to your Slack profile. For key conversations related to each major area, please see the following Slack channels:
#eng
- Engineering#design
- Design#product
- Product#intros
- the place every new member should introduce themselves#standup
- communication around our daily standup (including details how to join)#techtointegrate
- sharing other projects or libraries that could have synergies with our goals#futureideas
- sharing ideas for downstream features
This is very much a team effort, and we are moving quickly enough that we have to self-organize as much as we can. You're encouraged to step up and find places to contribute rather than relying on anyone to tell you what to do. With that said, there are a couple people helping play point around different areas that are trying to keep a pulse of everything going on in those areas:
- Product: Karen Wong (asianfoodlab)
- Design: update to come
- Engineering: Hunter Spinks (hspinks) and Advay Mengle (advayDev1)
Please review the Contributor Guidelines before making any contributions to the code.
This app uses a monorepo structure with the client application in the client
directory and all server-related code in the server
directory (currently only the client/flutter
directory is used).
Engineering design documents are kept in devdesign.
Clone the repo and run from the root of the local clone:
./dev-setup.sh
See server/README.md.