Skip to content
Jyri-Petteri Paloposki edited this page Jul 23, 2020 · 24 revisions

Welcome to the Tracks Wiki!

This wiki is a repository for information about Tracks, partially provided by users. If you are a GitHub user, you can add or edit pages in this wiki.

Overview of Tracks

Tracks is a web application that is specifically designed to implement the Getting Things Done (GTD) methods. That doesn’t mean that you can’t use it for other kinds of todo tracking. Data is stored in a database (either MySQL, Postgresql or SQLite), and viewed in a web browser via a web server (Apache, Lighttpd or WEBrick among others). This makes it cross-platform as well as being accessible from anywhere that you have web access.

Using the GTD method as a model, there are three main components to Tracks: Next actions, Contexts and Projects.

  • Next Actions: These are the heart of GTD. They are the very next physical action that can be taken on something. It’s best to phrase these in an active way e.g. “Call Bob about the committee meeting” or “Search for a reputable garage”.
  • Contexts: Contexts are very flexible, and can be places, states of mind or modes of working in which actions can be taken. Next actions can be assigned to and sorted by context so that you know when you are able to make progress with items. e.g. “Library”, “Shops” or “Tired”.
  • Projects: any goal which requires more than one next action to take it to completion is a Project. In Tracks, you can view your next actions by Project.

Find out more using the links in the sidebar.

Clone this wiki locally