You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/"
}
The text was updated successfully, but these errors were encountered:
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.Additionally, it would be nice to have
project.description
just before theproject.highlights
in the HTML.The text was updated successfully, but these errors were encountered: