From 9f054b5b80e721dd7f12df63bad333786fad18d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Thu, 26 Nov 2015 08:35:41 +0100 Subject: [PATCH] Update todos --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db8596d..ae4acbf 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,14 @@ available commands: [db] init Initialize the database. - updateddb Update the ddb data. + update_ddb_file Update devices with data from local file. + update_ddb_ogn Update devices with data from ogn. [gateway] run Run the aprs client. [logbook] + compute Compute takeoffs and landings. show Show a logbook for located at given position. [show.receiver] @@ -78,17 +80,17 @@ The task server must be running for `db.updateddb`. - [x] Document/Improve cli commands - [ ] Separate settings from module (currently at ogn/command/dbutils.py) - [ ] Enable granular data acquisition (eg. store receiver beacons only) -- [ ] Future Database-Migrations: Use Alembic? - - [ ] Rename 'Flarm' to 'Device'? +- [x] Future Database-Migrations: Use Alembic? + - [x] Rename 'Flarm' to 'Device'? - [ ] Rename self.heared\_aircraft\_IDs (lowercase) in aircraft\_beacon - [ ] Rename self.heared\_aircraft\_IDs -- [ ] Fix command/logbook.py (@Meisterschueler?) +- [x] Fix command/logbook.py (@Meisterschueler?) - [ ] Introduce scheduled tasks with 'celery beat' (eg. updateddb) ### Scheduled tasks - ogn.collect.fetchddb (generate Flarm table) - ogn.collect.receiver (generate Receiver table) -- ogn.collect.logbook (generate TaoffLanding table) +- ogn.collect.logbook (generate TakeoffLanding table) ## How to use virtualenv ```