maxsaltonstall / letters-with-strangers

Apache License 2.0
2 stars 0 forks source link

Add word history to player state #117

Open davidstanke opened 3 years ago

davidstanke commented 3 years ago

After a party spells a word, upsert the following to each player's recorded state:

word_history: {
   'COOKIES': {
      'date': '2021-04-03 18:52Z'
      'made_with': [2342342, 123452323]  # other party members
   }
}
Wyatt-Stanke commented 2 years ago

How long do you think that this should be stored?

Wyatt-Stanke commented 2 years ago

Another suggestion--There would be a lot of repetition because 3 different players would have the same data repeated.