64 lines
4.5 KiB
Plaintext
64 lines
4.5 KiB
Plaintext
MAIN TASKS:
|
|
Settings:
|
|
☐ fix settings saving
|
|
|
|
FUTURE TASKS:
|
|
General/Framework:
|
|
☐ show indicator and make all fields readonly if user somehow gets to a deleted record detail view
|
|
☐ add functionality to delete dead records (meaning: set deleted flag and no relations)
|
|
☐ clean up controllers (dispose method of each stateful widget)
|
|
☐ 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?)
|
|
☐ check through all detail forms and set required fields/according messages
|
|
☐ find a better way to work with multiple measurements (or disable it?)
|
|
☐ evaluate if some fields should be readonly instead of completely hidden
|
|
☐ implement component for durations
|
|
Log Overview:
|
|
☐ add pagination
|
|
☐ apply target color settings to glucose
|
|
Log Entry:
|
|
☐ check if there is still an active bolus when suggesting glucose bolus
|
|
Event Types:
|
|
☐ add pagination
|
|
☐ add colors as indicators for log entries (and later graphs in reports)
|
|
☐ implement reminders as push notifications
|
|
Settings:
|
|
☐ add fields for preferred date and time formats
|
|
☐ add fields for glucose target (as map of cutoff glucose and colors)
|
|
☐ add option to hide warning dialogs on cancel, delete or event stop
|
|
☐ add option to hide extra customization options (ie. changing pre calculated values)?
|
|
☐ add setting for decimal places
|
|
☐ add field for active insulin duration
|
|
|
|
Archive:
|
|
✔ add objectbox settings class and use instead of shared preferences @done(21-12-05 00:41) @project(MAIN TASKS.Settings)
|
|
✔ provide percentage functionality for delayed bolus @done(21-12-04 21:39) @project(MAIN TASKS.Log Entry)
|
|
✔ create two bolus entries accordingly @done(21-12-04 22:12) @project(MAIN TASKS.Log Entry)
|
|
✔ replace active profile picking mode with simple dropdown @done(21-12-04 20:10) @project(MAIN TASKS.Basal/Bolus)
|
|
✔ indicate both the default rate and the currently active one (according to event) @done(21-12-04 20:10) @project(MAIN TASKS.Basal/Bolus)
|
|
✔ get rid of excessive cancellation warnings @done(21-12-04 19:09) @project(MAIN TASKS.Log Entry)
|
|
✔ give a warning if event of same type is already running @done(21-12-04 18:50) @project(MAIN TASKS.Events)
|
|
✔ implement reordering @started(21-12-03 23:12) @done(21-12-04 17:01) @lasted(17h49m38s) @project(MAIN TASKS.Accuracies)
|
|
✔ show event start AND end times in list @done(21-12-03 22:04) @project(MAIN TASKS.Events)
|
|
✔ separate events from log entries @done(21-12-01 23:37) @project(MAIN TASKS.Events)
|
|
✔ show total bolus and carbs per entry @done(21-12-01 19:50) @project(MAIN TASKS.Log Overview)
|
|
✔ display boli correctly @done(21-11-30 04:14) @project(MAIN TASKS.Log Entry)
|
|
✔ replace meal and glucose boli with logbolus entities @done(21-11-30 03:56) @project(MAIN TASKS.Log Entry)
|
|
✔ adjust/debug active events view @done(21-11-26 22:54) @project(MAIN TASKS.Log Overview)
|
|
✔ show all active events, not just those assigned to the entry @done(21-11-26 22:12) @project(MAIN TASKS.Log Entry)
|
|
✔ add active events view (as main menu item) @done(21-11-26 21:28) @project(MAIN TASKS.Log Overview)
|
|
✔ add option to change bolus/basal profile for event duration @done(21-11-26 21:13) @project(MAIN TASKS.Event Types)
|
|
✔ add deleted flag to all data models @done(21-11-26 18:56) @project(MAIN TASKS.General/Framework)
|
|
✔ adjust remove and fetch methods accordingly @done(21-11-26 20:52) @project(MAIN TASKS.General/Framework)
|
|
✔ implement tostring methods for all models @done(21-11-26 20:52) @project(MAIN TASKS.General/Framework)
|
|
✔ fix logmeals/logboli/logevents @done(21-11-25 17:10) @project(MAIN TASKS.Log Entry)
|
|
✔ add tab for bolus overview @done(21-11-24 22:05) @project(MAIN TASKS.Log Entry)
|
|
✔ calculate bolus suggestions according to active profile @done(21-11-24 22:05) @project(MAIN TASKS.Log Entry)
|
|
✔ place dropdown items right below their input @done(21-11-23 20:33) @project(MAIN TASKS.General/Framework)
|
|
✔ add autocomplete function to dropdowns @done(21-11-23 20:33) @project(MAIN TASKS.General/Framework)
|
|
✔ use local database instead of back4app @done(21-11-07 18:53) @project(MAIN TASKS.General/Framework)
|
|
✔ use ids instead of passing entities around where possible @done(21-11-10 00:06) @project(MAIN TASKS.General/Framework)
|
|
✔ add time picker for entry date/time @done(21-11-10 00:06) @project(MAIN TASKS.Log Entry)
|