Summary
If someone puts in an invalid date range, they should receive a friendly error, rather than getting a 500 error
Why?
Reduce user frustration
Details
To produce this situation
sign in as org_admin1@example.com
Click on Distributions, then "All Distribuitons"
type "nov 08 to feb 08" in the date range box and hit return
You currently get a 500 error
We should instead display an error "date range not properly formatted."
Some things just use a helper, but some others are more complicated.
Criteria for completion
Summary
If someone puts in an invalid date range, they should receive a friendly error, rather than getting a 500 error
Why?
Reduce user frustration
Details
To produce this situation
sign in as org_admin1@example.com
Click on Distributions, then "All Distribuitons"
type "nov 08 to feb 08" in the date range box and hit return
You currently get a 500 error
We should instead display an error "date range not properly formatted."
Some things just use a helper, but some others are more complicated.
Criteria for completion