Recruitment_site/offer_backend/apps/organizations
TianyangZhang 11d1cec192 feat(backend): 组织序列化器添加在招岗位数统计
- JobListSerializer 和 JobDetailSerializer 新增 job_count 字段
- 统计 status='published' 的岗位数量
- 前端展示每个公司/子公司的在招岗位数

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-25 13:12:43 +08:00
..
migrations feat: add Organization model with tree structure 2026-03-24 17:34:56 +08:00
tests fix: fix organizations view queryset and add API tests 2026-03-24 17:37:54 +08:00
__init__.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00
apps.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00
models.py feat: add Organization model with tree structure 2026-03-24 17:34:56 +08:00
serializers.py feat(backend): 组织序列化器添加在招岗位数统计 2026-03-25 13:12:43 +08:00
urls.py feat: add Organization model with tree structure 2026-03-24 17:34:56 +08:00
views.py fix: fix organizations view queryset and add API tests 2026-03-24 17:37:54 +08:00