JohnnyJayJay / instant-poll

A Discord bot that lets you create polls in your server
MIT License
42 stars 9 forks source link

Privacy features #38

Open JohnnyJayJay opened 2 years ago

JohnnyJayJay commented 2 years ago

The bot currently comes without any features for privacy and data transparency.

3 things should be added:

The last 2 points should be handled in accordance with the EU's GDPR.

"The data that is stored on them" would include all polls created by them as well as all of their responses to any poll. There is currently no index into either of those data points, so collecting all this information will be quite expensive. There should be a limit for how often you can perform these actions, and these actions should probably be run in parallel, if possible somehow.