summaryrefslogtreecommitdiff
path: root/tmpl/staff.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename tmpl -> templatesRunxi Yu12 days1-134/+0
|
* *.html: s/IA Docs/IA/gRunxi Yu13 days1-1/+1
|
* staff.html: Add search functionalityRunxi Yu13 days1-0/+11
|
* Allow staff to upload a CSV containing coursesRunxi Yu13 days1-3/+60
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/2
* *.go, schema.sql, staff.html: Implement state settingRunxi Yu2024-10-091-1/+12
| | | | References: https://todo.sr.ht/~runxiyu/cca/13
* *.go, tmpl/staff.html: Allow staff to export choicesRunxi Yu2024-10-091-1/+1
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/3
* staff.html: Update from students.html and only display link to /exportRunxi Yu2024-10-091-112/+5
|
* *: Overhaul structure again and embed everythingRunxi Yu2024-10-061-4/+17
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* staff.html: Initial staff pageRunxi Yu2024-10-041-0/+149
It's currently a copy of the student page with a few words changed and no checkboxes