M4-02 Admin Data View Module #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
设计知习 Admin 数据视图模块,为 Admin 提供数据库中文业务视图,让非技术管理员能看懂用户、知识库、文件、学习和复习数据。
本 Issue 只做模块架构设计,不直接实现代码。
背景说明
Admin 管理员不一定懂技术,直接看 Prisma 的英文表名字段名会很困惑。Admin Data View 模块将数据库的英文字段映射为中文业务描述,提供用户/知识库/文件/学习/复习等维度的数据浏览。
模块职责
本模块负责:
本模块不负责:
基础设施依赖
纯视图聚合层,通过各模块 QueryService 只读查询。
禁止事项
不建议当前阶段实现