Update the TODO file again

This commit updates the items in the TODO.rst file again. To keep it
inline with recent changes.
This commit is contained in:
Matthew Treinish 2014-07-09 15:54:11 -04:00
parent ca04ae8034
commit 2b46c7b0c7

View File

@ -3,13 +3,18 @@ Work Items for Subunit2SQL
Short Term
----------
* Add unit tests
* Add more unit tests
* Migration tests
* DB API unit tests
* Flesh out query side of DB API to make it useful for building additional
tooling.
* Drop Oslo.DB from requirements to enable using other config/cli 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
Longer Term
-----------
* Add a method of taking a test_run from the DB and create a subunit file
* Add tooling to pull the data and visualize it in fun ways
* Add some statistics functions on top of the DB api to perform analysis