Time Trackings

Time tracking allows you to track your time on any entry.

See where your time went.

A time tracking defines a start_at and ends_at value.


EASY

Active time tracking

To start tracking your time on an entry, click on Track. After that, the button will change to show the Duration, which will stop the current tracking, completing the current time tracking.

You can click on the arrow next to the Track Button to see all the time trackings of the entry, the option to delete them, and a cumulative list of all time trackings of entries linked to this entry.


EASY

Time tracking statistics

At the top, next to your user name, is a clock you can use to see your time tracking on a given day.


MEDIUM

Auto time tracking

In case you already know how long a task will take (for example, household chores), you can set the duration entry's duration of a given entry. When you set the status to a done status and have no active time tracking running, it will auto-track the amount of time provided in the duration.


Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the time tracking.

  • Name
    entry_id
    Type
    string
    Description

    The unique identifier for the time tracking is created in the entry.

  • Name
    starts_at
    Type
    DateTime
    Description

    The start date and time of the time tracking

  • Name
    ends_at
    Type
    DateTime
    Description

    The end date and time of the time tracking

  • Name
    created_at
    Type
    DateTime
    Description

    Timestamp of when the time tracking was created.

  • Name
    updated_at
    Type
    DateTime
    Description

    Timestamp of when the time tracking was updated.