summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-12-04 14:59:12 +0100
committerjasplin <qt-info@nokia.com>2009-12-04 14:59:12 +0100
commit18b2ba6e5e5b0c2f0c1610f851a69062dd457d5c (patch)
tree4258a29b54ce0a85ad540811f004651c0d397219 /TODO
parentf58b0ca705edde3e93e67f0c98bca99003ec28e6 (diff)
Updated TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index d6ce7be..78fc154 100644
--- a/TODO
+++ b/TODO
@@ -35,3 +35,18 @@
captured in the 'host' entity, i.e. two results associated with the same
host are assumed to have been produced under the exact same system
environment (regardless of VM usage).
+
+- Simplify URL for details pages. E.g. replace
+
+ ...?command=<command><arg>ARG1</arg><arg>ARG2</arg></command>
+
+ with
+
+ ...?command="ARG1 ARG2"
+
+- Allow for recording more than one result per snapshot. This is a useful
+ option for increasing the statistical confidence (i.e. the final result
+ could typically be the median of the sub-results).
+
+ (Note: currently, the result for a given snapshot is always the latest one
+ recorded for that snapshot (the existing one is overwritten)).