Skip to content

Candid Corvus - v3.0.0

Latest

Choose a tag to compare

@StarDust-XCHH StarDust-XCHH released this 24 May 03:52

Release Description / 发布说明

v3.0.0 Candid Corvus Release

This is the v3.0.0 release of PureRecruitment-TAMO-bupter. Compared with v2.0.0, this version focuses on a more complete three-role recruitment workflow across TA, MO, and Admin, with improved AI assistance, notification flows, applicant handling, documentation, and test coverage.

Major Updates in v3.0.0

  1. Admin workflow completion
  • Added Admin profile, password, internal registration, user, application, course, and notice management improvements.
  • Added notice priority display and system notification email support.
  • Fixed MO status mirror synchronization for repeated Admin decisions.
  1. AI-assisted recruitment
  • Improved TA AI assistant and recommendation flows.
  • Added MO AI assistant, applicant analysis, and course skill suggestion support.
  • AI remains optional and requires TONGYI_API_KEY.
  1. TA experience improvements
  • Added guest browsing mode for the job list.
  • Improved job filtering, application status, messages, profile/settings, onboarding, and bilingual terminology.
  • Added toast messages and local-time formatting.
  1. MO workflow improvements
  • Added applicant filters, shortlist support, bulk actions, TA-MO chat, and decision email notification support.
  • Improved job board, dashboard, applicant review, and jobId-first matching behavior.
  1. Documentation and verification
  • Added Chinese and English user manuals with screenshots.
  • Added generated Java/JSP-related API documentation and testing documentation.
  • Added focused unit tests for Admin DAO, common utilities, API response handling, and application key matching.

What's Included

  • PureRecruitment-TAMO-bupter.war: Deployable WAR package for Tomcat.
  • mountDataTAMObupter-sample.zip: Sample mounted runtime dataset.
  • PureRecruitment-TAMO-bupter-release-docs.zip: Deployment docs, user manuals, and testing notes.
  • PureRecruitment-TAMO-bupter-src.zip: Clean source archive from the release commit.

Important Deployment Notes

  • Runtime data is external. Extract mountDataTAMObupter-sample.zip and set the absolute path as the mountDataTAMObupter environment variable.
  • AI features require TONGYI_API_KEY; no real API key is included.
  • Email features require SMTP-related environment variables such as MAIL_SMTP_PASSWORD.
  • The project remains a Tomcat + WAR + mounted JSON data release, not a database-backed production deployment.

v3.0.0 Candid Corvus 公开演示版发布

这是 PureRecruitment-TAMO-bupter 的 v3.0.0 版本。相比 v2.0.0,本版本进一步完善 TA、MO、Admin 三端招聘闭环,并重点增强 AI 助理、通知、候选人处理、文档和测试覆盖。

v3.0.0 主要更新

  1. Admin 工作流补强:完善管理员资料、改密、内部注册、用户管理、申请管理、课程管理与公告管理,并支持公告优先级和系统通知邮件。
  2. AI 招聘辅助:优化 TA AI 助理与推荐流程,新增 MO AI 助理、候选人分析和课程技能建议;AI 功能仍需自行配置 TONGYI_API_KEY
  3. TA 体验优化:新增访客岗位浏览,改进岗位筛选、申请状态、消息、个人资料、设置、引导和中英文术语。
  4. MO 流程优化:新增候选人筛选、短名单、批量操作、TA-MO 聊天和决策邮件通知,并改进岗位大厅、仪表盘和 jobId 优先匹配。
  5. 文档与验证:新增中英文用户手册、截图、生成文档、测试章节和多组单元测试。

包含的附件

  • PureRecruitment-TAMO-bupter.war: 可部署到 Tomcat 的主程序。
  • mountDataTAMObupter-sample.zip: 运行时测试数据包。
  • PureRecruitment-TAMO-bupter-release-docs.zip: 部署文档、用户手册与测试说明。
  • PureRecruitment-TAMO-bupter-src.zip: release commit 对应的纯净源码包。

What's Changed