covid19cz / erouska-webapp

MIT License
12 stars 6 forks source link

feat(detection): detect if infected based on meetings #25

Closed JanPetr closed 4 years ago

JanPetr commented 4 years ago

It's just an algorithm to detect whether a buid is infected. It's not integrated to the app itself for now.

As an input the algorithm take a list of tuples (CSV lines) and returns a list of dicts with "buid" and boolean value telling whether the buid is infected.