Last active
February 6, 2018 09:09
-
-
Save Floppy/446a565128a9f6d53d4f8769d729bbdc to your computer and use it in GitHub Desktop.
This file contains 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
const sectorOptions = [ | |
'academia', | |
'media', | |
'business', | |
'public-service', | |
'international', | |
'non-profit', | |
]; | |
const expertiseOptions = [ | |
'digital', | |
'energy', | |
'education', | |
'finance', | |
'governance', | |
'health', | |
'international', | |
'justice', | |
'science', | |
'transport', | |
'business', | |
'engagement', | |
]; |
This file contains 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
{ | |
"signup": { | |
"sector": { | |
"academia": "Academia", | |
"media": "Media", | |
"business": "Business", | |
"public-service": "Public Service", | |
"international": "International Organisation", | |
"non-profit": "Non-Profit" | |
}, | |
"expertise": { | |
"digital": "Data and Digital", | |
"energy": "Energy and Environment", | |
"education": "Education", | |
"finance": "Finance", | |
"governance": "Governance, Innovation and Performance", | |
"health": "Health and Social Affairs", | |
"international": "International Affairs and Human Rights", | |
"justice": "Justice", | |
"science": "Science and Technology", | |
"transport": "Transport", | |
"business": "Business and Trade", | |
"engagement": "Citizen Engagement and Communities" | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This shows the IDs for sectors and fields as stored in Auth0, along with the translation strings used in the signup UI.