You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since react is on the client side, we can perform client-side form validation to help validate the input before submitting a patch/post request and having it rejected. This has the advantage of reducing the number of calls to the server while getting a quicker response.
Describe the solution you'd like
Improved Client side validation for all the forms that we use.
This is a good first issue because it uses primarily javascript without requiring special knowledge of react or the Go API
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since react is on the client side, we can perform client-side form validation to help validate the input before submitting a patch/post request and having it rejected. This has the advantage of reducing the number of calls to the server while getting a quicker response.
Describe the solution you'd like
Improved Client side validation for all the forms that we use.
This is a good first issue because it uses primarily javascript without requiring special knowledge of react or the Go API
The text was updated successfully, but these errors were encountered: