feat: 提交 hr-kanban 前端看板#7
Open
linli2004 wants to merge 5 commits into
Open
Conversation
- 新增邮件消息模型 (MailMessage) 和已处理邮件追踪 (ProcessedMail) - 新增 AI 智能分类器,支持 OpenAI 兼容 API - 新增邮箱自动匹配 (EmailMatcher),同名邮箱自动归并 - 新增简历解析器、资料管理、导出功能 - 新增待确认队列 (PendingQueue) 完整流程 - 新增 CLI 邮件发送循环 (mail_sender_loop) - 新增 Demo 前端 (examples/human/) 整合看板页面 - 新增部署脚本 (scripts/) 和 systemd 服务配置 (manifests/) - 新增零基础用户指南 (docs/user-guide/human.md) - 修复 pyproject.toml 包发现配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
新增招聘管道管理的 Flutter 看板前端,包含管道视图、待确认队列、人才池、设置页面。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- pipeline_screen: 空 catch (_) {} 改为 debugPrint 输出错误
- pool_item: 移除与 mail_message 重复的 TimelineItem 定义
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 新增 CHANGELOG-human.md v0.10.0 条目 - 更新 CHANGELOG.md v0.2.0 条目 - pipeline_screen.dart: 空 catch 增加 debugPrint 日志 - queue_screen.dart: await 后增加 mounted 检查 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
做了什么
提交 hr-kanban Flutter 前端看板应用:管道看板(8 状态拖拽)、待确认队列审核、人才池管理、AI 配置界面。
验证方式
测试输出
文件变更
纪律自检
git diff main --name-only无构建产物flutter test→ All tests passed