mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-14 23:59:01 +00:00
feat: Add reference to blog
This commit is contained in:
parent
f9515abd8d
commit
183606edab
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue