Update the in-tree TODO list

This commit just updates the in-tree TODO list to reflect the current
state of the project a bit better. It also removes the arbitraty
distinction between short and long term items.

Change-Id: Idaeb831af77ccf67872275061bd3d5b589f0ff1e
This commit is contained in:
Matthew Treinish 2015-08-12 15:00:18 -04:00
parent b163129db7
commit 2e1b524abb
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 0 additions and 9 deletions

View File

@ -1,8 +1,6 @@
Work Items for Subunit2SQL
==========================
Short Term
----------
* Add attachments support to the sql2subunit utility
* Enable sqlite support for the data migrations to enable using sqlite as
a database backend
@ -13,11 +11,4 @@ Short Term
tooling.
* Investigate dropping oslo.db from requirements to enable using other
config/cli tooling
* Maybe use raw SQL queries instead of the ORM where it makes sense
* Improve documentation
* More usage examples
Longer Term
-----------
* Add some statistics functions on top of the DB api to perform analysis
* Add a subunit2sql repository type to the testrepository project