Search Location
jorgelainfiesta opened this issue · 2 comments
jorgelainfiesta commented
As a user I'd like to search for a location by inputting a string in an input box. When hitting enter, I'm taken to a new route in which all the matching locations are displayed. If I refresh the page, the box should stay prefilled and the matching results should be displayed.
- Search input
- Route with parameter
- Re-loading state from url
- Display locations returned by server
- Setup mock for development
- [ ] Pretender setup and Testing
jorgelainfiesta commented
Requires #5
jorgelainfiesta commented
We're not doing live search yet, but there will be interesting considerations regarding routing whenever we do it. We don't have query parameters in Glimmer. We have to create our own mechanism to bind a variable from the context to the URL.