Skip to content

Commit

Permalink
feat: add new job titles
Browse files Browse the repository at this point in the history
  • Loading branch information
anais-boo authored and thibaudlemaire committed Jul 7, 2024
1 parent 99b1636 commit 9430abd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions scripts/jobSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $(document).ready(function () {
"Lead Data Engineer",
"Tech Lead",
"Engineering Manager",
"Site Reliability Engineer"
],
},
ux: {
Expand All @@ -25,8 +26,11 @@ $(document).ready(function () {
"Growth Manager",
"Product Owner & Business Developer",
"Head of QARA",
"Healthcare Product Owner & Quality Assurance",
"FinOps and Delivery Manager"
"Head of QARA & DPO",
"QARA Specialist",
"Healthcare Product Owner & QARA",
"FinOps and Delivery Manager",
"Product & Delivery Consultant"
],
},
ops: {
Expand Down Expand Up @@ -63,7 +67,7 @@ $(document).ready(function () {
},
CEO: {
groupName: "CEO",
options: ["CEO", "CEO - Cofounder", "Cofounder & UK CEO", "Cofounder", "Chief of Staff"],
options: ["CEO", "CEO - Cofounder", "Cofounder & UK CEO", "Cofounder", "Chief of Staff", 'Group Partner'],
},
tribe: {
groupName: "Tribe",
Expand All @@ -89,6 +93,12 @@ $(document).ready(function () {
"Communication & Events",
],
},
staffing: {
groupName: 'Staffing',
options: [
"Staffing",
],
}
};

var jobSelector = $("#jobSelector");
Expand Down

0 comments on commit 9430abd

Please sign in to comment.