-
Notifications
You must be signed in to change notification settings - Fork 7
Home
If you want to participate in the CrisisCommunicator challenge, you've landed at the right page. This page aims at giving you a kickstart for the challenge.
While we know you're itching to get your hands dirty with code, we suggest you first glance through the Use Cases to get an idea of how/when/why the application is going to be used. You might also want to look at the System-Architecture to get an overall picture of what fits in where.
You should definitely look at Saving,-Storing,-Sending-Messages, to see the different types of messages, and forms that need to be created.
We prefer that you fork the repository, so that we can merge a pull request once the challenge is over. However, we leave it up to whatever method you feel comfortable.
$ git clone https://github.com/WiseEarthTechnology/CrisisCommunicator-Challenge.git
Note that whatever code you write is subject to the Peaceful-OSL license in the repo.
Have a look at Development Environment for starters.
- Check out the Saving,-Storing,-Sending-Messages to understand how the messages are expected to be formatted.
- Know what the app should support
Check out our Frequent Asked Questions and revisit our page regularly as we update them!