seaislee1209
|
becfd74efd
|
feat: 内部事务提交功能(培训/招聘面试/内部其他)
Build and Deploy Backend / build-and-deploy (push) Successful in 1m44s
Build and Deploy Web / build-and-deploy (push) Successful in 57s
- 新增 ContentType: TRAINING, RECRUITMENT, INTERNAL_OTHER
- 新增 PhaseGroup: INTERNAL (内部事务)
- 前端选"内部事务"项目时隐藏项目阶段/工作类型/产出时长
- 内容类型改显示为"事务类型"(培训/招聘面试/内部其他)
- 报告和仪表盘中排除内部事务项目
- 内部事务成本后续按管理成本逻辑分摊到所有项目
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 10:18:48 +08:00 |
|
seaislee1209
|
530f02a66a
|
feat: 飞书报告卡片化 + 报告权限系统 + 产出过滤优化
Build and Deploy Web / build-and-deploy (push) Has been cancelled
Build and Deploy Backend / build-and-deploy (push) Has been cancelled
- 日报/周报/月报改为结构化卡片推送(column_set布局)
- 新增 report:daily/weekly/monthly 权限到角色管理
- 产出统计只算中期制作阶段动画秒数
- 效率之星改为跨项目加权通过率
- AI点评补充风险数据源
- 禁用多余admin账号,股东角色加报告权限
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-02 20:43:35 +08:00 |
|
seaislee1209
|
f07126e0ca
|
feat: 内容提交表单全面优化 — 阶段重命名+内容类型扩展+集数条件必填
Build and Deploy Backend / build-and-deploy (push) Successful in 2m4s
Build and Deploy Web / build-and-deploy (push) Successful in 1m13s
- 阶段重命名: "制作" → "中期",全前后端同步
- 新增前期内容类型: 大纲/梗概、概念设计图、测试片
- 配音改名为AI配音(零迁移,DB存英文NAME)
- 集数按内容类型条件显示: 项目级隐藏,集数级必填
- 工作类型全阶段统一: 制作/修改/测试/QC
- 前期内容隐藏产出时长字段
- 必填校验: 描述+投入时长+集数(条件)
- 今日工时进度条(8h目标)+提交后提醒
- 效率计算只统计中期阶段
- EP集数进度查询优化(N+1→批量GROUP BY)
- 提交列表增加按提交人筛选
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-28 17:34:11 +08:00 |
|
seaislee1209
|
e4ff7763b5
|
feat: 加权效率算法 + 代人提交/删除权限 + 角色权限同步优化
- 效率算法重构:加权效率=(制作-修改)/工时,新增通过率、熟练度等级
- 团队效率表格展示制作/修改/通过率/日均净产出/熟练度等级
- 新增 submission:proxy 和 submission:delete 权限,支持代人提交和删除记录
- 角色权限同步改为双向对齐(增+减),主管去除财务权限,组长去除创建项目
- 提交列表UI:项目列固定宽度、操作列居中对齐、编辑弹窗内置删除按钮
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-26 22:12:17 +08:00 |
|
seaislee1209
|
087d4e1a6b
|
feat: 新增「修改」「QC」工作类型 + EP集数追踪
Build and Deploy Backend / build-and-deploy (push) Successful in 5m44s
Build and Deploy Web / build-and-deploy (push) Successful in 3m24s
- 工作类型新增「修改」(返工)和「QC」(质量审核),支持组长多角色工作记录
- 提交表单支持按集数(EP)归类,项目详情展示各集进度
- 热力图增加修改(橙色)、QC(绿色)颜色区分和图例
- 效率算法优化:产出按小时计算,损耗统计更精准
- 数据库自动迁移:episode_number字段 + work_type ENUM扩展
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-25 23:18:47 +08:00 |
|
seaislee1209
|
dc42306c24
|
feat: V2.1 三阶段损耗前端增强 + 路由修复 + 演示数据重写
Build and Deploy Backend / build-and-deploy (push) Successful in 1m22s
Build and Deploy Web / build-and-deploy (push) Successful in 55s
- 仪表盘双色进度条(超100%蓝红分段)、工时损耗展示、chart tooltip增强
- 修复 Submissions.vue 延期原因字段始终显示的Bug
- 修复 SPA catch-all 路由拦截 API 请求(去尾部斜杠)
- seed_demo.py 重写:5项目/4类型/32里程碑/124提交,真实时间线
- 三阶段损耗计算(前期工时/制作秒数/后期工时)
- ContentType 扩展为11种,里程碑增强(预估天数/开始日期/超期检测)
- 更新 PRD 和项目总结文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-14 18:32:07 +08:00 |
|
seaislee1209
|
2b990f06fb
|
feat: 合同金额权限控制 + 内置角色权限自动同步
Build and Deploy Backend / build-and-deploy (push) Successful in 1m18s
Build and Deploy Web / build-and-deploy (push) Successful in 53s
- 新增 project:view_contract 权限,仅超级管理员可查看合同金额
- 项目详情、仪表盘、结算页、创建项目表单均受权限保护
- 启动时自动同步内置角色权限,新增权限无需手动更新数据库
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-14 12:10:02 +08:00 |
|
|
|
79368c11e2
|
fix db bug
Build and Deploy Backend / build-and-deploy (push) Successful in 1m25s
Build and Deploy Web / build-and-deploy (push) Successful in 56s
|
2026-02-14 10:01:20 +08:00 |
|
seaislee1209
|
6d636e9799
|
fix: 防止新依赖缺失导致后端启动崩溃
Build and Deploy Backend / build-and-deploy (push) Successful in 1m22s
Build and Deploy Web / build-and-deploy (push) Successful in 59s
scheduler和reports模块加载失败时不再拖垮整个应用,
核心功能(登录/项目/提交)可正常使用。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-13 18:44:23 +08:00 |
|
seaislee1209
|
90707005ed
|
feat: V2功能增强 — 里程碑系统+圆环进度图+损耗修复+AI服务+报告系统
Build and Deploy Backend / build-and-deploy (push) Successful in 1m27s
Build and Deploy Web / build-and-deploy (push) Successful in 54s
- 项目详情页三阶段里程碑管理(前期/制作/后期)
- 制作卡片改用180px ECharts圆环进度图+右侧数据列表
- 修复损耗率双重计算bug(测试秒数不再重复计入超产)
- 新增飞书推送服务、豆包AI风险分析、APScheduler定时报告
- 项目列表页增强(筛选/排序/批量操作/废弃功能)
- 成员详情页产出时间轴+效率对比
- 成本页固定开支管理
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-13 18:36:44 +08:00 |
|
seaislee1209
|
6ac44d47fb
|
feat: 椤圭洰璇︽儏澧炲己+鎴愬憳璇︽儏椤?浠〃鐩樼泩鍒╂瑙?瑙掕壊鏉冮檺绯荤粺
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-12 17:41:27 +08:00 |
|
|
|
a74deb5c59
|
fix ngtinx
Build and Deploy Backend / build-and-deploy (push) Successful in 1m24s
Build and Deploy Web / build-and-deploy (push) Successful in 52s
|
2026-02-12 15:16:21 +08:00 |
|
seaislee1209
|
e76e856dba
|
feat: MVP V1 鍏ㄦ爤鎼缓瀹屾垚 - FastAPI鍚庣 + Vue3鍓嶇 + 绉嶅瓙鏁版嵁
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-12 14:24:05 +08:00 |
|