[Vue] Interviews: interview date picker and calendar push missing #53

Open
opened 2026-04-02 17:30:19 -07:00 by pyr0ball · 0 comments
Owner

Problem

Interview cards in the Vue kanban have no date input or calendar integration.

Missing features

Interview date picker

  • Date input field on each kanban card (phone_screen and interviewing columns)
  • Saves to interview_date column in the jobs table
  • Displayed as formatted date + time remaining countdown

Calendar push button

  • Appears when a calendar integration is configured (Google Calendar or Apple CalDAV)
  • Pushes the interview as a calendar event (idempotent via calendar_event_id)
  • Already implemented server-side in scripts/calendar_push.py
## Problem Interview cards in the Vue kanban have no date input or calendar integration. ## Missing features ### Interview date picker - Date input field on each kanban card (phone_screen and interviewing columns) - Saves to `interview_date` column in the jobs table - Displayed as formatted date + time remaining countdown ### Calendar push button - Appears when a calendar integration is configured (Google Calendar or Apple CalDAV) - Pushes the interview as a calendar event (idempotent via `calendar_event_id`) - Already implemented server-side in `scripts/calendar_push.py`
pyr0ball added this to the Paid Tier GA milestone 2026-04-02 17:30:19 -07:00
pyr0ball added the
enhancement
vue
labels 2026-04-02 17:30:19 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/peregrine#53
No description provided.