forked from bai/curriculum-project-hub
38c3231190
- 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
13 lines
283 B
Lean4
13 lines
283 B
Lean4
import Spec.Prelude
|
|
|
|
/-!
|
|
# User —— 用户创建路径
|
|
|
|
用户实体见 `Hierarchy.User`;外部连接见 `Spec.System.Connections`。
|
|
|
|
用户创建当前只钉管理员直接创建;飞书自助注册→管理员审批未钉死(`OPEN`)。
|
|
-/
|
|
|
|
namespace Spec.System
|
|
end Spec.System
|