Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Contributions

Jason Wu

  • I worked on the backend with Ty. See description below from Ty.

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).

...