You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

GR5: Implementation

Project:  Take Your Pills

Platform

OS: Mac OS X

Browser: Firefox

Instructions

The link for the phone app design:  http://web.mit.edu.ezproxy.canberra.edu.au/ylwu/www/src/patient_log_in.html

The link for the website design:  http://web.mit.edu.ezproxy.canberra.edu.au/ylwu/www/src/doctor_login.html

Contributions

Jason Wu

  • I

Ty Lin

  • I worked on the front end of the patient mobile app for the edit-pills pages - the Manage Pills page (overview list of patient's pills), edit a specific pill, add new pill, and delete an existing pill.
  • I also worked on back end with Jason; we designed and coded up a global back end shared by both patient and doctor so that the data can be linked (ie both patient and doctor can write (and read) to the same .json file(s)). Specifically I wrote the WRITE functions for writing/deleting/modifying the various .json data files that stored pills, messages, and (our one) patient. (It was particularly interesting to do some php and also to note that writing is a lot slower than reading from .json! Elaine came up with a great idea to resolve this issue though, by updating and maintaining a local data structure identical to in .json - just wanted to give you credit ;D).

Elaine

  • I worked on all the doctor's pages including all the html (html files starting with name "doctor_") files and all the javascript files associated with them.

Morgan

  • I worked mainly with the front end of the patient app. This includes the log in and log out page, banner of the app, doctor list page and the doctor-patient message page. 
  • I also worked with the formatting of the manage pills forms. 
  • No labels