Claude
|
1823b95819
|
feat: 管理后台央企红门户风格重构 + 职位编制字段及启动脚本
- 管理后台改用央企红(#C60C1E)门户风格:红顶白底、扁平务实、
金色点缀;侧栏导航加图标与分组,Dialog 红标题栏,表格/卡片/按钮统一
- 后端 jobs 新增 headcount(编制)字段及迁移、school_data 学校数据、
组织序列化调整
- 新增 start.bat / dev.bat 一键启动前后端,.gitignore 规范化
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-06-26 15:02:50 +08:00 |
TianyangZhang
|
536be6c1a1
|
refactor: 调整岗位、应用等模块,适配三栏设计
后端变更:
- 岗位序列化器调整,支持组织树形结构
- 应用序列化器更新
- 岗位视图逻辑兼容新的过滤需求
- 新增 JobFavorite 数据库迁移(岗位收藏功能)
- 岗位URL路由配置更新
前端变更:
- 岗位详情页面兼容新设计
- 求职者应用、简历页面样式调整
- 路由配置更新,支持三栏布局
- App.vue 组件调整
- Vite 配置微调
这些调整为首页三栏布局的完整实现提供支撑。
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
2026-03-25 13:13:09 +08:00 |
TianyangZhang
|
f5d753d441
|
fix: fix jobs view filter backend and defensive queryset
- Replace inline __import__ with proper DjangoFilterBackend import
- Add SearchFilter to JobPublicViewSet filter_backends
- Add defensive check for missing organization_id in get_queryset
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-24 17:41:58 +08:00 |
TianyangZhang
|
f228ff0697
|
feat: add Job model with search/filter and role-based access
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-24 17:39:58 +08:00 |