subunit2sql/TODO.rst
2014-08-14 21:56:32 +00:00

22 lines
665 B
ReStructuredText

Work Items for Subunit2SQL
==========================
Short Term
----------
* Add a migration that adds an ordering to the runs table
* Add more unit tests
* Migration tests
* DB API unit tests
* Write subunit module
* Flesh out query side of DB API to make it useful for building additional
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 tooling to pull the data and visualize it in fun ways
* Add some statistics functions on top of the DB api to perform analysis