joshuasorkin / picture-scramble-back-end

0 stars 0 forks source link

Keep a record of which words the user has already seen #2

Open joshuasorkin opened 6 months ago

joshuasorkin commented 6 months ago

Some words come up more frequently as random generations, like "journey" and "excited". If we keep a list of which words have come up during a particular session, or have been generated for a particular IP, we can check this list and if we find the new word in this list, regenerate it.

joshuasorkin commented 6 months ago

Currently doing this for 24 hour, should do it by session