Summary
Add a calendar (month) and agenda (list) view for interviews, alongside the existing Upcoming/Past/All filters on /interviews.
Motivation
The interviews list is chronological but it is hard to see week-at-a-glance density or spot scheduling clashes.
Proposed approach
- New
view toggle on InterviewsPage (List | Calendar).
- Render a lightweight month grid from
useAllInterviews data — no heavy calendar dep; reuse the existing date helpers in src/lib/format.ts.
- Clicking a day scrolls/links to that day’s interviews.
Acceptance criteria
Summary
Add a calendar (month) and agenda (list) view for interviews, alongside the existing Upcoming/Past/All filters on
/interviews.Motivation
The interviews list is chronological but it is hard to see week-at-a-glance density or spot scheduling clashes.
Proposed approach
viewtoggle onInterviewsPage(List | Calendar).useAllInterviewsdata — no heavy calendar dep; reuse the existing date helpers insrc/lib/format.ts.Acceptance criteria