Skip to content

Commit

Permalink
Merge pull request #213 from ugahacks/feature/registration-change-dp
Browse files Browse the repository at this point in the history
Add hispanic and gluten free
  • Loading branch information
dhruv2253 authored Jun 25, 2024
2 parents aa8b556 + 6c65a20 commit a85e426
Show file tree
Hide file tree
Showing 2 changed files with 7,270 additions and 5,011 deletions.
2 changes: 2 additions & 0 deletions projects/mybyte/enums/registerEnums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum Races {
black = "Black",
middleEastern = "Middle Eastern",
nativeAmerican = "Native American, Alaskan Native, or Native Hawaiian",
hispanic = "Hispanic",
other = "Other",
preferNotToAnswer = "Prefer Not to Answer"
}
Expand Down Expand Up @@ -68,6 +69,7 @@ export enum DietaryRestrictions {
celiacDisease = "Celiac Disease",
kosher = "Kosher",
halal = "Halal",
glutenFree = "Gluten Free",
none = "None",
other = "Other",
}
Expand Down
Loading

0 comments on commit a85e426

Please sign in to comment.