Skip to content

Fork merge test#2

Open
CaptainExtremis wants to merge 14 commits intoCaptainExtremis:test1from
8by8-org:development
Open

Fork merge test#2
CaptainExtremis wants to merge 14 commits intoCaptainExtremis:test1from
8by8-org:development

Conversation

@CaptainExtremis
Copy link
Owner

Overview

REQUIRED
Fill in the overview of this PR, what this PR is trying to achieve

Test Plan

REQUIRED
What you did to verify your PR works as claimed? Make sure to list things/steps/screenshots/screentcasts so that others could reproduce your test easily. Share styling changes and component updates through screenshots

Follow ups

It is okay for the PR to be not perfect, list what you/other should work on after this PR is merged

wcouturiaux and others added 14 commits August 31, 2022 17:22
* 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
* 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
* 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.
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.

7 participants