feat(FRG-274): add ATS-Friendly badge and callout near download#46
Merged
Merged
Conversation
- Add "✅ ATS-Friendly" pill badge in the export header area, shown alongside the Export PDF button once a document is formatted - Add "✅ ATS-Friendly Formatting — works with all major applicant tracking systems" callout in the action bar below the Format button as a persistent trust signal for users before they submit Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
Users searching for resume formatting have anxiety about ATS compatibility. Explicitly calling it out near both the primary CTA (Format button) and the download action (Export PDF) removes friction and reinforces confidence at the two most critical moments in the user journey.
Changes
pages/index.vue: Added.ats-badgeelement (shown whenformattedXmlis set) in the export area,.ats-calloutparagraph in the action bar, and corresponding scoped CSS for bothTest plan
/— confirm the.ats-callouttext is visible below the "Format My Resume" button.no-printcontainers)npm run build) ✅Closes FRG-274
🤖 Generated with Claude Code