Add a TODO file

This commit adds a todo file outlining short term and longer term
things that need to be worked on.
This commit is contained in:
Matthew Treinish 2014-06-15 22:37:08 -04:00
parent fe76e50b61
commit 595336f599

16
TODO.rst Normal file
View File

@ -0,0 +1,16 @@
Work Items for Subunit2SQL
==========================
Short Term
----------
* Store counts to everything in the DB from the shell script
* Add a new metadata table for each existing table (run_metadata,
test_metadata, test_run_metadata) to store extra info from stream like
tags, or attrs and other information about runs like job name.
* Add artifacts option to CLI on subunit2sql to store log links in runs table
* Add unit tests
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