Skip to content

Clear the fields and add success message after sending account invite#1008

Merged
tektaxi merged 11 commits intodevelopfrom
jamie
Nov 15, 2024
Merged

Clear the fields and add success message after sending account invite#1008
tektaxi merged 11 commits intodevelopfrom
jamie

Conversation

@JamieXiao
Copy link
Copy Markdown
Contributor

Tickets:

  • HCK-

List of changes:

Edited the InviteForm file to clear the fields and show a success message after an account invite is sent

Type of change:

Please delete options that aren't relevant.

  • Bug fix (non-breaking change which fixes an issue)

How did you do this?

In the InviteForm file, installed react-toastify (allows easy access to notifications). Edited the handleSubmit by adding a toast.success message and resetForm() action to create a success message and clear/reset the fields.

How to test:

Questions:

Is it okay that I installed react-toastify?

PR Checklist:

  • Merged develop branch (before testing)
  • Linted my code locally
  • Listed change(s) in the Changelog
  • Tested all links in project relevant browsers
  • Tested all links on different screen sizes
  • Referenced all useful info (issues, tasks, etc)

Screenshots:

image
image

JamieXiao and others added 6 commits October 30, 2024 16:13
…dded phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
@vercel
Copy link
Copy Markdown

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2024 4:09am

tektaxi and others added 3 commits November 14, 2024 23:01
* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>
* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
@tektaxi tektaxi changed the base branch from main to develop November 15, 2024 04:02
Copy link
Copy Markdown
Contributor

@tektaxi tektaxi left a comment

Choose a reason for hiding this comment

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

i screwed this up with a rebase it's so messy now but good job the actual changes work great!

@tektaxi tektaxi merged commit c902184 into develop Nov 15, 2024
@tektaxi tektaxi deleted the jamie branch November 15, 2024 04:12
tektaxi added a commit that referenced this pull request Nov 15, 2024
…#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
tektaxi added a commit that referenced this pull request Nov 15, 2024
* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
tektaxi added a commit that referenced this pull request Nov 15, 2024
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
tektaxi added a commit that referenced this pull request Dec 7, 2024
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
tektaxi added a commit that referenced this pull request Dec 7, 2024
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
tektaxi added a commit that referenced this pull request Dec 7, 2024
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* fixed the comma separation, changed to csv

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
tektaxi added a commit that referenced this pull request Oct 19, 2025
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
tektaxi added a commit that referenced this pull request Oct 19, 2025
…ed to csv/tsv exporting. Only conflicts on two lines.

Fix/tsv csv (#1026)

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* fixed the comma separation, changed to csv

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
joshuazhou744 added a commit that referenced this pull request Jan 15, 2026
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* fixed the comma separation, changed to csv

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
tektaxi added a commit that referenced this pull request Jan 17, 2026
* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Update date2age function to parse ages from birthdates

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* Create HackerCheckinForm

* Create all form fields

* Finish hacker checkin form component with working submission

* Working checkin form only for checked in hackers

* checkin form fix

* Add devpost and discord tag fields to hacker self checkin

* Add devpost url validation on submit

* toggle team checkin form open/close

* workshops removed

* mlh and more validation

* Fix/tsv csv (#1026)

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* fixed the comma separation, changed to csv

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* unistalled sentry from the packages

* change martlet text title

* update logos and banner for mchacks 13 design

* display number of hackers returned from a search query (#1043)

* API for automated emails

* Button and logic for sending automated emails

* Better UI for email buttons

* Feat/application review (#1038)

* not complete app review

* updated dashboard for reviewer app

* Reviewer Status: changes (haven't added to 2nd and no name)

* Hacker Review Feature

* Cleaner code

* reviewer comments

* search hackers table: added review status

* Added Review Status into the filter

* add reviewer score onto search table

* reviewer score filter

* fix update

* whitelist = 5

* cleaner code

* fixed sort for review status and review score

* not complete app review

* updated dashboard for reviewer app

* Reviewer Status: changes (haven't added to 2nd and no name)

* Hacker Review Feature

* Cleaner code

* reviewer comments

* search hackers table: added review status

* Added Review Status into the filter

* add reviewer score onto search table

* reviewer score filter

* fix update

* whitelist = 5

* cleaner code

* fixed sort for review status and review score

---------

Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* add heroku dev environment link

* Add Hackboard Role + npm lint (#1045)

* Tons of frontend changes + npm lint

* Hackboard view change

* delete unused button

* allow hackboard members to use save changes button for reviews

---------

Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Feat/assign reviewers (#1051)

* added filters for reviewers

* Added '' to reviewer names values for default value

* Added button for assign reviewers on the search page

* remove unecessary

* recomment

* Use string parameter instead of hardcoded names

* Reviewer name module

* delete comment

* Set reviewerNames back to '' after submitting

---------

Co-authored-by: Mubeen Mohammed <mubeen.mohammed@mail.mcgill.ca>

* delete unused button

* Fixed bug with export hackers download function

* add directors

* link to other team members in hacker view

* added option to filter by grouped teams in search (exclude hackers with no team)

* validate teammate exists and is a valid hacker before linking

* Changed rejection email status from "Declined" to "Applied"

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Finish hacker checkin form component with working submission

* Working checkin form only for checked in hackers

* toggle team checkin form open/close

* mlh and more validation

* team checkin page auth

* change sponsor challenges

* remove tailed from sponsor chall

* add prizes to mlh challenges

* added a constant for checkin

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
Co-authored-by: allennatang <34189526+allennatang@users.noreply.github.com>
Co-authored-by: Mubeen Mohammed <mubeen.mohammed@mail.mcgill.ca>
Co-authored-by: JAMIE XIAO <jamie.xiao.ca@gmail.com>
Co-authored-by: janekhuong <janekhuong05@gmail.com>
tektaxi added a commit that referenced this pull request Jan 17, 2026
* Changed rejection email status from "Declined" to "Applied"

* updated sponsor info

* Feat/Team Checkin Form UI (#1060)

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Update date2age function to parse ages from birthdates

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* Create HackerCheckinForm

* Create all form fields

* Finish hacker checkin form component with working submission

* Working checkin form only for checked in hackers

* checkin form fix

* Add devpost and discord tag fields to hacker self checkin

* Add devpost url validation on submit

* toggle team checkin form open/close

* workshops removed

* mlh and more validation

* Fix/tsv csv (#1026)

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Fix/update grad years (#1015)

* Add 3rd checkbox to Terms and Conditions #1010

* Update Grad Years in Filter

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Clear the fields and add success message after sending account invite (#1008)

* change-mchacks12

* change-mchacks12

* Remove Netlify link from README

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* Fix/fixed phone number input (#1006)

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation.

* Initialize phone number as inputted value in sign up form so it doesn't default to 11111111111

---------

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* add success message and reset fields after an invite is successfully sent

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Add 3rd checkbox to Terms and Conditions (#1012)

* Add 3rd checkbox to Terms and Conditions #1010

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Added Jamie's changes for MLH checkbox, fixed merge conflicts.

* fixed dumb rebase error

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* change-mchacks12

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

---------

Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Accomodate intl phone numbers in account creation

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Updated hacker export by removing/commenting out fields that don't exist anymore, and adding new fields to match current account/application form.

* switch csv export to tsv to avoid input errors

* fixed the comma separation, changed to csv

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* unistalled sentry from the packages

* change martlet text title

* update logos and banner for mchacks 13 design

* display number of hackers returned from a search query (#1043)

* API for automated emails

* Button and logic for sending automated emails

* Better UI for email buttons

* Feat/application review (#1038)

* not complete app review

* updated dashboard for reviewer app

* Reviewer Status: changes (haven't added to 2nd and no name)

* Hacker Review Feature

* Cleaner code

* reviewer comments

* search hackers table: added review status

* Added Review Status into the filter

* add reviewer score onto search table

* reviewer score filter

* fix update

* whitelist = 5

* cleaner code

* fixed sort for review status and review score

* not complete app review

* updated dashboard for reviewer app

* Reviewer Status: changes (haven't added to 2nd and no name)

* Hacker Review Feature

* Cleaner code

* reviewer comments

* search hackers table: added review status

* Added Review Status into the filter

* add reviewer score onto search table

* reviewer score filter

* fix update

* whitelist = 5

* cleaner code

* fixed sort for review status and review score

---------

Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* add heroku dev environment link

* Add Hackboard Role + npm lint (#1045)

* Tons of frontend changes + npm lint

* Hackboard view change

* delete unused button

* allow hackboard members to use save changes button for reviews

---------

Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>

* Feat/assign reviewers (#1051)

* added filters for reviewers

* Added '' to reviewer names values for default value

* Added button for assign reviewers on the search page

* remove unecessary

* recomment

* Use string parameter instead of hardcoded names

* Reviewer name module

* delete comment

* Set reviewerNames back to '' after submitting

---------

Co-authored-by: Mubeen Mohammed <mubeen.mohammed@mail.mcgill.ca>

* delete unused button

* Fixed bug with export hackers download function

* add directors

* link to other team members in hacker view

* added option to filter by grouped teams in search (exclude hackers with no team)

* validate teammate exists and is a valid hacker before linking

* Changed rejection email status from "Declined" to "Applied"

* Removed Facebook eventPrompt; Fixed typo in application submission; Added phone number field to account creation. (#1005)

Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>

* MLH Form Changes (#1016)

* Updated level of study options to match MLH requirements

* #1000 - Update export from .tsv to .csv

* Changed hacker account form 'birthdate' field to 'age' #1003

* Added country of residence field to Other/Personal Details section of hacker application #1009

* Added country of residence field to the hacker application.

* add back CEGEP level of study.

---------

Co-authored-by: allennatang <allennatang@gmail.com>

* Changed conditional rendering for editing phone number in ManageAccountForm.tsx

* Finish hacker checkin form component with working submission

* Working checkin form only for checked in hackers

* toggle team checkin form open/close

* mlh and more validation

* team checkin page auth

* change sponsor challenges

* remove tailed from sponsor chall

* add prizes to mlh challenges

* added a constant for checkin

---------

Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: Tavi Pollard <45189395+tektaxi@users.noreply.github.com>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: Tavi Pollard <tavienpollard@gmail.com>
Co-authored-by: allennatang <34189526+allennatang@users.noreply.github.com>
Co-authored-by: Mubeen Mohammed <mubeen.mohammed@mail.mcgill.ca>
Co-authored-by: JAMIE XIAO <jamie.xiao.ca@gmail.com>
Co-authored-by: janekhuong <janekhuong05@gmail.com>

---------

Co-authored-by: janekhuong <janekhuong05@gmail.com>
Co-authored-by: Joshua Zhou <joshuazhou744@gmail.com>
Co-authored-by: Mika Vohl <103958325+MikaVohl@users.noreply.github.com>
Co-authored-by: Joshua Zhou <j.zhou11@share.epsb.ca>
Co-authored-by: allennatang <allennatang@gmail.com>
Co-authored-by: Jamie Xiao <141690843+JamieXiao@users.noreply.github.com>
Co-authored-by: allennatang <34189526+allennatang@users.noreply.github.com>
Co-authored-by: Mubeen Mohammed <mubeen.mohammed@mail.mcgill.ca>
Co-authored-by: JAMIE XIAO <jamie.xiao.ca@gmail.com>
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.

4 participants