The aim of the task is to integrate a feature similar to the old geodashboard, we want to add a configuration to support the new geostreams3. Basic steps would be :
- Read the sensors API endpoint to populate the points as needed
- Each sensor has a property parameter where the source is usually stored as
"type": {
"id": "wqp",
"title": "Water Quality Portal"
}
this source we be used to group the sensors underneath it.
- On clicking the point, we can see a list of parameters
- A seperate page that shows the charts visualized using the recharts library
TODO: Update issue with more details as task progresses