feat(core-edu): 完整实现 core-edu 教学核心服务

包含 classes/exams/homework/grades/attendance/scheduling 域、outbox、iam-consumer、redis 配置等完整实现
This commit is contained in:
SpecialX
2026-07-10 19:08:56 +08:00
parent 06a646ea4e
commit 58c0ba1bd9
55 changed files with 4204 additions and 305 deletions

View File

@@ -5,4 +5,15 @@ plugins:
- remote: buf.build/protocolbuffers/js
out: ../shared-ts/gen/proto
- remote: buf.build/protocolbuffers/python
out: ../shared-py/gen/proto
out: ../shared-py/gen/proto
# gRPC plugins (president-final-rulings §2.5 / batch 0.9)
- remote: buf.build/grpc/go
out: ../shared-go/gen/proto
opt:
- paths=source_relative
- remote: buf.build/grpc/node
out: ../shared-ts/gen/proto
opt:
- grpc_js
- remote: buf.build/grpc/python
out: ../shared-py/gen/proto