Update frontend

This commit is contained in:
Lou Knauer
2022-01-31 15:16:34 +01:00
parent 29a25dbaff
commit 3dd1d48f86
2 changed files with 2 additions and 2 deletions

View File

@@ -82,9 +82,9 @@ This project uses [gqlgen](https://github.com/99designs/gqlgen) for the GraphQL
### TODO
- [ ] write (unit) tests
- [ ] fix `LoadNodeData` in cc-metric-store MetricDataRepository. Currently does not work for non-node scoped metrics because partition is unkown for a node
- [ ] make tokens and sessions (currently based on cookies) expire after some configurable time
- [ ] when authenticating using a JWT, check if that user still exists
- [ ] allow passing the database uri as environment variable
- [ ] fix InfluxDB MetricDataRepository (new or old line-protocol format? Support node-level metrics only?)
- [ ] documentation, comments in the code base
- [ ] write more TODOs