Handover workspace

ERS, Todo, OfferReview, and Docu in one view

Imported from live server docs, code structure, and deployment notes.

May 31, 2026, 11:17 AM

OfferReview

Data Model

Use the schema itself for exact columns and relations; this file is a navigation aid rather than a duplicate schema dump.

docs/05-data-model.md

Updated Apr 26, 2026, 8:08 AM

Codex 5.3 Refactor Note: Canonical refactor plan: docs/CODEX-5.3-REFACTOR-PLAN.md. This document is retained for historical and implementation context during the refactor.

Data Model

Current source of truth

Important current entities

  • Candidate workflow: Candidate, HrScreening, ManagerReview, Decision, CandidateDocument
  • Access/governance: User, AccessRequest, AuditLog, SystemSettings, NotificationRule
  • Newer active worktree models:
    • ManagerReviewAccessLink
    • CandidateDeepDiveQuestion
    • CandidateDeepDiveQuestionSet
    • CandidateDeepDiveQuestionSetItem
    • CandidateDeepDiveInvite
    • CandidateDeepDiveResponse

Important current enums

  • CandidateStatus includes CANDIDATE_DEEP_DIVE_PENDING
  • DocumentCategory includes SMO_INTERVIEW

Use the schema itself for exact columns and relations; this file is a navigation aid rather than a duplicate schema dump.