https://github.com/quanttide/qtadmin
量潮管理后台
https://github.com/quanttide/qtadmin
Last synced: about 1 month ago
JSON representation
量潮管理后台
- Host: GitHub
- URL: https://github.com/quanttide/qtadmin
- Owner: quanttide
- License: apache-2.0
- Created: 2025-06-03T01:49:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-16T03:17:15.000Z (about 1 month ago)
- Last Synced: 2026-06-16T04:22:48.694Z (about 1 month ago)
- Language: Dart
- Homepage: https://quanttide.github.io/qtadmin/
- Size: 2.78 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# 量潮管理后台
公司内部全面管理工具,覆盖各业务线与职能领域。
## 架构:业务域与职能域
| 层级 | 命名 | 例子 | 说明 |
|------|------|------|------|
| **业务域** | 带 `qt` 前缀 | `qtrecurit`(招聘)、`qtcloud`、`qtclass` | 面向具体业务线,内部复用多个职能域并编排组合 |
| **职能域** | 不带 `qt` 前缀 | `human`(人力资源)、`asset`(数字资产)、`connect`(沟通连接) | 可复用的职能能力层,被所有业务域调用 |
## CLI 命令
```
qtadmin
├── asset # 职能域:数字资产
│ ├── backup # 日志归档
│ └── audit # 仓库资产审计
├── human # 职能域:人力资源
│ └── status # 招聘计划与进度
├── connect # 职能域:沟通连接
│ └── email/ # 邮件通道(lark-cli)
└── qtrecurit # 业务域:量潮招聘
└── status # 招聘数据统计
```
## 迭代方向
`v0.0.x` 阶段逐步补齐各领域的最小可用能力:
- **human** → 人事档案、考勤、绩效
- **asset** → 资源管理、许可证追踪
- **connect** → IM 通知、审批流
- **业务域** → 财务、项目、客户
直到覆盖足够支撑日常管理后发 `v0.1.0`。