-
Notifications
You must be signed in to change notification settings - Fork 12
Features
When the app is started for the first time, a tutorial is opened which explains the app's basic features. At the end of the tutorial, the user is asked to enter his or her user details (name, date of birth, gender). This step is optional and can be skipped. User details can also be entered or deleted at a later point.
The main view of this app is a calendar. A new diary entry can be added and existing diary entries can be viewed by selecting a day in this calendar. There can only be one entry per day. Days for which entries already exist are marked in the calendar. Existing entries can be edited and deleted.
A new diary entry is created in seven steps. In every step, the user is asked a question, which he or she can (but does not have to) answer.
- How do you feel?
The user can select one of five emoticons displaying different emotions. - How strong is your pain?
The user can select the level of pain he feels on a scale from 0 to 10 (where 0 = no pain and 10 = very strong pain). - Where do you feel pain?
The user can select the body regions in which he feels pain. - What is the nature of your pain?
The user can select one or more pain qualities (e.g. stabbing, throbbing). - When do you feel pain?
The user can select one or more times of day (e.g. at morning, at night). - What medication are you taking?
The user can add medications by entering their name, dose and the quantities in which he or she takes them (in the morning, at noon, in the evening, at night). - Do you have any additional comments?
The user can enter a text, commenting e.g. on his or her exercise or diet.
Diary entries can be exported to PDF. The user has to specify a period of time (marked by a start date and an end date) for which the entries are exported. He or she also has the option to share that PDF. This feature requires the permission "WRITE_EXTERNAL_STORAGE".
- The app can be reset. All diary entries and user details will be deleted.
- The app can remember the medication that the user last entered. It will automatically be added to new diary entries so that the user does not have to re-enter it, if this feature is enabled.
- The app has a daily reminder function. If enabled, it displays a notification reminding the user to make a diary entry if he or she has not made one yet. The user can set the time at which he or she wants to be reminded in the settings.