TdlM / taskmaster

Menu
  • Make shortlink

measurements

Table actions
  • Toggle column notes
measurement
A value of "?" indicates that no conclusive measurement was given, with null used to signify a DNF/DQ. Note that times are stored internally as seconds but presented in D:HH:MM:SS format.

5 rows where task = 523

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1227 Complete the most tasks 523 Charlotte Ritchie 63 3 completed tasks ▲ 107
1228 Complete the most tasks 523 Jamali Maddix 64 6 completed tasks ▲ 107
1229 Complete the most tasks 523 Lee Mack 65 4 completed tasks ▲ 107
1230 Complete the most tasks 523 Mike Wozniak 66 7 completed tasks ▲ 107
1231 Complete the most tasks 523 Sarah Kendall 67 2 completed tasks ▲ 107

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE measurements (
   id          INTEGER PRIMARY KEY,
   task        INTEGER REFERENCES tasks(id),
   contestant  INTEGER REFERENCES people(id),
   measurement REAL,
   objective   INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 7.779ms