joelwross / wc_master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging EVERYTHING

joelwross opened this issue · comments

We need to log user interactions to a database so we can pull that information out for research. Some things we want to log:

  • username (a pseudonym we can have users enter)
  • when an islands is moved and dropped
  • when an edge is created / modified / deleted
  • total scores at the end

Let me work on this feature.