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

Organize a Session Form Needs Validation #43

Open
8 tasks
mdwiltfong opened this issue Jan 18, 2024 · 3 comments
Open
8 tasks

Organize a Session Form Needs Validation #43

mdwiltfong opened this issue Jan 18, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@mdwiltfong
Copy link
Owner

mdwiltfong commented Jan 18, 2024

The organize session form requires validation:

  • - Date has to make sense. The date can't be in the past.
  • - The description can be null.
  • - First name, last name, and email address can't be blank.
  • - The fist name, and last name can only take letters no numbers.
  • - Email address also requires validation:
  • - Needs to accept a variety of domains (.com, .net, etc)
  • - Needs to accept emails only with @: [email protected]
  • - We can't invite a guest that's already invited.
@mdwiltfong mdwiltfong added the enhancement New feature or request label Jan 18, 2024
@mdwiltfong mdwiltfong changed the title Organize a Session Form Needs Organize a Session Form Needs Validation Jan 18, 2024
@ivavay
Copy link

ivavay commented Apr 6, 2024

To keep track

  • Date has to make sense. The date can't be in the past.
  • The description can be null.
  • First name, last name, and email address can't be blank.
  • The fist name, and last name can only take letters no numbers.
  • Email address also requires validation:
  • Needs to accept a variety of domains (.com, .net, etc)
  • Needs to accept emails only with @: [email protected]
  • We can't invite a guest that's already invited.

@ivavay
Copy link

ivavay commented Apr 10, 2024

Hi @mdwiltfong! I've done the first part of the validation for creating the session and putting the contact info for the guests. Should I make a draft PR or a regular PR for this?

@mdwiltfong
Copy link
Owner Author

Hey @ivavay !

That's great to hear! If you're changes are ready for review, then let's make a regular PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants