Skip to content

Marker list UI design notes

James Davis edited this page Sep 19, 2021 · 2 revisions

What will be on the page

  • List of nearby markers, sorted on proximity from the user's current location
  • Ability to navigate back to the home page (a button of some sort, probably in the same style as other pages)

What other pages need to be accessible from this page

  • Need to be able to navigate back to home page
  • Need to be able to choose a historical marker from the list and go to the corresponding marker preview page. OR, we could just go straight to the marker detail page and just use marker preview for when a user wants to choose a location from the map. If we already show the name of the place and maybe a one-line description on the list, it might make more sense to jump straight to a full-screen marker detail page

How will a user navigate to each page

  • We can use the same mechanism to navigate back to the home page on basically every page, probably either a back arrow or an "x"
  • A user will click on a historical marker to open either the marker preview or marker detail page, depending on what we decide

One note

  • If we end up going straight to the full screen marker detail page from the marker list page, we will need to think about navigation from the marker detail page
  • If we can get to marker detail from either the home page or from this page, and there is a back arrow or x on marker detail to navigate back, we may want to have the ability to navigate back to where the user just was, not necessarily always back to the home page

Clone this wiki locally