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

[bug]: profile info validation and name splitting #703

Closed
SySagar opened this issue Aug 17, 2024 · 2 comments · Fixed by #704
Closed

[bug]: profile info validation and name splitting #703

SySagar opened this issue Aug 17, 2024 · 2 comments · Fixed by #704

Comments

@SySagar
Copy link
Contributor

SySagar commented Aug 17, 2024

So there are actualy two bugs here:

  1. If a person with three words in its name enter first two words in first name and last word in last name , then first name is trimmed to first word and rest is put into last name. I think either should me an optino middle name or for now we can keep everything into firstname and last word in last name.

  2. If in first name I hit spaces then it counts it as non empty, which seems ok but practically we shouldn't allow , rther have a validation check for it somehow.

https://www.loom.com/share/001481f21a29494c970199da9c87cb70?sid=db739696-5127-4216-938d-670fe135ecb5

@SySagar
Copy link
Contributor Author

SySagar commented Aug 17, 2024

@BlankParticle @McPizza0 if this seems a legit issue , I would like to work on it.

@BlankParticle
Copy link
Member

sure go ahead, make a pr

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 a pull request may close this issue.

2 participants