Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] level from json-resume is loaded into the description #2199

Open
1 task done
ebCrypto opened this issue Jan 31, 2025 · 0 comments
Open
1 task done

[Bug] level from json-resume is loaded into the description #2199

ebCrypto opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@ebCrypto
Copy link

Is there an existing issue for this?

  • Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Self-Hosted

Current Behavior

if you import an json-resume with

  "skills": [
    {
      "name": "Programming",
      "level": "5",
      "keywords": [
        ".NET",

level is loaded into description at this line:

description: skill.level ?? "",

instead this should go into level.

Expected Behavior

level to no longer be ignored when importing a json-resume

Steps To Reproduce

No response

What browsers are you seeing the problem on?

No response

What template are you using?

None

Anything else?

No response

@ebCrypto ebCrypto added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version
Projects
None yet
Development

No branches or pull requests

2 participants