Tech
[分享创造] 自建需求系统:进来先分诊,拿不准的才进待办
团队里最烦的不是「缺看板」,是需求从群里/邮件/口头涌进来时,类型、优先级、是否重复全靠人肉分。
Reqmango 是开源的 自建项目管理 :新需求先走 Intake 分诊(类型 / 优先级 / 疑似重复建议),拿不准的再人工处理; AI 嵌在 Issue / Intake / Cycle 里,数据在自己的机器上。
一键试用:
git clone https://gitcode.com/yongfeng9m-/reqmanpy.git reqmango
cd reqmango
cp .env.example .env
docker compose up --build
浏览器打开 http://localhost
账号: demo@example.com / demo1234
(可选).env 里配 AI_API_KEY 后重启,才能看到 AI 分诊建议。
演示: Intake 提交 → 分诊队列接受/拒绝
https://raw.githubusercontent.com/vinthuy/reqmango/master/docs/a...
Read the full discussion on V2EX
This article was aggregated from V2EX. Click to join the conversation.
View on V2EX