TdlM / taskmaster

Menu
  • Make shortlink

tasks

Table actions
  • Toggle column notes
location
Note that this is specifically the location of the task brief (except in cases of the Knappett being involved), which is generally but not always where the bulk of a task took place.
std
1 for "standard" tasks (those having five judged attempts), 0 otherwise
YT
Click to open an in-page player seeked to the beginning of the task (including the transition for filmed tasks). Right-click/long-tap to skip the first ten seconds.

3 rows where location = 22

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, tags (array)

id ▲ series episode summary tags location points std TMI YT
540 Series 11 11 Activate Jamali. 95 Direct a teammate into the red circle 👥🎞️🧠💪📣🎯📄💡 special 16 ✓ ➚ ▶
548 Series 12 12 Oatmeal and death. 97 Scale the mountain 👥🎞️🎨💪📣⚖️📄💡 special 21 ✓ ➚ ▶
579 Series 12 12 A couple of Ethels. 103 Play and commentate on a socially-distanced sport 👥🎞️🎨🧠💪📣⚖️📑💡 special 25 ✓ ➚ ▶

Advanced export

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

CSV options:

CREATE TABLE tasks (
   id       INTEGER PRIMARY KEY,
   series   INTEGER REFERENCES series(id),
   episode  INTEGER REFERENCES episodes(id),
   summary  TEXT,
   tags     TEXT,
   location INTEGER REFERENCES special_locations(id),
   points   INTEGER,
   std      INTEGER,
   TMI      INTEGER,
   YT       TEXT
);
Powered by Datasette · Queries took 15.565ms