productivity software - combining the Eisenhower Matrix and Kanban methodologies
Simple app for managing time
Considering a data structure model something like:
{
{
task: {id: "",
title: "",
description: "",
creationTimestamp: "",
initialTargetCompletionTimestamp: ""
},
}
{
state: {task: {id: "", title: ""},
notes: "",
priority: {},
kanbanColumns: [backLog, inProgress, done, hold, delegated],
currentState: ""
holdUntil: "",
holdNotes: "",
targetCompletionTimestamp: ""
}
}
{
priority: {niceLvl: "",
urgent: bool,
important: bool,
priorityNotes: ""
}
}
{
move: {task: {id: "",
title: ""
},
fromState: {},
toState: {},
moveTimestamp: ""
}
}
}
parent template to be created that will provide default handlers for each piece of data for whether that data is included in processing or not.
- Eisenhower Matrix: How to Prioritise and Master Productivity
- The Eisenhower Matrix
- How to overcome procrastination with the Eisenhower matrix
- Implementing the Eisenhower Matrix in Evernote
- https://github.com/MrChuckomo/kanban_tkinter
- https://github.com/kitplummer/clikan
- https://github.com/piooca/cli-kanban1.git
- https://github.com/bmulobi/bc-15-KanBan-CLI-project.git
- https://github.com/timhemel/clikb
- https://github.com/WesleyWWhelan/KanbanBoard
- https://github.com/Saizzou/Kanban_PyQt5