You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

66 lines
1.7 KiB

4 years ago
* wsjtx-exporter
* richtiges oder qrz grid tracking
4 years ago
* cant reach database ist bei mir aufgetreten
* adressieren ;)
* alternativ findposition mechanik implementieren (automatischer rewind auf basis des letzten mysql eintrages)
* smarter move um sich als windows dienst einzutragen
4 years ago
* Username=Station (=~ Callsign) right?!?
* dashboards
* build combined rx/tx panels (at least map and diagram.. maybe lotw/cqrlog) :)
* research how to reduce result set effectively in mysql
* primary key um band ergaenzen?
* maybe add https://github.com/grafana/grafana/issues/8341 ?
4 years ago
* database
4 years ago
* propably more indices
4 years ago
* endpoint
* no db -> client should wait!
* mod_gzip nac vorne raus?
* LOGBOOK
* integrate cqrlog db
* make some awesome queries!! :D
* userfriendly cqrlog backup import
* upload folder via webdav via user auth erreichbar
* logbook import job via systemd timer oder event oder so?
* MySQL
* timestamp vs datetime aus sicht von grafana UND UEBERHAUPT VON MYSQL SELBER UND UEBERHAUPT ALLEN?! ALTER WTF!!
* select ts zeigt korrekte/utc time an
* select unix_timestamp(ts) gibt zwar n int, aber 1h hinter utc
* cet 05:00
* utc 04:00
* unix_timestamp(tx) 03:00 als int ^^
4 years ago
* create table aus binaries nehmen?
4 years ago
* kontrolle sollte beim db admin liegen
* dafuer check ob table vorhanden!
* prometheus timestamp feature researchen
4 years ago
* doc
4 years ago
* german docs..
* server und/oder skript/readme zum aufsetzen
4 years ago
* fix dashboards
4 years ago
* umgang mit refresh der variablen??
4 years ago
* provide dashboards to grafana
* vendoring
* add howto for ubuntu/win10
* push images to dockerhub
* Mail an PSKReporter
* Query to bunde multiple callsigns?
* How are the queries counted? rate per src ip or per query?