Commit Graph

4 Commits

Author SHA1 Message Date
xiaohei
2532cf4f4e feat: P1 full implementation - 8 modules + frontend pages + feishu WS
Some checks failed
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
28340b23c1 fix: 飞书卡片消息格式修正 - msg_type=interactive需用content传card JSON
Some checks failed
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.
Some checks failed
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
107a972647 feat(#3): 飞书消息发送 - Webhook签名校验+项目通知/里程碑提醒/风险预警/决策请求 2026-04-11 18:37:28 +08:00