|
|
|
Ask HN: How do you keep track of daily tasks
|
|
10 points
by vrisha
1565 days ago
|
|
Got into senior position now and there's so many things to keep track of. Every once in a while I forget something. For now, I'm writing them down in notebook and review it daily. Is there a better way to tackle this? |
|
Now, I am a simple text guy.
todo.txt - both cli and gui synced across computers and phone. Can be viewed anywhere and has a simple grammar. I use it as a personal kanban (i.e. priority of A means doing/do today; B means 'next on deck'; C means 'look at all the stuff you still need to do eventually')
markdown files with a .TODO extension for projects (although you could just have multiple todo.txt files for each project, I dont). And the projects I manage are not complex enough for more complicated solutions (although I do use Pagico for a few larger projects- but have been phasing that out).
I also keep a physical notebook for meetings and for projects. When an actionable item assigned to me comes up, I circle it in the notebook and then transfer it to the one of the files above.