Show HN: Baller ToDo – a no-list todo app
ballertodo.com
Show HN: Baller ToDo – a no-list todo app
1–10 of 103 posts
Re: Show HN: Baller ToDo – a no-list todo app
#2Would love some feedback :)
Re: Show HN: Baller ToDo – a no-list todo app
#3one feedback is that you may want to link to the eisenhower matrix for people that don’t know how to interpret the results
Re: Show HN: Baller ToDo – a no-list todo app
#4An app to visualize and organize your tasks in an Impact/ Urgency matrix. The app currently uses local storage only, no accounts yet. Would love some feedback :)
Re: Show HN: Baller ToDo – a no-list todo app
#5An app to visualize and organize your tasks in an Impact/ Urgency matrix. The app currently uses local storage only, no accounts yet. Would love some feedback :)
Who is this for? I feel like PMs will just put everything in the top right corner.
Re: Show HN: Baller ToDo – a no-list todo app
#6Usually urgency should be derived from how long something will take and when it is needed by.
Perhaps tags/colours/categories - reading/diy/marketing etc.
Re: Show HN: Baller ToDo – a no-list todo app
#7 1. Specify title.
2. Specify dueDate.
3. Capture startDate = now().
Then currentColor = lerp(now(), startDate, dueDate, initColorVector, finalColorVector)
This would add a third dimension of information. I'd be able to see impact/effort as well as urgency visually. Another idea is to specify the shape (square, circle, triangle) to add some categorization capability. I'm not sure how much is too much. But the visual cortex is a beast.Re: Show HN: Baller ToDo – a no-list todo app
#8An app to visualize and organize your tasks in an Impact/ Urgency matrix. The app currently uses local storage only, no accounts yet. Would love some feedback :)
Who is this for? I feel like PMs will just put everything in the top right corner.
Re: Show HN: Baller ToDo – a no-list todo app
#9Earlier quoted context omitted.
Who is this for? I feel like PMs will just put everything in the top right corner.
Maybe some sort of form to input details about task to automatically assign the two variables?
Re: Show HN: Baller ToDo – a no-list todo app
#10Doesn't this need another dimension for "Effort"? Usually urgency should be derived from how long something will take and when it is needed by. Perhaps tags/colours/categories - reading/diy/marketing etc.