Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *.html: s/IA Docs/IA/g | Runxi Yu | 2024-10-10 | 1 | -1/+1 |
| | |||||
* | staff.html: Add search functionality | Runxi Yu | 2024-10-10 | 1 | -0/+11 |
| | |||||
* | Allow staff to upload a CSV containing courses | Runxi Yu | 2024-10-10 | 1 | -3/+60 |
| | | | | Implements: https://todo.sr.ht/~runxiyu/cca/2 | ||||
* | *.go, schema.sql, staff.html: Implement state setting | Runxi Yu | 2024-10-09 | 1 | -1/+12 |
| | | | | References: https://todo.sr.ht/~runxiyu/cca/13 | ||||
* | *.go, tmpl/staff.html: Allow staff to export choices | Runxi Yu | 2024-10-09 | 1 | -1/+1 |
| | | | | Implements: https://todo.sr.ht/~runxiyu/cca/3 | ||||
* | staff.html: Update from students.html and only display link to /export | Runxi Yu | 2024-10-09 | 1 | -112/+5 |
| | |||||
* | *: Overhaul structure again and embed everything | Runxi Yu | 2024-10-06 | 1 | -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 page | Runxi Yu | 2024-10-04 | 1 | -0/+149 |
It's currently a copy of the student page with a few words changed and no checkboxes |