Main ideas #1
Replies: 3 comments
First draftPlease refer to #5 for more information on the subject. Structure & App's operationIn this part, we need to describes how the app will be organized, and how it should work. A UML diagram can and should be dropped in this section. MainThere should be two access points to the app, either as a user or as medical staff or admin. This app will also be using an Internet connection! Out of box experienceA doctor should help the elder to install and configure this app, as it might be harmful if the latter gets access to some information (wrong drugs or posology for instance). RemindersIt is very important to track whether an elder has taken their drugs or not, whence reminders. We can either have notifications that are persistent, or may be take the whole screen (like when someone calls us, or an alarm goes off), to display the reminder. Database DesignTBA, although keep in mind whether the DB is local or accessed remotely (what about elders without an Internet connection?). Maybe have a local database (XML or JSON) with encrypted data about the user (prescriptions, medication, ...) and fetch updates every 5 or 10 minutes UI DesignThe UI design will be a very important aspect of this project as it must enable elders to be able to use the app without any kind of trouble. For example, we need to keep in mind that a majority of old people does not know how to use a phone thus may have trouble with clicking, scrolling and/or swiping. Accessibility should also be a main focus as some may not be able to see or hear properly. Here are a few ideas or aspects that are good to consider:
SensorsWhat sensors can we use and how?
ActuatorsComponents that are technically not sensors, but that may be good to use for this project.
|
Some feedback about the first draft (#1 (comment))
Using a text scanner API or AI is not a good idea as it may pose security threats to the health data that is being processed. Also, the user may struggle to scan the document, or the software may mistake a drug for another, and therefore give wrong info. Finally depending on the API used, fees may be required, which is not adequate for that kind of application (putting ads in there is also not appropriate).
This idea can be put aside as it will be too complicated to use for the end user. |
|
Recap: Lab Session (TP) – March 31, 2026 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The main goal is to make an app which will allow elders to have some kind of medical monitoring, especially for treatments, drugs and prescriptions. Thus design and accessibility should be a main focus in this project.
All reactions