...
- Reflection: Discuss what you learned over the course of the iterative design process. If you did it again, what would you do differently? Focus in this part not on the specific design decisions of your project (which you already discussed in the Design section), but instead on the meta-level decisions about your design process: your risk assessments, your decisions about what features to prototype and which prototype techniques to use, and how you evaluated the results of your observations.
Design
Patient
Final Design | Description |
---|---|
| This is an overview of the homepage of the patient app. It shows the user (patient) the pills events he is yet to take today, with the ones in red indicating that he has passed the time to take the drug, and the ones in yellow indicating that the drug is yet to be taken in the future. The navagitation bar on the top can lead you to other sections of the patient app, such as "Manage Pill" (editing pills), "See History" (see the list of medicines the patient has already taken or missed), and "contact doctor" (allows the user to communicate directly with the doctor. By default, the homepage only shows the drugs the user needs to take today. If the user wants to see more, he/she can click on "See next day's pill" to see future medicines. User can repeatedly click on this button to see more into the future. |
| This is the "manage pills" main page. From here the user can delete a medicine, add a medicine or click on a medicine to edit it. This part is mostly unchanged from the start. |
| This is the "See History" Page. It shows the drugs the user has taken or missed. It looks like the main page, but with not checkbox and colors. |
| This is the page will user edit the information of the drug. It is the same page the user needs to fill in to edit the drug. |
| This is the contact doctor page where the user can select which doctor to contact (if he/she has multiple) |
| This is a the message page where the patient can message with the doctor. The patient can see all the chat history with the doctor. |
Doctor
Final Design Page | Description |
---|---|
|
|
|
|
|
|
|
|
Implementation
Evaluation
...