There are platforms to track team progress (Jira, Trello) but how do you track your daily tasks on a personal level?
There are platforms to track team progress (Jira, Trello) but how do you track your daily tasks on a personal level?
For further actions, you may consider blocking this person and/or reporting abuse
I'm a little old fashioned and use a physical notebook. I use our team tools for team progress, but personally I find I like to write in a book, cross things out, sometimes put a symbol to represent nuance that is just for me.
One software tool in the ole toolbelt I really do like is
git standup
.Git standup, how did I ever live without you?
Ben Halpern ・ Mar 21 '17 ・ 1 min read
It's nothing elaborate, but it's a nice little git tool that helps me recall recent commits. My work isn't so tightly tied to my coding commits anymore, but it's still a really useful little utility in general.
That's nice. Physical books are the best. I'll checkout what
git standup
is. Thanks :)I had developed a CLI for something like this command. npmjs.com/package/git-report
I write everything down in markdown files. I'd love to sync it to a secure repository, but I haven't looked into it. I suppose I could establish a gitlab setup at home, but maybe there is something better? Anyway, for now it's in a private gitHub repo, and if I feel like it shouldn't be written down, I don't.
As far as tracking the actual work, I've started taking note of tasks I've done more than a few times so that the next time they show up, I will have a realistic expectation for my estimate.
I wouldn't feel so bad about using the cloud-based Gitlab or GitHub services, and I have done so in the past. If you have anything that you deem sensitive, an easy thing I have done is to add my "bare" markdown (*.md) files to .gitignore and then use PGP to encrypt them into *.pgp extension and then check in only the PGP-encrypted files. That should be more secure than a privately-hosted instance.
Wow..that's dope. Good way check-in secure stuff.
PGP? why not OpenSSL = AES
Sure, that would work similarly
This is so obvious. Must be why I missed it! Thanks, Scott!
How about gist's?
Privately hosted gists? Is that what you mean?
Yes
I keep a diary in a simple directory tree:
Simple to grep or to browse manually. I have a script that allows to create the individual files. Each one contains a template that looks like:
I write everything in Markdown lists. I plan to improve the script so that what is left as todo in the previous day's entry is automatically added to the current day's entry.
I found out that this methodology helps me a lot to report to my managers and during daily stand-ups. Each time I achieve something noticeable, or I need to remember something that doesn't deserve interruption to my team, I stash it in the diary entry.
No matter to say that it can drastically improve the life of persons suffering from stress, anxiety or impostor syndrome.
If you find it useful, it is available.
Wow.. that really cool
I've started using the app Structured on iOS. Before that I used Plan.
I also write physical notes - one page for each day. I put the date at the top along with a to do list and any notes I take that day. Usually everything's grouped by ticket number or meeting name.
I set up the next day in my time blocking app and notes before I sign off each day.
I am on team android for now. Anyways good to know :) Thanks
Plan is on android. 🙂
I have an obsidian vault for work, a scheduled vertical planner for work as well (I know I could do it in Obsidian but I like the planner!), I have a small snoopy planner for my personal and home tasks and another for my habit tracking :3
I don't use them everyday because life just happens, but having them has helped me a lot to be on top of my work and to know what is happening during a week. It's also great for personal retrospectives :3
Thank you guys :) Was not expecting such an awesome response. I use Notion on a personal level and offcourse notebook otherwise use the
readme.md
file of my projects. I write all the tasks there and once done use the markdown's checkmark feature.Anyways I had actually asked this question to do some validation on what are tools available in the market for now.
I launched a side project Fireboard - A work tracker for software developers.
Please check it out. It's completely free.
I know it's too late to validate but I just wanted to know thoughts about how people actually track their personal tasks.
Toggl to keep track of the time I'm spending, and github what I spend my time on.
I experimented with every possible daily task tracker and finally wrote a new one, which I have open-sourced. It is for anyone who lives on the command line and centers around simple *nix text capabilities. You can use it for notes too.
I wrote a four-part series about it at dev.to/scottshipp/series/15100
I do it with the combination of 3 tools
Wakatime to track the total time I spend coding. I am totally in love with this tool and its integration with VSCode. It make me understand all the details of how and where I spend my time when I was coding, productive hours, technologies I code in, etc.
Notion is to have a sorted list of my tasks. I keep doing a lot of experiments with this.
Clockify, to allot the time to tasks. This is also optional as you can use simply any other task timer for this.
But these tools become very handy and help me a lot to be productive.
Hope this helps :)
Yes, thanks for replying. I myself use Wakatime & Notion. Will try out Clockify. Thanks :)
I use Code time app.
Everyday before one hour to end work time i have report from today) 🔥
And weekly report on email with all data))🌟
🚀 and this on free acc )
14+ month i use this app 👌
On how much coffee powder was there before and how much is now left .
Jokes aside , I use "Clickup" to monitor progress.
I use clockify, primarily via the desktop app. Really helpful in the end of the week/month to get an overview about my working hours. Also because all the tracking is saved for your account, so you can also simply start and stop timers via the iOS app.
You just have to get used to always start your timers correctly for each client/task.
Need to check out this app. I am only tracking coding activities via waka-time
Our team uses Notion so I use it for a lot of personal stuff to not change context
That's great. All my life is on Notion too. My team uses Coda though.
I use WakaTime, it tells me how much I coded, on which project and my daily goals it is an awesome tool
I use waketime too. and google tasks but I am still looking for a system that works for me. I might have to build it like @scottshipp did.
Yeah, WakaTime is great.
My best friend since many years is a simple plain text file journal.
I create a section for every work day and create a new file every year.
I just use a todo list, but I'm not regular.
Usually I work on a single task for days or weeks, and don't have many other different activities to worry about.
But in that case I just use a plain todo lists with an Atom extension called Tasks.
I also use the Outlook calendar to keep track of those activities where time frame and date is important, not only in the future.
I use OneNote myself.
Web Activity Time Tracker
dev-to-uploads.s3.amazonaws.com/up...
Usually Notion and a good old notebook.
Many people seem to use Notebook approach. Good to know that.
I use a Notion template with "meeting notes", a basic kanban board with to do, doing and done, and overall pages with stuff I'm working on
Google Keep :) I also keep Keeping when walking in the woods, putting in ideas.
I use Clickup for tracking tasks for my projects and Toggl to track time for each tasks. Clickup offers an integration for Toggl that permit me to avoid to pay for that kind of feature.
I've got my personal Trello board for my stuff.
When it's about reporting on time spent, I've got a script that recovers my tasks from my cross-project Git history (it's more or less but who cares).
I'm really surprised that no one mentioned brain. 😏
I personally use a simple text file, because all the fancy stuff other platforms offers disturbe me
haha..difficult to remember stuff xd
Wakatime
I use personal trello board with 4 lists that I prioritize tasks according to the "Eisenhower Matrix"
TFS, and also use Clockify
Clockify is for time tracking on chrome tabs I guess?
I use GitHub for issues, commiting and logging
I use BeyondDone. It automatically generates a todo list from my employer Github, Jira, and Confluence accounts. When I complete something, it's automatically marked done. I manually add items for things from other platforms. beyonddone.com