mcndt / noteshare.space

A service for sharing encrypted Markdown notes from Obsidian. Notes are end-to-end-encrypted and are only stored temporarily.
https://noteshare.space
MIT License
208 stars 22 forks source link

[Feature] add user_id field to anonymously estimate active users #21

Closed mcndt closed 2 years ago

mcndt commented 2 years ago

user_id should be a random id (e.g. uuid v4) that is used to indicate notes originate from the same user. From this, I can estimate the amount of active users per week/month with no or limited impact on privacy.

mcndt commented 2 years ago

shipped in #22