Skip to content

Eoy cleanup - #758

Merged
TheAbubakrAbu merged 2 commits into
devfrom
eoy-cleanup
Jun 14, 2026
Merged

Eoy cleanup#758
TheAbubakrAbu merged 2 commits into
devfrom
eoy-cleanup

Conversation

@TheAbubakrAbu

Copy link
Copy Markdown
Collaborator

Summary

Fixes two bugs: the onboarding flow's Finish button silently failing, and the restaurant menu showing the wrong day's food in a different time zone.

Changes

  • Fix onboarding Finish button. Previously, dietary preferences and allergies were being sent as display names (with a beginning capital case like "Halal", "Tree Nuts"), but the DB enum expected something else: camelCase values like "halal" and "treeNuts." This fixed the crash of onboarding.

Testing Instructions

  • Create a new account and complete onboarding and now the finish button should dismiss the dialog and save preferences correctly.

Closes #

@TheAbubakrAbu
TheAbubakrAbu temporarily deployed to staging-758 June 10, 2026 20:43 — with GitHub Actions Inactive
@TheAbubakrAbu
TheAbubakrAbu requested a review from LexTruong June 10, 2026 20:43
@github-actions
github-actions Bot temporarily deployed to staging-758 June 10, 2026 20:43 Inactive

@EightBitByte EightBitByte left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super simple fix - can't believe I didn't see it myself. LGTM!

@TheAbubakrAbu
TheAbubakrAbu merged commit a3901c5 into dev Jun 14, 2026
2 checks passed
@TheAbubakrAbu
TheAbubakrAbu deleted the eoy-cleanup branch June 14, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants