feat: Add reference to blog

This commit is contained in:
sigmasternchen 2024-09-26 17:37:09 +02:00
parent f9515abd8d
commit 183606edab
2 changed files with 5 additions and 1 deletions

View file

@ -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. 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. 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 ## Tech Stack
- [Chart.js](https://www.chartjs.org/) (MIT) - [Chart.js](https://www.chartjs.org/) (MIT)

View file

@ -79,7 +79,9 @@
to delete the corresponding cache entries. It's not a huge deal, but certainly something to be aware of. to delete the corresponding cache entries. It's not a huge deal, but certainly something to be aware of.
</p> </p>
<p> <p>
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
<a target="_blank" href="https://blog.sigma-star.io/2024/09/elo-rating-in-pure-sql/">my blog</a>.
You can also check out the source code on
<a target="_blank" href="https://github.com/overflowerror/mobmash.click">GitHub</a>. Pull Requests are welcome! <a target="_blank" href="https://github.com/overflowerror/mobmash.click">GitHub</a>. Pull Requests are welcome!
</p> </p>