[Vue] Interviews: interview date picker and calendar push missing #53
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#53
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Interview cards in the Vue kanban have no date input or calendar integration.
Missing features
Interview date picker
interview_datecolumn in the jobs tableCalendar push button
calendar_event_id)scripts/calendar_push.pyImplemented. InterviewCard.vue now has an inline datetime-local picker on phone_screen/interviewing cards (saves via PATCH /api/jobs/{id}/interview_date). Calendar push button calls POST /api/jobs/{id}/calendar_push with 3s inline status feedback. Both new API endpoints added to dev-api.py.