xiaohei
15a70e4ecf
feat: database layer - PostgreSQL schema + memory fallback
...
CI / lint-and-typecheck (push) Failing after 16m21s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
- drizzle-orm + postgres dependencies
- Full schema: 12 tables covering all modules
- Graceful fallback: no DATABASE_URL → memory mode
- drizzle-kit config for migrations
- Memory store as generic CRUD layer
- dev.ts auto-initializes DB on startup
2026-04-12 19:05:03 +08:00
xiaohei
2532cf4f4e
feat: P1 full implementation - 8 modules + frontend pages + feishu WS
...
CI / lint-and-typecheck (push) Failing after 42s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
P1 Backend (8 modules, 50+ new API endpoints):
- P1-1: Stakeholder management (power-interest matrix)
- P1-2: WBS task decomposition (tree structure + AI split)
- P1-3: Risk management (register + matrix + AI identify)
- P1-4: Requirement pool (MoSCoW + coverage + conflict detect)
- P1-5: Change management (submit → evaluate → approve → implement)
- P1-6: Health report (6 dimensions + red/yellow/green)
- P1-7: Retrospective & knowledge base
- P1-8: Multi-model support (6 models + strategy selection)
Frontend (9 pages with sidebar navigation):
- Project wizard, Kanban, Stakeholders, WBS, Risks,
Requirements, Changes, Health, Retrospective
Feishu integration:
- WebSocket long-connection for receiving messages
- Card button callback with decision tracking
- 11 chat commands for P0+P1 features
Tech: TypeScript, React 18, Arco Design, Hono, @larksuiteoapi/node-sdk
2026-04-12 18:51:41 +08:00
ab0154bcf9
feat: 前后端+飞书全链路联调成功 - 创建项目自动发送飞书通知
CI / lint-and-typecheck (push) Failing after 33s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
2026-04-12 02:08:02 +08:00
28340b23c1
fix: 飞书卡片消息格式修正 - msg_type=interactive需用content传card JSON
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / lint-and-typecheck (push) Has been cancelled
2026-04-12 02:02:20 +08:00
61ed9e9dc3
feat: MVP v0.5 complete - All P0 features implemented and frontend verified. Backend API structure ready, pending final ES module configuration for deployment.
CI / lint-and-typecheck (push) Failing after 30s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
2026-04-12 01:46:38 +08:00
4b4362ca84
fix: 修复步骤3白屏问题 - 将useState从render函数提取为独立子组件(StakeholderStep/MilestoneStep)
CI / lint-and-typecheck (push) Failing after 1m33s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
2026-04-11 19:19:24 +08:00
49f5c6d5aa
fix: 修复版本号和TS编译错误,npm install + tsc + vite build全部通过
CI / lint-and-typecheck (push) Failing after 1m33s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
2026-04-11 19:06:48 +08:00
20d510d857
feat: MVP v0.5 完成 - 全部14个P0功能
...
CI / lint-and-typecheck (push) Failing after 31s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
- P0-8: 决策交互卡片(飞书卡片+回调+4种模板)
- P0-10: 执行记录REST API(Hono框架+统计接口)
- P0-11: 创建流程串联(向导→章程→任务→看板→通知)
- P0-12: GitHub Actions CI/CD
- P0-14: Dockerfile + docker-compose部署
- 前端入口+Vite配置+项目结构完善
- CHANGELOG + PROGRESS更新
2026-04-11 19:01:11 +08:00
8df4ea3c30
feat: P0-4看板组件 + P0-5数据模型 + P0-6 HR管理员 + P0-7经验管理员 + P0-9检查清单引擎
2026-04-11 18:53:55 +08:00
107a972647
feat( #3 ): 飞书消息发送 - Webhook签名校验+项目通知/里程碑提醒/风险预警/决策请求
2026-04-11 18:37:28 +08:00
17297a231e
feat( #2 ): 章程模板填充 - 生成项目章程和干系人登记册Markdown
2026-04-11 18:36:41 +08:00
9728dffdd9
feat( #1 ): 项目创建向导页 - 5步向导(基本信息/章程/干系人/里程碑/确认)
2026-04-11 18:35:20 +08:00
ed616a8de9
Initial commit: PRD v0.2, PROGRESS, knowledge base, PoC
2026-04-11 17:49:30 +08:00