From f02eb4068e5859ed6c02bb633fbe15c464ec3076 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 7 Sep 2020 03:02:49 +0200 Subject: [PATCH] added TODO to README.md and typo fixes --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7a1970..b9d0241 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 + \ No newline at end of file