project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Sidebar "default" sort should show newer locations on top #431

Open jfrankl opened 5 years ago

jfrankl commented 5 years ago

In the application, when using the "default" sort, newer locations show up on the bottom of the sidebar. The issue here is that when a user adds a location, it can be hidden beneath the other locations, forcing a user to scroll down with each add. If those locations were added to the top, they'd be easier to see.

rajadain commented 5 years ago

This will lead to the markers appearing backwards (in reverse order) in the sidebar, for example C, B, A instead of A, B, C:

image

Is that alright?

rajadain commented 5 years ago

@jfrankl can you confirm that the above is an acceptable consequence for having new apiaries appear on top?

jfrankl commented 5 years ago

Yes, I think that's preferable.