Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.
Apache License 2.0
41 stars 24 forks source link

UI Issue: difficult to discern UI elements in nearby places list. #4

Closed esreli closed 5 years ago

esreli commented 5 years ago
screen shot 2019-01-11 at 3 48 22 pm

It is difficult to discern which UI elements are a part of which list item.

Because of how a list item cell is formatted, the list item subtitle (address) appears quite near to the next list item's title (name)

Please reformat this list view so that it is more easily understood which UI item belongs to which nearby place.

You could accomplish this by either:

A) Reformatting the UI elements of each list item so that the title and subtitle are closer together:

redesigned-list

B) Inserting a line between each list item.

redesigned-list-b

odoe commented 5 years ago

Thanks! Should be updated in https://github.com/ArcGIS/nearby-javascript/commit/4034d911899c5b305107894828f628f0d221c31b

esreli commented 5 years ago

There is now a line between each cell. Confirmed, this change makes reading each cell much more clear.