ForcePilot/server/routers
Wenjie Zhang 5b3703ac1c feat(account): 添加部门基础管理功能 #480
- 实现数据库迁移,创建部门表并向用户表添加department_id字段。
- 创建Department模型并与User模型建立关联关系。
- 开发部门管理API以支持增删改查操作。
- 添加DepartmentManagementComponent用于在UI中管理部门。
- 在UserManagementComponent中集成部门选择功能以进行用户分配。
- 更新用户存储以处理部门数据。
- 增强UI组件以改善样式和用户体验。
2026-01-18 22:54:43 +08:00
..
__init__.py feat(account): 添加部门基础管理功能 #480 2026-01-18 22:54:43 +08:00
auth_router.py feat(account): 添加部门基础管理功能 #480 2026-01-18 22:54:43 +08:00
chat_router.py fix: 修改评论描述 2026-01-16 15:49:58 +08:00
dashboard_router.py fix: 修改评论描述 2026-01-16 15:49:58 +08:00
department_router.py feat(account): 添加部门基础管理功能 #480 2026-01-18 22:54:43 +08:00
evaluation_router.py fix: 修改评论描述 2026-01-16 15:49:58 +08:00
graph_router.py feat(security): 对于图谱文件上传,添加从MinIO URL下载文件的临时文件上下文管理器 2026-01-02 22:52:33 +08:00
knowledge_router.py fix: 修改评论描述 2026-01-16 15:49:58 +08:00
mcp_router.py feat: 实现MCP服务以统一业务逻辑和状态管理 2026-01-14 20:16:51 +08:00
mindmap_router.py feat(ocr): 添加 DeepSeek OCR 支持 2025-12-29 10:32:07 +08:00
system_router.py feat(ocr): 添加 DeepSeek OCR 支持 2025-12-29 10:32:07 +08:00
task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00