lan 478ec3e3ab
All checks were successful
Build / build (push) Successful in 2m14s
feat(grpc): add support for fetching grades and exams
Implement new gRPC task handlers for retrieving student grades and exam schedules. This includes adding new parser logic for processing score and exam data, and updating the client capabilities to advertise support for these new task types.

- Add `getGrades` and `getExams` handlers in `grpc/handler.go`
- Add `parser/encoding.go`, `parser/exam.go`, and `parser/score.go` for data parsing
- Update `grpc/client.go` to include `TASK_TYPE_GET_GRADES` and `TASK_TYPE_GET_EXAMS` in capabilities
2026-05-11 00:46:38 +08:00
2026-03-13 20:43:44 +08:00
2026-03-19 10:52:23 +08:00
Description
No description provided
260 KiB
Languages
Go 100%