summaryrefslogtreecommitdiff
path: root/tmpl/staff.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *.html: s/IA Docs/IA/gRunxi Yu6 days1-1/+1
|
* staff.html: Add search functionalityRunxi Yu7 days1-0/+11
|
* Allow staff to upload a CSV containing coursesRunxi Yu7 days1-3/+60
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/2
* *.go, schema.sql, staff.html: Implement state settingRunxi Yu7 days1-1/+12
| | | | References: https://todo.sr.ht/~runxiyu/cca/13
* *.go, tmpl/staff.html: Allow staff to export choicesRunxi Yu7 days1-1/+1
| | | | Implements: https://todo.sr.ht/~runxiyu/cca/3
* staff.html: Update from students.html and only display link to /exportRunxi Yu7 days1-112/+5
|
* *: Overhaul structure again and embed everythingRunxi Yu11 days1-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 Yu13 days1-0/+149
It's currently a copy of the student page with a few words changed and no checkboxes