M4-01 Admin Dashboard Module #35
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 提供关键指标聚合视图、服务器摘要、待处理事项和 Hermes 待审批任务入口。
本 Issue 只做模块架构设计,不直接实现代码。
背景说明
Admin 登录后需要一个总览页面快速了解系统状态。Dashboard 不产生数据,只通过各模块的 QueryService 聚合数据展示。
模块职责
本模块负责:
本模块不负责:
候选数据对象
基础设施依赖
纯视图聚合层,通过各模块 QueryService 读取 + Cache 缓存。
API 设计
AAPI:
Admin 视图设计
Dashboard 首页布局:
禁止事项
不建议当前阶段实现