From 683ab95d637bddb44a2ceb3a7f7878de80c87e18 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 24 May 2019 09:51:18 +1000 Subject: [PATCH] Updated news --- public/news/2019-05-24-01.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/news/2019-05-24-01.md diff --git a/public/news/2019-05-24-01.md b/public/news/2019-05-24-01.md new file mode 100644 index 0000000..ae7761f --- /dev/null +++ b/public/news/2019-05-24-01.md @@ -0,0 +1,11 @@ +Updates and Refactoring! +--- +_24 May 2019_ + +So today (and yesterday), I've been working on some backend stuff, refactoring the code to make it smoother. In particular, you'll notice a link to the game ladder in the side panel. This isn't active yet, and just leads to a missing page, but it's the very next thing I plan to implement - so you'll be able to see everyone in the game! + +I've also implemented a logging system, so that if any errors occur, I'll be able to find them, theoretically. It's already helped me identify a few issues, but the real test will be when a lot of people are playing at the same time. + +Finally, I've also fixed the email bug - before, it could take over a minute for the verification email to arrive. Now it should arrive instantly. Interestingly, that wasn't a problem with my code, but rather how the server was configured. I'll have to keep that in mind if I ever migrate this project. + +OK, I'll keep working, since it's still early in the day. \ No newline at end of file