sneakaway-studio / tally-extension

A browser extension that transforms the data advertisers collect into a multiplayer game.
https://tallysavestheinternet.com
MIT License
4 stars 2 forks source link

Rewrite frontend/background/server communication #70

Closed omundy closed 5 years ago

omundy commented 5 years ago
  1. Condense all game play we want to save into tally_user
  2. Make classes/db tables for each item (attacks, badges, consumables, flags, monsters, progress,skins) on server
  3. Make the server the master, to always return and overwrite tally_user
  4. Rewrite extension frontend -> background -> server API communication to use the same object format for each item (above)
  5. Perform error checks on everything, remember send arrays and receive objects
  6. Make sure flags can be read on extension, then deleted from server