ox-it / maps.ox

Maps for the University of Oxford
http://ox-it.github.io/maps.ox/
Other
1 stars 0 forks source link

Combine navigation #49

Closed tkoterwas closed 10 years ago

tkoterwas commented 10 years ago

The logic is that when there is no search term, clicking University or Amenities returns you to the categories view (aka "browse), otherwise run the query again with the new type (ie /university or /amenities). However, when you have a result for a "University" search, clicking Amenities returns you to the categories view rather than re-running the query. This is to meet the use case "I want to find atms near Somerville college": find Somerville College, click Amenities, click atms. This solution is not ideal as we probably want something more like how the transport options work for all amenities (which calls into question pull request #48). See comment on issue #40.

martinfilliau commented 10 years ago

OK merging for now but will need to be revisited..