u-guru / uguru

College "Uber for Tutoring" app at texas universities
https://u.guru
0 stars 0 forks source link

Nick Todo 10/22 #3961

Open sam1rm opened 9 years ago

sam1rm commented 9 years ago

Continuance from yesterday (finish these first)

yaynick commented 9 years ago

@sam1rm Additional interesting plugins, let me know if you would like to see any implemented.

Native Toasts: We can replace some of the dialogs with toasts and make it easier for Jason to test lol. (Android, IOS, Windows) Secure HTTP : In addition to providing SSL, it claims to offer GET and POST methods on background threads, perhaps freeing us from the data dump lag. Not sure if restangular and/or Cordova is supposed to handle that for us, but could be interesting to look into. (Android, IOS) Stripe: Not sure if you already have all the credit card processing services in place. (Android, IOS)

yaynick commented 9 years ago

@f230536 pull my branch.

cd into uguru/mobile-app/. give yourself permission to run the script: chmod 777 ./scripts/pr_build.sh and then run the script to build the app: ./scripts/pr_build.sh

After that proceed with calling ug run android and you're good to go. To go back to the latest Cordova/Ionic versions call: ug setup and then back to running the regular ug commands.