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

Select box for stations #4

Closed briggySmalls closed 7 years ago

briggySmalls commented 7 years ago

Currently the user types the to and from locations into a StringField. As there is a finite list of valid station 3 letter codes, these fields should instead be a SelectField. Currently invalid values are not detected and an HTTP POST failure to the HSP API occurs. It would also be good to use a plugin such as Chosen to make the selection nicer for the user.

briggySmalls commented 7 years ago

Implemented using chosen (downloaded using npm and bundled using webpack) as implemented in b8a61211dd1a55653c90f7dbbec66a0f9318528a