yjlou / 2019-nCov

Use Google Maps Timeline data to compare with COVID-19 patient history location.

Home Page:https://pandemic.events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter App TODO List

Stimim opened this issue · comments

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

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"
  • Should we go to "matched_result_widget" when "check now" is clicked?
  • Periodic check won't update "last checked" on UI.
  • Save selected locale in shared preferences.