[Vue] Interview Prep: Practice Q&A (mock interview) and Call Notes missing #58
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#58
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
Two sections from the Streamlit Interview Prep page are absent from Vue.
Missing features
Practice Q&A
Call Notes
Open job listing button
Implemented. InterviewPrepView has a new Practice Q&A tab with chat bubble UI. POSTs to existing /api/jobs/{id}/qa/suggest endpoint, seeds from persisted Q&A history on load, appends new exchanges in real time. Call Notes were already present; open job listing button was already present.