49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
MAIN TASKS:
|
|
General/Framework:
|
|
☐ add active/deleted flag to all data models
|
|
☐ find a general way to deal with duration fields
|
|
|
|
Accuracies:
|
|
☐ implement reordering
|
|
|
|
Basal/Bolus:
|
|
☐ create distinct visual mode for picking the active profile
|
|
|
|
Log Overview:
|
|
☐ add active events view (as main menu item?)
|
|
☐ adjust/debug active events view
|
|
☐ display more information
|
|
☐ apply target color settings to glucose
|
|
☐ total bolus and carbs per entry
|
|
|
|
Log Entry:
|
|
☐ replace meal and glucose boli with logbolus entities
|
|
☐ fix logmeals/logboli/logevents (probably use queries for associated items instead of onetomany)
|
|
|
|
Event Types:
|
|
☐ add option to change bolus/basal profile for event duration
|
|
|
|
Settings:
|
|
☐ add objectbox class and use instead of shared preferences
|
|
☐ add fields for date and time formats
|
|
☐ add fields for glucose target
|
|
|
|
FUTURE TASKS:
|
|
General/Framework:
|
|
☐ add explanations to each section
|
|
☐ account for deleted/disabled elements in dropdowns
|
|
☐ hide dropdown overlay on tapping anywhere else (especially menu)
|
|
☐ add clear button to dropdown (or all text fields?)
|
|
Log Overview:
|
|
☐ add pagination
|
|
|
|
|
|
ARCHIVE:
|
|
✔ add tab for bolus overview @done(21-11-24 22:05) @project(Log Entry)
|
|
✔ calculate bolus suggestions according to active profile @done(21-11-24 22:05) @project(Log Entry)
|
|
✔ place dropdown items right below their input @done(21-11-23 20:33) @project(General/Framework)
|
|
✔ add autocomplete function to dropdowns @done(21-11-23 20:33) @project(General/Framework)
|
|
✔ use local database instead of back4app @done(21-11-07 18:53) @project(General/Framework)
|
|
✔ use ids instead of passing entities around where possible @done(21-11-10 00:06) @project(General/Framework)
|
|
✔ add time picker for entry date/time @done(21-11-10 00:06) @project(Log Entry)
|