[Feature] Add Links to JSON Schema in Import Dialog #2159
Labels
enhancement
New feature or request
needs triage
Issues that need to be triaged
v4
Issues related to the latest version
Is there an existing issue for this feature?
Feature Description
Description
As a user, when I select
.json
files as the file type in the Import Dialog, I would like to see clickable links to the JSON schema documentation. This would allow me to reference the correct file format with both the official schema on GitHub and the user-friendly presentation on [jsonresume.org](https://jsonresume.org/schema).Proposed Solution
Update the helper text for the
.json
file type to include two clickable links:For users who need direct access to the schema file.
For users who prefer a user-friendly overview of the schema.
Ensure both links are styled for accessibility (e.g.,
target="_blank"
andrel="noopener noreferrer"
) and clearly indicate their purpose.Acceptance Criteria
.json
files includes both hyperlinks (GitHub and JsonResume.org).Example Text for Helper Message
Additional Context
Providing both links ensures users have flexibility to choose between a developer-centric view (GitHub) and a more accessible overview (JsonResume.org). This reduces confusion and errors during the import process while improving overall usability.
The text was updated successfully, but these errors were encountered: