From 595336f59907f42b06136a5e2da27c2d0cef4eba Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sun, 15 Jun 2014 22:37:08 -0400 Subject: [PATCH] Add a TODO file This commit adds a todo file outlining short term and longer term things that need to be worked on. --- TODO.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO.rst diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..5f652d2 --- /dev/null +++ b/TODO.rst @@ -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