Drug Adherence Monitoring and Reminder
- Project's Home: https://github.com/achatzit/med-app
- patient adherence measurement added (11/7/2016)
- medicine intake approval (4 ways added) (10/7/2016)
- notifications history added (6/7/2016)
- medicine intake approval (5/7/2016)
- users added (1/7/2016)
- running app on Pebble and sending msgs (30/6/2016)
- pushing notifications to Pebble (28/6/2016) (Notification Center for Pebble needed)
- connection with Pebble (27/6/2016)
- clear & cancel Notifications (21/6/2016)
- show notifications (All, Scheduled, Triggered) (19/6/2016)
- keep notifications after restart (17/6/2016)
- cancel Notifications (17/6/2016)
- schedule Repeated Notifications (17/6/2016)
- schedule Single Notifications (16/6/2016)
Run npm install to install all needed dependencies.
Run npm install -g ionic cordova to install ionic framework.
run ionic serve restore to ask from Ionic to restore the state of the app
if the process fails install the plugins manually:
cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications
cordova plugin add cordova-plugin-datepicker
cordova plugin add https://github.com/tgardner/cordova-pebble.git
Use ionic serve –l to run the app in browser and watch for changes in code
or
use ionic serve to just run the app for a browser preview
or
use ionic serve --lab to run the app in a browser on two platforms at the same time.
Run npm install –g bower to install bower package manager.
$ ionic platform add androidSupported Cordova platforms:
$ ionic platform add android
$ ionic platform add ios$ ionic build android
$ ionic build iosiOS:
$ ionic emulate iosAndroid:
$ ionic emulate androidiOS:
$ ionic run iosAndroid:
$ ionic run android