robbwdoering / bellum.ai

React app that understands, analyzes, and makes suggestions for a popular tabletop wargame.
0 stars 0 forks source link

System for consent-heavy, anonymous usage tracking #14

Open robbwdoering opened 3 years ago

robbwdoering commented 3 years ago
robbwdoering commented 3 years ago

Per-game opt in:

robbwdoering commented 3 years ago

Implement a database model / full pipeline for storing this data securely and anonymously. Process+clean client side, then send full match states server side (or just turn a flag to store them if match logic is still run on the server).