Types

Written By Julien Quintard

Last updated About 1 month ago

Routine allows for you to define your own data types: tickets, employee, customer, project, habit, journal entry or else.

For every type, you can define the properties composing that type.

Below are listed the default types and their properties.

☑️ Task

  • title: text

  • parent: parent

  • status: "abandoned" | "done" | "todo"

  • planning: date | week

Event

  • title: text

  • calendar: calendar

  • active: boolean

  • time:

    • start: time | date

    • end: time | date

  • participants:

    • email: email address

    • name: text

    • status: “needs action” | “accepted” | “tentative” | “declined”

📅 Calendar

  • title: text

  • active: boolean

  • color: color (⚠️ text for now)

👱‍♂️ Person

  • familyName: text

  • givenName: text

  • name: text

  • avatar: text

  • email: email address

📄 Page

  • title: text

  • archived: boolean

  • parent: relation