Handover workspace

ERS, Todo, OfferReview, and Docu in one view

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

Apr 3, 2026, 12:38 PM

OfferReview

W11 Candidate List Index

1. Start server: `npm run dev` 2. Login as any user (HR/Manager/SMO/Admin) 3. Navigate `/candidates` 4. See role-specific saved views in sidebar 5. Click saved view or apply filters 6. Click candidate row to open detail

W11-INDEX.md

Updated Feb 19, 2026, 6:59 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.

W11 Candidate List Index

๐Ÿ“š Documentation

๐Ÿš€ Quick Start

  1. Start server: npm run dev
  2. Login as any user (HR/Manager/SMO/Admin)
  3. Navigate /candidates
  4. See role-specific saved views in sidebar
  5. Click saved view or apply filters
  6. Click candidate row to open detail

๐Ÿ“Š Saved Views

HR: Needs Screening, Needs Manager, Active Pipeline, All
Manager: My Queue, Waiting for SMO, My Reviewed, All Assigned
SMO: Needs Decision, Recent Decisions
Admin: All Candidates

๐Ÿ” Filters

  • Search: name, code, position
  • Status: multi-select
  • Position: dropdown
  • Manager: dropdown
  • Date range: created from/to
  • Overdue toggle

๐Ÿ“‹ Table Columns

  • Candidate (name + code)
  • Applying For
  • Status (color badge)
  • Owner (HR/Manager/SMO)
  • Assigned Manager
  • Age in Status (days)
  • Updated At
  • Actions (Open)

โœ… Test Checklist

20 test cases in W11-IMPLEMENTATION.md Section H