Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement course selection started/stopped states | Runxi Yu | 2024-10-10 | 1 | -0/+1 |
| | | | | Implements: https://todo.sr.ht/~runxiyu/cca/13 | ||||
* | *.go, schema.sql, staff.html: Implement state setting | Runxi Yu | 2024-10-09 | 1 | -0/+1 |
| | | | | References: https://todo.sr.ht/~runxiyu/cca/13 | ||||
* | *.go: Use sync.Map instead of map[int]*courseT for courses | Runxi Yu | 2024-10-09 | 1 | -0/+1 |
| | | | | I'm not sure whether this is actually better than locking. | ||||
* | *.go: Further wrap errors | Runxi Yu | 2024-10-08 | 1 | -0/+5 |
| | |||||
* | err.go: Create, and unify some error definitions | Runxi Yu | 2024-10-08 | 1 | -0/+42 |