Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: zipcode lenght issue for registration #1057

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

Giuliano1993
Copy link
Contributor

closes #1055

👷🏻 Changes made

Just needed to handle the length of zipcode for most countries, so i added a check in the useValidation hook to accept not only 6 characters long zip codes but also the ones long 5 characters

@github-actions github-actions bot added 🐞 bug This is a patch, generally fixing some bugs. status: todo ⏳ This issue is yet to be seen by the maintainer of the project. labels Aug 24, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hello @Giuliano1993, thank you for raising a pull request.

Currently, the pull request is marked as https://github.com/MilanCommunity/Milan/labels/%F0%9F%91%B7%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8F%20status%3A%20awaiting%20triage which means that work for this issue is on hold and we are waiting for the maintainers/owner to review it and provide you with feedback/suggestions to proceed further.

Feel free to reach out to Tamal on Twitter, or drop a mail at tamalcodes@gmail.com if you think that this pull request is of critical priority.

Give us a ⭐ to show some support
Happy OpenSource 🚀

@github-actions github-actions bot temporarily deployed to Preview August 24, 2023 10:11 Inactive
@github-actions
Copy link

This pull request has been deployed to Vercel.

Latest commit: 0ccf9d6
✅ Preview: https://milan-beta-kt9m30hq6-iamtamal.vercel.app
🔍 Inspect: https://vercel.com/iamtamal/milan-beta/8VVWRvtMBkfZL4uHstg2ajCAdcMg

View Workflow Logs

@github-actions github-actions bot added the deployed This PR has been deployed to Vercel for testing. label Aug 24, 2023
Copy link
Member

@tamalCodes tamalCodes left a comment

Choose a reason for hiding this comment

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

Amazing work !

The changes look good to me and will be merged soon.

Do follow Tamal for more Opensource fun projects and don't forget to drop a star so that you get updated about our latest releases (we will tag you and mention your work) and also a shoutout on social media (LinkedIn and Twitter) !

Happy Opensource 🚀.

@tamalCodes tamalCodes added area/logic This issue is related to a logic fix. Beta Release The changes in the Issue/PR are in beta stage, and might be unstable in production. status: ready ✅ This PR has passed all the checks and is now ready to be merged. and removed deployed This PR has been deployed to Vercel for testing. status: todo ⏳ This issue is yet to be seen by the maintainer of the project. labels Aug 30, 2023
@tamalCodes tamalCodes merged commit 34e2640 into ngoworldcommunity:beta Aug 30, 2023
7 checks passed
@Giuliano1993 Giuliano1993 deleted the fix-zipcode branch August 30, 2023 17:06
tamalCodes added a commit that referenced this pull request Aug 31, 2023
* feat: merging the authentication pages of 2 different types of users into a single one (#1041)

* feat: enable direct access to signup/signin form from respective buttons

* fix: fixed bug in signin

* feat: merging the authentication pages of 2 different types of users into a single one

* chore: improve .gitignore and remove .DS_Store (#1010)

* chore: update .gitignore

* chore: delete .DS_Store

* chore: remove unnecessary files as per codebase

---------

Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* chore(refactor): changes to tests & cleanup

* fix: added conditional rendering to clubs data

* docs: updates to grammars and new shield icons

* fix: revamping the tags in the footer (#1049)

Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* fix: registration zipcode length issue (#1057)

* fix: go back button return to home (#1056)

Co-authored-by: parth <parth@gmail.com>
Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* chore(refactor): changes to the auth logics (#1063)

---------

Co-authored-by: Vansh Gandhi <vansh.vg18@gmail.com>
Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com>
Co-authored-by: Baidyanath Sarkar <73095526+badrivlog@users.noreply.github.com>
Co-authored-by: Ghostylab <giuliano.gostinfini.93@gmail.com>
Co-authored-by: Steakysteak <75496668+Steakysteak@users.noreply.github.com>
Co-authored-by: parth <parth@gmail.com>
tamalCodes added a commit that referenced this pull request Sep 10, 2023
* feat: merging the authentication pages of 2 different types of users into a single one (#1041)

* feat: enable direct access to signup/signin form from respective buttons

* fix: fixed bug in signin

* feat: merging the authentication pages of 2 different types of users into a single one

* chore: improve .gitignore and remove .DS_Store (#1010)

* chore: update .gitignore

* chore: delete .DS_Store

* chore: remove unnecessary files as per codebase

---------

Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* chore(refactor): changes to tests & cleanup

* fix: added conditional rendering to clubs data

* docs: updates to grammars and new shield icons

* fix: revamping the tags in the footer (#1049)

Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* fix: registration zipcode length issue (#1057)

* fix: go back button return to home (#1056)

Co-authored-by: parth <parth@gmail.com>
Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* chore(refactor): changes to the auth logics (#1063)

* fix: adress breakdown when signing up (#1067)

* feat: new files for authentication

* fix: renaming css file

* fix: removing extra codes

* fix: changes to links & workflow branch

* fix: changes to the callback names

* feat: google auth and optimizations

---------

Co-authored-by: Vansh Gandhi <vansh.vg18@gmail.com>
Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com>
Co-authored-by: Baidyanath Sarkar <73095526+badrivlog@users.noreply.github.com>
Co-authored-by: Ghostylab <giuliano.gostinfini.93@gmail.com>
Co-authored-by: Steakysteak <75496668+Steakysteak@users.noreply.github.com>
Co-authored-by: parth <parth@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/logic This issue is related to a logic fix. Beta Release The changes in the Issue/PR are in beta stage, and might be unstable in production. 🐞 bug This is a patch, generally fixing some bugs. status: ready ✅ This PR has passed all the checks and is now ready to be merged.
Projects
Status: Merged/Discarded
Development

Successfully merging this pull request may close these issues.

None yet

2 participants