Conversation
Collaborator
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. What shall we delve into next? ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
to store user's timezone
d4eabf2 to
1830a28
Compare
UmairHundekar
pushed a commit
that referenced
this pull request
Nov 25, 2025
#### 1. Added Timezone dropdown to intake form - migration to add time_zone column to user_data table - updated intake_form_processor to store timezone in the new column - added timezone dropdown to the intake form - timezoneUtils.ts - automatically detects the user's timezone when they load the intake form and prefills the timezone dropdown if possible #### 2. Updated onboarding form styling to match Figma - updated dropdowns for marital status and ethnic group to match actual option list - added 2 new components for dropdowns that match the figma styling - updated borders of text input fields to match figma styling ## Notion ticket link <!-- Please replace with your ticket's URL --> [Time Zones](https://www.notion.so/uwblueprintexecs/Time-Zones-29410f3fb1dc80f8819ee5616c42aa3c?v=27210f3fb1dc8133a6e1000cf4eabc81&source=copy_link) <!-- Give a quick summary of the implementation details, provide design justifications if necessary --> ## Implementation description * <!-- What should the reviewer do to verify your changes? Describe expected results and include screenshots when appropriate --> ## Steps to test 1. <!-- Draw attention to the substantial parts of your PR or anything you'd like a second opinion on --> ## What should reviewers focus on? * ## Checklist - [ ] My PR name is descriptive and in imperative tense - [ ] My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits - [ ] I have run the appropriate linter(s) - [ ] I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Added Timezone dropdown to intake form
2. Updated onboarding form styling to match Figma
Notion ticket link
Time Zones
Implementation description
Steps to test
What should reviewers focus on?
Checklist