From a43a4427d3dcb93e4317291bbd6227bc4130670e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 14 Mar 2024 20:50:44 +0100 Subject: WIP match making Use greedy best fit algorithm to partition tickets into matches. Iterate using random start points to search for the best partitioning. --- views/header.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'views/header.pug') diff --git a/views/header.pug b/views/header.pug index d386969..24dd9f2 100644 --- a/views/header.pug +++ b/views/header.pug @@ -9,6 +9,7 @@ header if user if ENABLE_FORUM a(href="/forum") Forum + a(href="/games/match") Match a(href="/games/public") Public if user.waiting > 0 a(href="/games/active") Games (#{user.waiting}) -- cgit v1.2.3