Still, the idea has merit. It just needs some work to move forward.
Show HN: Baller ToDo – a no-list todo app
61–70 of 103 posts
Re: Show HN: Baller ToDo – a no-list todo app
#62An 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
#63An 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 :)
This means I can actually use it. My data stays with me? Nice!
Re: Show HN: Baller ToDo – a no-list todo app
#64Like what's your rationale for putting this Covey chart on Product Hunt? Justifying your domain purchase cost?
Lol domain is $5. I don't really care about a coffee :). I am new to web development and ui/ux, picked it up during Covid for kicks. Have been a computer vision/ robotics guy since forever now. Just wanted some relevant feedback on literally the first web app I have ever built. TIL this is called a Covey chart. Thanks for that. I couldn't find a solution like this which allows for moving/ re-arranging tasks and prese…
Re: Show HN: Baller ToDo – a no-list todo app
#65Earlier quoted context omitted.
A really cool feature would be to be able to "save" and share charts by setting the url parameters: e.g. https://ballertodo.com?n=first;second;third&i=0.5,0.3,0.7&u=... Then you can just bookmark the link or share w/ someone
There is a limit to url length
The base will be 29 chars (https://ballertodo.com?n=u=i=)
Then each additional todo would be 6 chars (impact and urgency score to 2 decimal places e.g. .65, 1., .7) + the length of the name
So assuming the average to-do name is 14 chars, you can safely fit 98 to-dos in the url ((2000 - 30) / (14 + 6))
If the name is 40 chars, you can fit ~41
I think that will fit 90+% of use cases.
[0] https://stackoverflow.com/questions/417142/what-is-the-maxim...
Re: Show HN: Baller ToDo – a no-list todo app
#66Re: Show HN: Baller ToDo – a no-list todo app
#67Earlier quoted context omitted.
There is a limit to url length
Correct, safely you can make the url 2,000 chars [0]. The base will be 29 chars ( https://ballertodo.com?n=u=i= ) Then each additional todo would be 6 chars (impact and urgency score to 2 decimal places e.g. .65, 1., .7) + the length of the name So assuming the average to-do name is 14 chars, you can safely fit 98 to-dos in the url ((2000 - 30) / (14 + 6)) If the name is 40 chars, you can fit ~41 I think that will fi…
Re: Show HN: Baller ToDo – a no-list todo app
#68It is a clever idea, but needs some UX love. Drag/drop to move around, but I have to click to open a dialog to mark it as done... There should be a way to drag it to a 'done' bucket. The list is broken into the four quadrants, but I cannot drag/drop in the list to set a specific priority, which would be critical when a tasks is dependent on another. In general, algorithmically prioritizing the list based on position…
Re: Show HN: Baller ToDo – a no-list todo app
#69Any way you can keep the dot representation of tasks but allow the user to define the X and Y axes (or maybe more quadrants)? For example, I might want to create a matrix of assignee vs. area.
Re: Show HN: Baller ToDo – a no-list todo app
#70Earlier quoted context omitted.
Lol domain is $5. I don't really care about a coffee :). I am new to web development and ui/ux, picked it up during Covid for kicks. Have been a computer vision/ robotics guy since forever now. Just wanted some relevant feedback on literally the first web app I have ever built. TIL this is called a Covey chart. Thanks for that. I couldn't find a solution like this which allows for moving/ re-arranging tasks and prese…
Is it not a Eisenhower To-Do list?