briggySmalls / late-train-mate

A lightweight website that provides stats on delayed or cancelled UK train services
MIT License
0 stars 0 forks source link

Remove weekdays/saturday/sunday option on search #26

Open briggySmalls opened 6 years ago

briggySmalls commented 6 years ago

Currently the search form is tightly coupled to the HSP API parameters: from/to station, from/to date, day, tolerance.

However from a user perspective, it should be sufficient to specify a date range and the app handle the rest.

The form should be updated to make three requests if necessary: WEEKDAYS, SATURDAY and SUNDAY, should the date range span these days.