5/15/2020
Set up a shared GitHub repository
Divided up initial tasks for sprint
Michelle on data scraping
Chris on push notifications
Selected potential website to pull California Covid case numbers from:
5/22/2020
Got a sample Jsoup project working to collect data from a website
Got a sample chatbot on Android working
5/29/20
Got sample location service
Able to collect data from Santa Barbara Public Health Website
6/4/20
debugged issues
Chris:
-My biggest challenge was trying to set up push notifications. I ran into a lot of version incompatibilities that I couldn't figure out how to resolve.
- My biggest challenge was trying to set up an asynchronous class to read data from the SB Health website. Because it was async, I kept running into issues where the data was coming back empty when I was reading it from other parts of the app.