Skip to content

Commit f74d7c2

Browse files
committed
Clean up the Lever categories to make sure related jobs are showing
1 parent 524d908 commit f74d7c2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

_data/teams.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,19 @@
33
# plumbing jobs into team's blog posts
44
---
55
iOS:
6-
# the category in Lever
7-
lever: 'iOS'
6+
lever: 'Mobile'
87

98
Android:
10-
lever: 'Android'
9+
lever: 'Mobile'
1110

1211
Data Science:
13-
lever: 'Data Science - San Francisco'
12+
lever: 'Data Science'
1413

1514
Core Platform:
1615
lever: 'Core Platform'
1716

1817
Data Engineering:
19-
# No clue why these jobs are grouped with Core Platform in Lever, but not
20-
# really important to fix at the moment
21-
lever: 'Core Platform'
18+
lever: 'Data Engineering'
2219

2320
Core Infrastructure:
2421
lever: 'Core Infrastructure'

_includes/related-jobs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ <h5 class="mb-3">Related Jobs
1313
<!--
1414
window.onload = () =>{
1515
renderJobs(document.getElementById('jobs'), "{{ site.data.teams[page.team].lever }}", 4);
16+
// Always include some Engineering jobs if we have any general ones
17+
renderJobs(document.getElementById('jobs'), "{{ site.data.teams['Engineering'].lever }}", 2);
1618
};
1719
-->
1820
</script>

0 commit comments

Comments
 (0)