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

Display project.description and education.url #95

Open
dlmw opened this issue Jan 24, 2025 · 1 comment
Open

Display project.description and education.url #95

dlmw opened this issue Jan 24, 2025 · 1 comment

Comments

@dlmw
Copy link

dlmw commented Jan 24, 2025

The url of the institution isn't used whatsoever. I think it would be nice if it added a link like it does for the companies.

{
  "institution": "University",
  "url": "https://institution.com/", // this is not used but could be used to link to the institution
  "area": "Software Development",
  "studyType": "Bachelor",
  "startDate": "2011-01-01",
  "endDate": "2013-01-01",
  "score": "4.0",
  "courses": [
    "DB1101 - Basic SQL"
  ]
}

Additionally, it would be nice to have project.description just before the project.highlights in the HTML.

{
  "name": "Project",
  "startDate": "2019-01-01",
  "endDate": "2021-01-01",
  "description": "Description...", // this is not displayed
  "highlights": [
    "Won award at AIHacks 2016"
  ],
  "url": "https://project.com/"
}
@fruggiero
Copy link
Contributor

I've just opened the pull request #96 for the description part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants