ainsleys
ainsleys
@FishmanL Just to be really clear, this server is *only* managing unique `userID` -> `email, password` . It should never deal with lat/long/time, that needs to be passed directly from...
@shenrene take a look at the .json file that is produced in "Semantic Location History" folder when you use google takeout to download your location history. AFAIK, we would want...
Hey @shenrene I'm so sorry I missed this. Working on it now.
@shenrene issue opened here: https://github.com/enigmampc/SafeTrace/issues/28 Let's take this there and figure it out, so we can leave this issue for data validation convo. Thanks!
Thanks to @shenrene we now have a script that converts google takeout to our api endpoint format, and only uses the last 14 days of user data. https://github.com/enigmampc/SafeTrace/blob/master/client/scripts/last_14d_visits.py
@francomendoza that is correct! @shenrene has submitted a PR addressing this already, which I just merged now. you can check it out in https://github.com/enigmampc/SafeTrace/blob/master/client/scripts/last_14d_visits.js
@alaaltoros when you make the required changes to this code (intake local file), can open a PR for the new code and move this issue from "Review" to "Done"? Thank...
one of the challenges of marking an area "clean" is that it risks giving users a false sense of security, which we must avoid. But agree with you completely on...
Hey @alaaltoros can you add a description to this PR explaining what it is?
has anyone been able to get this to work in the default create-react-app configuration? I am not sure if it's possible to modify the loading configurations without ejecting, which I...