- redo confusion matrices
- calculate precision, recall, and f1 score
- roc curve?
- Day of Week in Python and Postgres are different.
- if logged in goto home activity
- ask user for login info (email, pswd)
- login button
- text link to goto signup activity
- if logged in goto home activity
- ask user for signup info (fname, lname, email, pswd)
- signup button
- text link to goto main (login) activity
- concatenate secret key, email, and salt into msg
- verification url contains email and hash(msg)
- two api endpoints for register and verify
- registration page and verification page
- how to check logged in
- query user table
- how to login
- call api to get location list
- if api call ok then 2a. insert user data to sqlite 2b. persist locations to sqlite
- on generic scan persist results to sqlite
- add button to push local scan results to server
- Base
- onclick perform wifi scan and post to api
- add floor and room selection
- Auto
- add continuous scan
- add time limit
- Safe
- store data in local sqlite database
- allow data to be posted to api