|
11 | 11 | again if previously empty. Improve that.
|
12 | 12 | - Propagate errors from InfluxDB like "GROUP BY requires at least one aggregate function"
|
13 | 13 | when having "GROUP BY time ($__interval)" in query.
|
| 14 | +- Display "Ignore empty geohash values" conditionally |
| 15 | +- Improve security for "Use request parameters prefixed with `panel-` to optionally override the |
| 16 | + respective panel control options." @ec37a628 by adding an appropriate enable/disable control option. |
| 17 | +- Check if `panel-` request variables are getting interpolated. They shouldn't. |
| 18 | +- Add indicators about obligatory form fields in editor view, depending on selected options. |
| 19 | +- Use drilldown / detail linking like outlined at https://grafana.com/docs/features/panels/graph/#drilldown-detail-link |
| 20 | +- Check if escape key disabling can be outsourced to a HTML panel |
| 21 | + https://grafana.com/docs/installation/configuration/#disable-sanitize-html |
| 22 | +- The contrast of the text on the red tooltip drop isn't that great. Maybe use black or white, at least for the light theme. |
| 23 | +- Does data autofitting work when changing dashboard variables? |
14 | 24 |
|
15 | 25 | ## Documentation
|
| 26 | +- Note about installation |
| 27 | + grafana-cli --pluginUrl https://github.com/hiveeyes/grafana-worldmap-panel/archive/0.3.0-dev4.zip plugins install grafana-worldmap-panel |
16 | 28 | - Add documentation about table+json and table+jsonp
|
17 | 29 | - https://community.grafana.com/t/influxdb-and-grafana-plugin-worldmap-panel/16761
|
18 | 30 | - Add note about variable interpolation to user interface
|
19 | 31 | - Document the Makefile and how to run this in a sandbox
|
| 32 | +- https://community.grafana.com/t/world-map-panel/16871 |
20 | 33 |
|
21 | 34 | ## Prio 2
|
22 |
| -- Add variable interpolation like `$point_station_id` also to other data sources != "table" |
| 35 | +- Sliders for things like circle parameters. |
| 36 | +- Add variable interpolation like `$__field_station_id` also to other data sources != "table" |
23 | 37 | - Think about introducing a panel-wide "Ignore decoding errors" control option
|
24 | 38 | in order to compensate for anything in decoding machinery of the
|
25 | 39 | `DataFormatter.setXXXValues` methods from where the shit might hit the fan.
|
|
65 | 79 | - Optionally open link in new or named window
|
66 | 80 | - Convenience checkbox "Add complete dataPoint as query parameters"
|
67 | 81 | - Review: Currently, only "valueRounded is displayed"
|
| 82 | +- When reintegrating TrackMap functionality, put layer style into control options |
| 83 | + - OpenStreetMap |
| 84 | + - OpenTopoMap |
| 85 | + - Satellite |
| 86 | + See also https://weather.hiveeyes.org/grafana/d/KdNMBfhiz/ratrack-tonke |
68 | 87 |
|
69 | 88 | ## Prio 3
|
70 | 89 | - Something might still be fishy with circle sizes.
|
|
95 | 114 | - Completely proxy all accesses to self.panel through self.settings
|
96 | 115 | - Remove overloading of labelField for table+json location source
|
97 | 116 | - When switching from JSON to JSONP, the location list will not get cleared out.
|
| 117 | + |
| 118 | + |
| 119 | +## Release |
| 120 | +``` |
| 121 | +cd /srv/packages/organizations/hiveeyes/grafana/grafana-worldmap-panel |
| 122 | +wget https://github.com/hiveeyes/grafana-worldmap-panel/archive/0.3.0-dev4.zip |
| 123 | +grafana-cli --repo https://packages.hiveeyes.org/grafana/ plugins install grafana-worldmap-panel |
| 124 | +``` |
0 commit comments