Skip to content

Commit 233efa9

Browse files
committed
Update backlog
1 parent cf1f80a commit 233efa9

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

doc/backlog.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Backlog for Grafana Worldmap Panel
22

33
## Prio 1
4-
- Completely proxy all accesses to self.panel through self.settings
4+
- Improve PluginSettings: `TypeError: "setting getter-only property "customAttributionText"`
5+
- After `restart()`: `TypeError: this._ctx is undefined`
56
- Indicate which location source might be suitable for which data source
6-
- Remove overloading of labelField for table+json location source
7-
- Add note about variable interpolation to user interface
8-
- Document the Makefile and how to run this in a sandbox
7+
- Add control options ignoreGeohashDecodingErrors, strokeWidth, attributionText, ignoreEscapeKey
8+
- Add options `strokeDisabled` and `strokeWidth``
9+
https://leafletjs.com/reference-1.4.0.html#path
10+
- Just reloading / hitting / triggering `refresh` does not acquire locations
11+
again if previously empty. Improve that.
912
- Propagate errors from InfluxDB like "GROUP BY requires at least one aggregate function"
1013
when having "GROUP BY time ($__interval)" in query.
11-
- Add control options ignoreGeohashDecodingErrors, strokeWidth, attributionText
12-
- Add documentation about table+json and table+jsonp
13-
- When switching from JSON to JSONP, the location list will not get cleared out.
14-
- Currently, only "valueRounded is displayed"
15-
- Just reloading / `refresh` does not acquire locations again if previously empty.
16-
Improve that.
1714

1815
## Documentation
16+
- Add documentation about table+json and table+jsonp
1917
- https://community.grafana.com/t/influxdb-and-grafana-plugin-worldmap-panel/16761
18+
- Add note about variable interpolation to user interface
19+
- Document the Makefile and how to run this in a sandbox
2020

2121
## Prio 2
2222
- Add variable interpolation like `$point_station_id` also to other data sources != "table"
@@ -64,6 +64,7 @@
6464
- Just switch to dashboard internally instead of fully navigating to the url
6565
- Optionally open link in new or named window
6666
- Convenience checkbox "Add complete dataPoint as query parameters"
67+
- Review: Currently, only "valueRounded is displayed"
6768

6869
## Prio 3
6970
- Something might still be fishy with circle sizes.
@@ -88,3 +89,9 @@
8889
- Dynamic coloring
8990
- https://github.com/grafana/worldmap-panel/issues/171
9091
- Add location picker based on NominatimAssistant
92+
93+
94+
## Done
95+
- Completely proxy all accesses to self.panel through self.settings
96+
- Remove overloading of labelField for table+json location source
97+
- When switching from JSON to JSONP, the location list will not get cleared out.

0 commit comments

Comments
 (0)