misterpeddy / hands-down

Slow the spread of COVID-19 by discouraging people from touching their face
6 stars 1 forks source link

Think of a way of persisting statistical data and phoning home #9

Open misterpeddy opened 4 years ago

misterpeddy commented 4 years ago

This one requires some out of the box thinking. As mentioned in #8 (beta launch milestone) we should somehow collect data about how users' sessions is going. We can use the data to

The challenge is collecting ground truth data would require us collect images -- which we should try to avoid.

misterpeddy commented 4 years ago

https://github.com/marketplace/moesif-api-insights/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW4xOTY2#pricing-and-setup

amirhmk commented 4 years ago

https://github.com/marketplace/moesif-api-insights/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW4xOTY2#pricing-and-setup

Is this data supposed to be more for us or them? localStorage sounds like a good option if it's users' own stats. @Berkmann18 any idea which one we want to go for?

Berkmann18 commented 4 years ago

@amirhmk IIRC (@misterpeddy correct me if I'm wrong), it's more for us to see how the app is performing on the user ends. We could use localStorage but we'll then need to find a way to get such information to be sent to a server or email or whatever service/place we'll have access to, to see such data.