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] Highlights section ignored when parsing json-resume #2200

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

[Bug] Highlights section ignored when parsing json-resume #2200

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

Cloud (https://rxresu.me)

Current Behavior

The official schema has an highlights within the work.

It is ignored by this code block:
https://github.com/AmruthPillai/Reactive-Resume/blob/main/libs/parser/src/json-resume/index.ts#L87C4-L100C6

Expected Behavior

All the fields from json-resume should be ingested and processed.

Steps To Reproduce

dummy-data.json

load the test data and observe that the highlights are ignored.

    "work": [{
      "name": "Company",
      "position": "President",
      "url": "https://company.com",
      "startDate": "2013-01-01",
      "endDate": "2014-01-01",
      "summary": "Description…",
      "highlights": [
        "Started the company", 
        "Hired employees",
        "Launched the product",
        "Raised $1M in seed funding",
        "Grew the company to 50 employees"
      ]
    }],

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