From 183606edab726b1c251d7395dd7dab89681f1b1e Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Thu, 26 Sep 2024 17:37:09 +0200 Subject: [PATCH] feat: Add reference to blog --- README.md | 2 ++ view/pages/about.php | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3788355..93cb816 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Visitors are prompted with two mobs and should decide which one they like better replaced with a new candidate. In the background, an Elo-style rating system is keeping track of the individual matches. The rating also determines the next candidate - similar ratings are paired up. Within one session, pairings are not repeated. +I posted a deep-dive on how the rating system is implemented over on [my blog](https://blog.sigma-star.io/2024/09/elo-rating-in-pure-sql/). + ## Tech Stack - [Chart.js](https://www.chartjs.org/) (MIT) diff --git a/view/pages/about.php b/view/pages/about.php index cc7a752..06f7a68 100644 --- a/view/pages/about.php +++ b/view/pages/about.php @@ -79,7 +79,9 @@ to delete the corresponding cache entries. It's not a huge deal, but certainly something to be aware of.

- If you would like to learn more, check out the source code over on + If you would like to learn more, I posted an article about the details over on + my blog. + You can also check out the source code on GitHub. Pull Requests are welcome!