Skip to content

An iPad/iPhone app to be used by assistants at Point of Dispensing locations.

Notifications You must be signed in to change notification settings

SNHD-Development/PodAssistantAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POD Assistant - Android

POD Assistant is a mobile application built to be used by assistants at Point of Dispensing locations during a medical emergency. This application can be used as an example of building mobile apps using Appcelerator Titanium, and it can be customized for other uses.

Usage

Edit the config.json and set MockDataMode to true.

{
   	"MockDataMode": true,
}

Alternatively, you can set up a web service to output data similar to that in app/lib/mockdata.js for the corresponding endpoints. You can add a file named /app/lib/privateconfig.js with the following data to setup basic authentication.

{
   	"Username": "<YOUR_USERNAME>",
	"Password": "<YOUR_PASSWORD>",
	"PodLocation": "<POD_LOCATION_CODE>",
	"PodLocationPassword": "<POD_LOCATION_PASSWORD>"
}

Screenshots

Alt text Alt text Alt text

About

An iPad/iPhone app to be used by assistants at Point of Dispensing locations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published