Replies: 1 comment 4 replies
-
|
Not sure that would be beneficial: I have yet to meet a recruiter self serving this and joke aside, the public site doesn't expose PII (email, phone) by design so that's not really helpful for the recruiter who is just being pushed to contact the candidate via its social profile .Instead and most likely they won't be able to register the candidate in their db without at least an email |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Discussion: ATS PDF Export on Public Frontend
Context
CV Manager already has an ATS PDF export in the admin interface (
:3000) with:This feature should be enabled with the same/similar capability on the public site (
:3001) so recruiters and HR can self-serve a clean, ATS-friendly PDF without needing admin access.Proposed Solution
Add a "Download ATS PDF" button on the public frontend, reusing the existing backend endpoint
/api/export/ats-pdf. (please keep it secure!)UX Flow
/or/v/{slug}Benefits
References
public/shared/admin.js:openAtsPdfModal()src/server.js:2992(POST /api/export/ats-pdf)public-readonly/index.html:#publicPrintBtnBeta Was this translation helpful? Give feedback.
All reactions