hryanjones / guess-my-word

A word guessing game, where you only know whether my word is before or after your guess. (An unofficial clone of the game previously available on simbase.org)
https://hryanjones.com/guess-my-word/
MIT License
64 stars 26 forks source link

Fix the leaderboard date #12

Closed hryanjones closed 5 years ago

hryanjones commented 5 years ago

The leaderboard dates are messed up by being -1 of the real month.

Need to fix this by:

  1. updating the frontend to have the correct date (don't push yet)
  2. updating the files names on the backend (don't apply yet)
  3. Apply at a time no users are using the site (can look in google analytics):
    • shut down server
    • push new frontend code
    • update files on the backend
    • restart the server
hryanjones commented 5 years ago

https://github.com/hryanjones/guess-my-word/commit/b093e452b9664d3a3e0d605eb804990975b563dd