-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.html
More file actions
37 lines (30 loc) · 789 Bytes
/
todo.html
File metadata and controls
37 lines (30 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
</head>
<body>
<h2>TODOS</h2>
<>
<li>link to console output</li>
<li>display all action parameters</li>
<li>support map or url in json request which would be displayed as part of pipeline on top</li>
<li>cli param when startup for json default</li>
<li>cli param for port</li>
<li>refresh button</li>
<li>last udpated timestamp</li>
</ul>
<h2>paralellization todos</h2>
<ul>
<li>do separate ajax call for each query with independent update</li>
<li>maintain internal map model so can refresh view after each ajax call?</li>
</ul>
<h2>rendering todos</h2>
<ul>
<li>status</li>
<li>test ( p: pass, f: fail, s: skip )</li>
<li>age(days)</li>
<li>duration(mins)</li>
<li>name/link</li>
<li>name yellow if building</li>
</ul>
</body>
</html>