Raw results are working and downloadable

This commit is contained in:
mattbk
2015-11-01 09:34:49 -06:00
parent 75f0e29bba
commit 3c0cb388e6
3 changed files with 36 additions and 60 deletions

View File

@ -1,5 +1,4 @@
notable unnoted renoted
x y time x y time x y time
{% for result in data %}
{{result.notable.xcoordinate}} {{result.notable.ycoordinate}} {{result.notable.responsetime}} {{result.unnoted.xcoordinate}} {{result.unnoted.ycoordinate}} {{result.unnoted.responsetime}} {{result.renoted.xcoordinate}} {{result.renoted.ycoordinate}} {{result.renoted.responsetime}}
uid datetime host phase xcoordinate ycoordinate responsetime score
{% for record in data %}
{{record.uid}} {{record.datetime}} {{record.host}} {{record.phase}} {{record.xcoordinate}} {{record.ycoordinate}} {{record.responsetime}} {{record.score}}
{% endfor %}