-
Notifications
You must be signed in to change notification settings - Fork 41
Milestone
Description
Is your feature request related to a problem? Please describe.
For discipline creation there should be picklist of discipline types.
const disciplineTypeOptions = [
{ value: 'fish', label: 'Fish' },
{ value: 'herpetology', label: 'Herpetology' },
{ value: 'paleobotany', label: 'Paleobotany' },
{ value: 'invertpaleo', label: 'Invertebrate Paleontology' },
{ value: 'vertpaleo', label: 'Vertebrate Paleontology' },
{ value: 'bird', label: 'Bird' },
{ value: 'mammal', label: 'Mammal' },
{ value: 'insect', label: 'Insect' },
{ value: 'botany', label: 'Botany' },
{ value: 'invertebrate', label: 'Invertebrate' },
{ value: 'geology', label: 'Geology' },
];
Describe the solution you'd like
It should be created through a migration.
Describe alternatives you've considered
It's currently hardcoded in the setup PR. It should be a migration though.
Metadata
Metadata
Assignees
Labels
No labels