This commit is contained in:
xenia 2023-12-01 16:16:32 -05:00
parent 0d483e2251
commit b04d2e1b5c
3 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/.status.rktd
*.zo
*.dep
/rendered

View File

@ -45,10 +45,7 @@
(define point-values (make-hash))
(for* ([day (in-range 1 26)] [level (in-range 1 3)])
(hash-set! point-values (cons day level)
(if (= day 1)
0 ; day 1 is worth no points u___u
max-pts)))
(hash-set! point-values (cons day level) max-pts))
(define point-tls (make-hash))
(for ([(mid _) (in-hash member-names)])

View File

@ -4,7 +4,7 @@
@(date-display-format 'iso-8601)
@(define now (current-date))
@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{BLÅHAJ score chart}
@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{jiti house score chart}
meow