Files
curriculum-project-hub/spec/Spec/System/User.lean
T
sjfhsjfh 38c3231190 refactor(spec): generalize Feishu to Connections
- Connections/Prelude.lean: ConnectionProvider 枚举 (当前仅飞书)
- Connections/Feishu.lean: FeishuAppBinding + FeishuProfile
- Connections.lean: ConnectionBinding/ConnectionProfile inductive
- Organization.feishu → connections: List ConnectionBinding
- User.feishu → connections: List ConnectionProfile
- 删除 FeishuConnection.lean
2026-07-12 15:54:16 +08:00

13 lines
283 B
Lean4

import Spec.Prelude
/-!
# User —— 用户创建路径
用户实体见 `Hierarchy.User`;外部连接见 `Spec.System.Connections`。
用户创建当前只钉管理员直接创建;飞书自助注册→管理员审批未钉死(`OPEN`)。
-/
namespace Spec.System
end Spec.System