softsrv / gamify

Find which games your friends have and schedule a time to play together.
MIT License
0 stars 0 forks source link

allow user to save page #21

Open trriplejay opened 6 years ago

trriplejay commented 6 years ago

there should be a save button on the page. Once clicked, all relevant data from the table that the user has created should be stored directly to redis (no timeout) indexed by a unique ID, and the user should get back a unique route that they can easily copy/paste to send to their friends. Anyone who accesses this route will see the exact table that the user created. further, anyone can modify this table and click 'save' again. this will update the record for the table.

this will make for an easy way to share the cross section of friends/games with others, to help in deciding what to play.