Last active
August 11, 2019 14:30
-
-
Save hoodwink73/e639373acb17a4e4b18e04eac1a63bf7 to your computer and use it in GitHub Desktop.
A list of professional roles. Extracted from Angel List and Mixpanel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const USER_JOB_ROLES = new Map([ | |
[ | |
"Software Engineer", | |
[ | |
"Mobile Developer", | |
"Frontend Developer", | |
"Backend Developer", | |
"Full-Stack Developer", | |
"Engineering Manager", | |
"QA Engineer", | |
"DevOps", | |
"Software Architect", | |
"Designer", | |
"UI/UX Designer", | |
"User Researcher", | |
"Visual Designer", | |
"Creative Director" | |
] | |
], | |
[ | |
"Engineering", | |
["Hardware Engineer", "Mechanical Engineer", "Systems Engineer"] | |
], | |
["Product", ["Data Scientist", "Product Manager", "Project Manager"]], | |
["Bussiness", ["Attorney", "Business Analyst"]], | |
[ | |
"Operations", | |
[ | |
"Finance/Accounting", | |
"H.R.", | |
"Office Manager", | |
"Recruiter", | |
"Customer Service", | |
"Operations Manager" | |
] | |
], | |
[ | |
"Sales", | |
[ | |
"Business Development", | |
"Sales Development", | |
"Account Executive", | |
"BD Manager", | |
"Account Manager", | |
"Sales Manager" | |
] | |
], | |
["Marketing", ["Growth Hacker", "Marketing Manager", "Content Creator"]], | |
["Management", ["CEO", "CFO", "CMO", "COO", "CTO"]] | |
]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const USER_JOB_ROLES = [ | |
"Executive (C-Level or Founder)", | |
"Product", | |
"Design and UX", | |
"Engineering", | |
"Marketing", | |
"Analytics and Data Science", | |
"Support", | |
"Sales", | |
"Success", | |
"Growth", | |
"Community", | |
"Other" | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment