pyronear / pyro-platform

Detection & monitoring platform of wildfires
https://platform.pyronear.org/
Apache License 2.0
10 stars 11 forks source link

Placeholder for cameras locations on maps (with their specs) is missing #4

Closed VincGargasson closed 4 years ago

VincGargasson commented 4 years ago

The creation of a workflow to collect, process and display the data on the map is needed here. As long as we don't have the real data, let's create the function and placeholder in order to incorporate the real data later.

nrslt commented 4 years ago

thinking one step ahead, nice!

pechouc commented 4 years ago

Oops, just saw that I had missed this issue!

I was wondering if we could not reuse the information box in the upper right of the map to display essential data about the camera and then, reveal more if the user clicks on the marker?

Let me explain a bit better:

If the user simply hovers the marker, we could display for instance the name of the camera (which basically corresponds to the infrastructure on which it is located for now), its coordinates and its status (alert or not) in the information box here:

95656347-20a40580-0b0e-11eb-9b02-b5d97abcaee1

And then, once users know that they have found the camera they were looking for, they can click on the marker to get more information in a separate object (last alert, orientation, possibly last captured image...).

Just an idea but let me know what you think of this 😊

VincGargasson commented 4 years ago

I'm note very good at UX but it's an interesting suggestion @pechouc. As the data will maybe take a few second to display and will take place with the popup, your idea might solve this UX issue. Will push this in my PR ;)