added TODO to README.md and typo fixes

This commit is contained in:
Johannes Findeisen 2020-09-07 03:02:49 +02:00
commit f02eb4068e

View file

@ -59,6 +59,16 @@ I actually use "[DB Browser for SQLite](https://sqlitebrowser.org/)" for taking
data uplink is collecting.
There will be a Gtk+ frontend to uplink at some time but this project is at a very early
stage of development, so I want to write the collector firt. Even support for other SQL
databases is planned in conjunction with the Gtk+ frontend. I use sqlite3 only because I
can move fast-forward.
stage of development, so I want to write the collector first. Even support for other SQL
databases is in planning in conjunction with the Gtk+ frontend. I use sqlite3 only because I
can move fast-forward.
## TODO
- A lot... :)
- SQL server backend
- Gtk+ frontend
- A cron mode to not let uplink run in an endless loop to be scheduled and executed by cron.
- A daemon mode to be a real UNIX daemon. For now, it's just "sleep" based.
- Platform independence