On this page
Introduction
This project, GNOME Notebook, was a hobby project. The goal was to design a new Todo application for the GNOME desktop and at the same time to learn to work with Inkscape.
The application would, if built, implement two time management methods: Kanban and the Eisenhower Matrix. Both time management methods are pretty simple, but nonetheless I will explain them in the paragraphs below.
The application would basically work the same way as I used to work with the web application myTinyTodo.
Kanban
The Kanban time management is quite simple: just divide your todo items in the categories todo, doing and done. This way you know what you have to, are doing and what you have done earlier. That's basically it! Of course it's also possible to choose your own categories (but this is not possible in my design).
Eisenhower matrix
The Eisenhower matrix is a bit more complex: instead of dividing the todo items in three categories it divides the todo items in four categories: important and urgent, important but not urgent, not important but urgent, and not important and not urgent.
The idea of the Eisenhower matrix is this as follows; ask yourself the following two questions every time you have to do something:
- Is it important?
- Is it urgent?
After you have done this, you can place the items in one of the four mentioned categories. That's it!