Skip to content

Instantly share code, notes, and snippets.

@Floppy
Last active February 6, 2018 09:09
Show Gist options
  • Save Floppy/446a565128a9f6d53d4f8769d729bbdc to your computer and use it in GitHub Desktop.
Save Floppy/446a565128a9f6d53d4f8769d729bbdc to your computer and use it in GitHub Desktop.
const sectorOptions = [
'academia',
'media',
'business',
'public-service',
'international',
'non-profit',
];
const expertiseOptions = [
'digital',
'energy',
'education',
'finance',
'governance',
'health',
'international',
'justice',
'science',
'transport',
'business',
'engagement',
];
{
"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"
}
},
}
@Floppy
Copy link
Author

Floppy commented Feb 6, 2018

This shows the IDs for sectors and fields as stored in Auth0, along with the translation strings used in the signup UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment