Version
v3
Severity
High
Suggested Priority
Medium
Observed Behaviour
When filter “from” date is set after “to” date an exception is raised.
Expected Behaviour
We either:
- Don't want the user to be able to input a date in "from" past a date in "to"
- Or if we allow that to happen, we want an error message for the user to let them know its invalid
Reproduction Steps
- Run app
- Navigate to http://127.0.0.1:5001/gigs
- set date from input field as "26/11/3025"
- set date to input field as "24/12/2025"
- Apply filter
Version
v3
Severity
High
Suggested Priority
Medium
Observed Behaviour
When filter “from” date is set after “to” date an exception is raised.
Expected Behaviour
We either:
Reproduction Steps