jaemk / self_update

Self updates for rust executables
MIT License
796 stars 69 forks source link

Feature request: Opt-in survey capability #84

Closed jqnatividad closed 2 years ago

jqnatividad commented 2 years ago

It'd be nice if whenever self-update runs, for it to optionally collect some statistics with the user's opt-in, and return the survey data to the developer.

Some information that can possibly be collected by the survey:

and perhaps, the survey can be collected using the Google Forms API - with some prior setup of course...

jqnatividad commented 2 years ago

ended up implementing this in the project itself - https://github.com/jqnatividad/qsv/pull/358