summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-12-07 13:34:59 +0100
committerjasplin <qt-info@nokia.com>2009-12-07 13:34:59 +0100
commitb0f05991e9d296a22981da6d51bcb1fd9a4843c5 (patch)
tree2c282002cc6496f61df174ad8b56e429705cd856 /TODO
parent3324e1085b73a646aa3361760b73dbda53aa5ffd (diff)
Simplify URL.
The URL used for opening a 'details' pages is now shorter and more readable by replacing the <arg> tags with single spaces.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index 772095e..985e69d 100644
--- a/TODO
+++ b/TODO
@@ -40,14 +40,6 @@
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).