Skip to content

peacecorps/malaria-app-ios

Repository files navigation

Malaria App Project

The malaria-app-readme repository is intended to be the central repo for discussions, decision making, and feedback about the project goals and features so that the user experience across platforms is uniform. Comments and coding for a specific platform can happen at the repositories linked to below.

Link to README Repo:

https://github.com/PeaceCorps/malaria-app-readme

Please keep all discussion regarding features that will be cross-platform on that repository, and code-specific discussion on this one.

Application Description

Peace Corps is looking to build a mobile app that will aid the Volunteer in sustaining life-saving malaria prevention tactics over their 2+ years of service. Prevention is focused on sustained use of preventive medications, which are taken either daily or weekly, depending on the medicine. The application will feature a reminder system; an ability to indicate that medication was taken on time or missed; the ability for the volunteer to track their usage history; a trip indicator to help remind volunteers to pack certain supplies to prevent malaria if they leave their home village; and an Info Hub that will provide accurate information about Malaria and the medications they are taking.

Contact Information:

Patrick Choquette - Director of the Office of Innovation pchoquette@peacecorps.gov

Matthew McAllister - Special Assistant in the Office of Innovation mmcallister@peacecorps.gov

Development

Install and run

  1. Install CocoaPods (manage libraries and dependencias like RestKit):

sudo gem install cocoapods

  1. Setup cocoapods environment:

pod setup

  1. In same folder as Podfile:

pod install

  1. Open malaria-ios.xcworkspace

If the build fails because pod modules are not identified:

  1. In the project settings, find the target malaria.ios

  2. Under "Linked Frameworks and Libraries," add Pods/Pods.xcodeproj

How to regenerate docs:

  1. Install jazzy (https://github.com/Realm/jazzy):

sudo gem install jazzy

  1. Generate documentation:

jazzy -c --skip-undocumented

  1. Open docs/index.html

How to handle dependencies:

Dependencies must, as possible, be managed using CocoaPods. And use swift as preference.

Existing dependencies taken from Podfile:

About

Creating a mobile tool for Malaria prevention, information, and medicine tracking for Peace Corps Volunteers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages