2019-nCov icon indicating copy to clipboard operation
2019-nCov copied to clipboard

Flutter App TODO List

Open Stimim opened this issue 4 years ago • 1 comments

  • [x] Check against patient data
    • [x] Define server side API (could be static file(s))
    • [x] Fetch patient data from server
    • [x] Parse patient data
    • [x] Compare patient data with local data
  • [ ] Export collected locations
    • [x] Export decrypted database
    • [ ] Export encrypted database (do we need this? are there any use cases?)
  • [x] Polish UI
    • [x] Ask again before deleting database

Stimim avatar Apr 06 '20 16:04 Stimim

Critical features should have been implemented now.

Known issue(s) / Next steps:

  • [ ] Because we are not using "Navigator", pressing "back" button will leave the app.
    • I feel that using Navigator is causing more issues than it solve.
  • [ ] i18n support
  • [ ] Show more records in "recorded_location_widget"
  • [x] Should we go to "matched_result_widget" when "check now" is clicked?
  • [x] Periodic check won't update "last checked" on UI.
  • [x] Save selected locale in shared preferences.

Stimim avatar Apr 19 '20 07:04 Stimim