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

Refine form validation #62

Closed
8 tasks done
alexgleason opened this issue Dec 28, 2017 · 4 comments
Closed
8 tasks done

Refine form validation #62

alexgleason opened this issue Dec 28, 2017 · 4 comments
Assignees
Milestone

Comments

@alexgleason
Copy link
Contributor

alexgleason commented Dec 28, 2017

The forms are a bit messy in how they validate the entered data. We'd like to validate it all on the front-end prior to submission if possible, and give adequate feedback as to where any issues lie.

Also the "Create Pick" form in particular needs to have a success message and possibly redirect upon submission.

  • LoginView
  • AccountSettingsView
  • AccountActivateView
  • OrderCreateView
  • PickCreateView
  • PlotCreateView
  • PlotUpdateView
  • GardenUpdateView
@alexgleason alexgleason added this to the 1.0.0 milestone Dec 28, 2017
@alexgleason alexgleason self-assigned this Dec 28, 2017
@marykatefain marykatefain added this to To Do in Sprint to 1.0.0 Jan 20, 2018
@marykatefain marykatefain moved this from Due by Jan 24th to Due by Jan 29th in Sprint to 1.0.0 Jan 20, 2018
@alexgleason
Copy link
Contributor Author

I'm gonna say that #94 is a precursor to this.

@marykatefain
Copy link
Contributor

^ We should allow a user to submit an order form with no crops as long as:

  1. "pick everything" is toggled ON
    or 2) They leave a comment

Currently attempting to submit an order with no crops returns an error.

@marykatefain
Copy link
Contributor

See #50 and #59 for related form validation issues

@alexgleason
Copy link
Contributor Author

Done

@alexgleason alexgleason moved this from Due by Jan 29th to Done in Sprint to 1.0.0 Jan 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants