summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-11-11 14:45:04 +0100
committerjasplin <qt-info@nokia.com>2009-11-11 14:45:04 +0100
commit44196d4ddb245534c838dc0df957c1ecdc87e736 (patch)
tree03c16856b1bbc818df5921b17f38d7e5abbc6953 /TODO
parentb96977fe970b86fa87700739d332defd89cfa77f (diff)
Updated TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 17 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3dd3c43..b4b6694 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,10 @@
- In the time series plot, highlight the current change, the difference
tolerance, and the stability tolerance by means of two rectangles.
-- Implement the 'Show URL' button.
+- Implement the 'Show URL' button. Somehow it should be possible to get
+ directly to a particular view/dataset by opening a URL. The most useful
+ case is probably a URL that leads directly to a particular benchmark and
+ perhaps even shows the history graph.
- Allow for an alternative database backend (like PostgreSQL) to be specified
when starting the bmserver (default should still be SQLite).
@@ -11,3 +14,16 @@
- Add support for more browsers (in particular Qt-based ones like
QWebView and konqueror). (The main challenge here would probably be to
come up with useful alternatives to the HTML canvas tag for 2D graphs.)
+
+- Add a way to annotate the history (for a certain context) so that
+ history before and after e.g. a system upgrade can be handled separately.
+ This could be implemented by generalizing history into segments (by the
+ default there is only one). The user could then choose either to compare
+ results within a specific segment (normally the latest one), or ignore
+ segment boundaries altogether.
+
+- Automatic regression notification. (Direct email? Automatically adding JIRA
+ task?)
+
+- A filter in the web GUI for viewing results of a particular benchmark only.
+ Maybe just a text input that accepts a regexp.