truckerswelcome / webapp

Web application components (UI and backend)
MIT License
2 stars 2 forks source link

As a trucker, I want to find places for services I am interested in #10

Closed iamjillsanluis closed 4 years ago

iamjillsanluis commented 4 years ago

Flow:

  1. A trucker visits https://www.truckerswelcome.ca/
  2. A modal appears that gives the trucker an option to filter the down the locations of services they are interested in
  3. Trucker confirms his choice
  4. The locations are displayed in the map
tyler-reese commented 4 years ago

An initial modal is presented to allow the user to enter search options as well as either use geolocation or a location from the input box. Clicking on the Search button will kick off the search with the requested parameters. The locations will be displayed on the map. Currently, changing the filter options requires a page reload.