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

Add New Project Form Validation - Location #1387

Closed
heyitsalexander opened this issue Apr 25, 2023 · 3 comments · Fixed by #1455
Closed

Add New Project Form Validation - Location #1387

heyitsalexander opened this issue Apr 25, 2023 · 3 comments · Fixed by #1455

Comments

@heyitsalexander
Copy link
Member

Under Location, we should add validation to this field so that it requires a string that contains "zoom.us"

AC1:
GIVEN that a user adds a new project
WHEN they enter a url that contains the string "zoom.us" under location
THEN the field will not reject the entry
AND allow the user to save as long as all other required fields are entered

AC2:
GIVEN that a user adds a new project
WHEN they enter a url that does not contain the string "zoom.us" under location
THEN text box will turn red
AND error message underneath box will read "please enter valid zoom link"
AND user will not be able to save

@jbubar
Copy link
Member

jbubar commented Jun 20, 2023

@bkmorgan3 are you actively working on this?
If so could you put it in progress?

@bkmorgan3
Copy link
Member

@jbubar
Theres a PR up for it. I moved it over on the board.

@JackHaeg
Copy link
Member

JackHaeg commented Jul 6, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Final QA (product)
Development

Successfully merging a pull request may close this issue.

6 participants