- Gabriel Naleźnik - team leader
- Olga Kubiszyn
- Wojciech Gomułka
- Jan Zajda
Covid localizations is web app that checks if you were near someone infected. You can load information about your locations from previous months and compare it with locations from infected people. You can also check potentially dangerous places close to your current position.
- User registration
- Saving user’s localization history in database and checking if he had any contact with infected person (no automation in version 1.0, json has to be given by user, we will think of automating later)
- User can set since when he is infected
- Displaying probability if user was traveling by foot or using some type of vehicle (e.g.: if user was travelling by bus he could have bigger chance to become infected)
- Notifications (emails) with information about probable meeting with infected person in the past
- Displaying your nearest distance from an infected person
- Displaying dangerous localizations in leaflet maps widget
- Home page
- Dark mode
- History of user's localizations
- Table of contacts with infected people
- Information about possible contact
- Heatmap with possibly infected places
- Heatmap with places where the user was and where he had contact with infected people
- Django
- Leaflet an open-source JavaScript library for mobile-friendly interactive maps (https://leafletjs.com/examples.html)
- Google Takeout for localization data (https://takeout.google.com)
- Product backlog on Trello: https://trello.com/b/25mkJJVa/covid-localizations
- Go to our website: https://covidlocalizations.herokuapp.com
- Basic web page
- Adding models to database
- Parsing json with user’s localizations
- Create server
- Basic user registration
- Infected status
- Saving data to database
- Showing localizations on map widget
- History of localizations
- Displaying distance to potentially infected places
- Displaying board of close contacts with infected people (distance, localization, possible vehicle used by user and infected person etc.)
- Sending notifications about possible meeting with infected person
- Heatmap of user's localizations
- Calculating position of the nearest infected person
- Calculating possibility of being infected based on the vehicle you were using and how much time you spent with infected person - information displayed as part of board of close contacts
- Displaying infected places on a heatmap
- Advanced web page (design)
- Displaying places where the user met an infected person
- Writing unittests for 95% of the code
- Finishing previous tasks if obstacles are met
- Last bugfixes before a deadline
- celebrating \o/







