Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1037)

Unified Diff: gm/rebaseline_server/static/view.html

Issue 47543008: rebaseline_server: replace TODOs section with link to documentation/roadmap (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/view.html
===================================================================
--- gm/rebaseline_server/static/view.html (revision 12000)
+++ gm/rebaseline_server/static/view.html (working copy)
@@ -10,6 +10,13 @@
</head>
<body>
+ <h2>
+ Instructions, roadmap, etc. are at
+ <a href="http://tinyurl.com/SkiaRebaselineServer">
+ http://tinyurl.com/SkiaRebaselineServer
+ </a>
+ </h2>
+
<em>
{{loadingMessage}}
</em>
@@ -22,47 +29,6 @@
who can connect to this server over the network can modify them.
</div>
- <div class="todo-div"><!-- TODOs -->
- <p>
- TODO(epoger):
- <input type="checkbox" ng-model="showTodos">
- show
- <ul ng-hide="!showTodos">
- <li>
- If server was run with --reload flag, automatically check for
- new results and tell the user when new results are available
- (the user can reload the page if he wants to see them).
- </li><li>
- Add pixel diffs, and sorting by percentage of different pixels
- </li><li>
- Add ability to sort/filter by reviewed-by-human. Depends on
- <a href="https://code.google.com/p/skia/issues/detail?id=1758">
- bug 1758
- </a>
- ('rebaseline_server: make the "categories" struct passed from server to client a list instead of a dict')
- </li><li>
- Improve the column sorting, as per
- <a href="http://jsfiddle.net/vojtajina/js64b/14/">
- http://jsfiddle.net/vojtajina/js64b/14/
- </a>
- </li><li>
- For the text-filtered categories, allow regular expression matching
- (or Unix-style wildcard matching) instead of simple substring match?
- <!-- In order to do this efficiently, we should probably do the
- expression matching over the list of categories returned,
- use that to generate a list of category values that fulfill the
- regex, and when filtering the results just look for category
- values within that list. -->
- </li><li>
- Right now, if you change which column is used to
- sort the data, the column widths may fluctuate based on the
- longest string <i>currently visible</i> within the top {{displayLimit}}
- results. Can we fix the column widths to be wide enough to hold
- any result, even the currently hidden results?
- </li>
- </ul>
- </div><!-- TODOs -->
-
<div ng-hide="!(header.timeUpdated)">
Results current as of {{localTimeString(header.timeUpdated)}}
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698