We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Our database is an array of structured diary entries. Each diary entry shares these fields:
{ id: GUID, created: Date, type: String, privacy: String (enum) }
Different types of entry then have additional fields, such as course-change:
{ ... course: Number, speed: Number, reason: String }