Skip to content

Commit

Permalink
Rework sorting logic
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk committed Dec 25, 2024
1 parent 02ec2ad commit d212780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"summary": "STABL Energy develops smart, safe, reliable, and cost‑effective battery storage systems.",
"url": "https://stabl.com/",
"location": "Munich, Germany",
"importance": 5
"importance": 6
},
{
"name": "STABL Energy",
Expand All @@ -60,7 +60,7 @@
"endDate": "2023-07-31",
"url": "https://stabl.com/",
"location": "Munich, Germany",
"importance": 5
"importance": 6
},
{
"name": "STABL Energy",
Expand All @@ -73,7 +73,7 @@
],
"url": "https://stabl.com/",
"location": "Munich, Germany",
"importance": 5
"importance": 6
},
{
"name": "Lohr IT",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils.typ
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
if "endDate" in entry {
entry.endDate
} else {
("AAA" + entry.startDate)
entry.startDate
}
}

0 comments on commit d212780

Please sign in to comment.