[Vue] Apply Workspace: cover letter PDF export missing #52
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#52
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
The Streamlit apply page exports cover letters to PDF (saved to the user's JobSearch folder). The Vue apply workspace has no PDF export.
Expected behaviour
Notes
The PDF generation logic already exists in
scripts/generate_cover_letter.py. This is a matter of wiring an API endpoint + download button in Vue.This is already implemented.
GET /api/jobs/{id}/cover_letter/pdfexists indev-api.py(line 574) and the Download PDF button is wired inApplyWorkspace.vue. Closing as done.