Files
schedule_converter/proto/runner
lan ee5c36f3ac
All checks were successful
Build / build (push) Successful in 1m31s
feat(grpc): add support for fetching empty classrooms
Implement the `TASK_TYPE_GET_EMPTY_CLASSROOM` task type to allow users to fetch available classroom information.

- Add `TASK_TYPE_GET_EMPTY_CLASSROOM` to the `TaskType` enum in protobuf.
- Define `GetEmptyClassroomPayload` and `EmptyClassroomResultData` messages.
- Implement `getEmptyClassrooms`
2026-06-02 13:59:30 +08:00
..