Open
Conversation
* Add new voterreg comp elements * Add more info container * Add reminder and expect modals * Implement light/dark mode for PopupModal * Update reminder modal style * Add Reg by mail modal and style what to expect modal * Update styling for What to expect modal * Update styling and add links * get saved data from database Co-authored-by: Devanshu <devanshusenp@gmail.com>
* integrate RTV Election Reminder form * Added voter registration route * styled election reminders form, made updates to voterregistrationform * election reminder form now updates user document and checks if the user has already signed up for reminders, also redirects to actions * voter registration form visual flow complete * integrated voter reg frontend with api, fixed bug in frontend * made some small improvements to the UI * voter registration flow now includes tooltips and registration status check * voter registration flow ready for end-to-end testing * updated styling in election reminders and voter registration, loading wheel can now be set to a block-style display * eligibility page now re-evaluates elibility if dob is updated after the zip has been entered and elibility has already been determined * resolved conflict in package-lock.json * updated election reminders loading screen and loading wheel component * fixed a few bugs in the voter registration flow * fixed merge conflict in package.json * uncommented code that checks if the user has already registered to vote * separate voter registration flow into individual pages, store voterreg object in authcontext, styling fixes to voterreg flow, redirect user to appropriate page depending on their registration status and the information in the context * fixed election reminders bug * add call to address validation endpoint to address block component, rename optional fields in voter registration data to correspond to newly added api fields * updated actions page to add links upon registering to vote, added general use-case error modal, updated design of address error messsages, cleaned up a few things
* Worked on issue 8.1 Added the required functionality to the /choosereward, /progress, and /actions pages. * bug style fixes Co-authored-by: Devanshu Pandey <devanshusenp@gmail.com>
* redid signup page * email verification after signup + signup form cleanup * private route verification success page * signin verification email * signin verificaiton email logic * /verify page routing * firebase functions
…ist, fix visual bugs (#184) * integrate RTV Election Reminder form * Added voter registration route * styled election reminders form, made updates to voterregistrationform * election reminder form now updates user document and checks if the user has already signed up for reminders, also redirects to actions * voter registration form visual flow complete * integrated voter reg frontend with api, fixed bug in frontend * made some small improvements to the UI * voter registration flow now includes tooltips and registration status check * voter registration flow ready for end-to-end testing * updated styling in election reminders and voter registration, loading wheel can now be set to a block-style display * eligibility page now re-evaluates elibility if dob is updated after the zip has been entered and elibility has already been determined * resolved conflict in package-lock.json * updated election reminders loading screen and loading wheel component * fixed a few bugs in the voter registration flow * fixed merge conflict in package.json * uncommented code that checks if the user has already registered to vote * separate voter registration flow into individual pages, store voterreg object in authcontext, styling fixes to voterreg flow, redirect user to appropriate page depending on their registration status and the information in the context * fixed election reminders bug * add call to address validation endpoint to address block component, rename optional fields in voter registration data to correspond to newly added api fields * updated actions page to add links upon registering to vote, added general use-case error modal, updated design of address error messsages, cleaned up a few things * added partners context, fixed many visual bugs
* integrate RTV Election Reminder form * Added voter registration route * styled election reminders form, made updates to voterregistrationform * election reminder form now updates user document and checks if the user has already signed up for reminders, also redirects to actions * voter registration form visual flow complete * integrated voter reg frontend with api, fixed bug in frontend * made some small improvements to the UI * voter registration flow now includes tooltips and registration status check * voter registration flow ready for end-to-end testing * updated styling in election reminders and voter registration, loading wheel can now be set to a block-style display * eligibility page now re-evaluates elibility if dob is updated after the zip has been entered and elibility has already been determined * resolved conflict in package-lock.json * updated election reminders loading screen and loading wheel component * fixed a few bugs in the voter registration flow * fixed merge conflict in package.json * uncommented code that checks if the user has already registered to vote * separate voter registration flow into individual pages, store voterreg object in authcontext, styling fixes to voterreg flow, redirect user to appropriate page depending on their registration status and the information in the context * fixed election reminders bug * add call to address validation endpoint to address block component, rename optional fields in voter registration data to correspond to newly added api fields * updated actions page to add links upon registering to vote, added general use-case error modal, updated design of address error messsages, cleaned up a few things * added partners context, fixed many visual bugs * updated rewards page
* integrate RTV Election Reminder form * Added voter registration route * styled election reminders form, made updates to voterregistrationform * election reminder form now updates user document and checks if the user has already signed up for reminders, also redirects to actions * voter registration form visual flow complete * integrated voter reg frontend with api, fixed bug in frontend * made some small improvements to the UI * voter registration flow now includes tooltips and registration status check * voter registration flow ready for end-to-end testing * updated styling in election reminders and voter registration, loading wheel can now be set to a block-style display * eligibility page now re-evaluates elibility if dob is updated after the zip has been entered and elibility has already been determined * resolved conflict in package-lock.json * updated election reminders loading screen and loading wheel component * fixed a few bugs in the voter registration flow * fixed merge conflict in package.json * uncommented code that checks if the user has already registered to vote * separate voter registration flow into individual pages, store voterreg object in authcontext, styling fixes to voterreg flow, redirect user to appropriate page depending on their registration status and the information in the context * fixed election reminders bug * add call to address validation endpoint to address block component, rename optional fields in voter registration data to correspond to newly added api fields * updated actions page to add links upon registering to vote, added general use-case error modal, updated design of address error messsages, cleaned up a few things * added partners context, fixed many visual bugs * updated rewards page * user voter registration data is now saved to and looked up from a separate collection in the database.
* IG and SMS Invite/Share workflow, Issue #70 Created IG, SMS flow for Invite/Share, Issue #70 * Made link on one line, overflow hidden, Issue #70 * Fixed header text turning black * Update challenger won email * isChallenger for challengeWon email * Move challengerWelcome email to after email verify
* Worked on issue 8.1 Added the required functionality to the /choosereward, /progress, and /actions pages. * bug style fixes * Styling changes and correctly displaying data on the coupons Co-authored-by: Devanshu Pandey <devanshusenp@gmail.com>
… to /actions page (#190) * integrate RTV Election Reminder form * Added voter registration route * styled election reminders form, made updates to voterregistrationform * election reminder form now updates user document and checks if the user has already signed up for reminders, also redirects to actions * voter registration form visual flow complete * integrated voter reg frontend with api, fixed bug in frontend * made some small improvements to the UI * voter registration flow now includes tooltips and registration status check * voter registration flow ready for end-to-end testing * updated styling in election reminders and voter registration, loading wheel can now be set to a block-style display * eligibility page now re-evaluates elibility if dob is updated after the zip has been entered and elibility has already been determined * resolved conflict in package-lock.json * updated election reminders loading screen and loading wheel component * fixed a few bugs in the voter registration flow * fixed merge conflict in package.json * uncommented code that checks if the user has already registered to vote * separate voter registration flow into individual pages, store voterreg object in authcontext, styling fixes to voterreg flow, redirect user to appropriate page depending on their registration status and the information in the context * fixed election reminders bug * add call to address validation endpoint to address block component, rename optional fields in voter registration data to correspond to newly added api fields * updated actions page to add links upon registering to vote, added general use-case error modal, updated design of address error messsages, cleaned up a few things * added partners context, fixed many visual bugs * updated rewards page * user voter registration data is now saved to and looked up from a separate collection in the database. * Promisify firebase https functions to aid in debugging * update go to challenge link after completing voter reg to link to actions page
Removing unused imports/variables, added/fixing img tag alt text, addressing code style issues like use of != over !==, use of class over className, changed links to buttons and fixed useEffect arrays.
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.
Overview
Test Plan
Follow ups