2024-05-27 16:14:34 +00:00
|
|
|
* ~~Incorporate all scripts into a single one~~
|
|
|
|
* ~~Default configs for~~
|
2024-05-27 12:54:07 +00:00
|
|
|
- ~~files locations (logs, scripts, etc.)~~
|
|
|
|
- ~~check for database integrity~~
|
2024-05-27 16:14:34 +00:00
|
|
|
- ~~checks needed (if there is JVB, parse its logs, if not - don't, etc.)~~
|
2024-05-29 15:38:16 +00:00
|
|
|
* Option to upload the data to a remote DB for displaying in Grafana
|
|
|
|
- ~~MariaDB/MySQL~~
|
|
|
|
- Prometheus
|
|
|
|
- InfluxDB
|
2024-05-26 19:15:41 +00:00
|
|
|
* Add more stats:
|
2024-06-04 17:11:45 +00:00
|
|
|
- ~~participants (join/leave time and details)~~
|
2024-05-26 19:15:41 +00:00
|
|
|
- issues
|
|
|
|
- errors
|
2024-06-11 11:10:04 +00:00
|
|
|
- ~~info about JVBs used~~
|
2024-06-17 10:30:47 +00:00
|
|
|
- ~~add to conference listings: duration, number of participants~~
|
2024-06-12 12:11:36 +00:00
|
|
|
* Web interface
|
|
|
|
- initial version
|
2024-06-04 17:16:57 +00:00
|
|
|
---
|
|
|
|
* FIXMEs:
|
2024-06-10 18:31:13 +00:00
|
|
|
- ~~long commandline options work ok in jilo-cli, but not in jilo - update them as in cli~~
|
2024-06-11 11:10:04 +00:00
|
|
|
- ~~finish SQL refactoring, move to separate tables for conferences and participants, linked by id~~
|
2024-06-12 12:11:36 +00:00
|
|
|
- ~~update jilo-cli to work with new SQL~~
|
|
|
|
- ~~fix sqlite and mysql schemas differences with the new SQL~~
|
2024-06-17 10:30:47 +00:00
|
|
|
- there is a bug in '-c CONFERENCE_ID' - it doesn't always show the first participant
|