I'll say this. Without being critical of this tool, over 30 years of involvement with software projects, I have found that good project management is a result of a good project manager, not the software tools he or she uses. A good project manager will do a good job even with index cards taped to the wall. A bad project manager will do a poor job even with the best software tools. People who have the aptitude and des…
Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
311–320 of 470 posts
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#312I haven't tried the app yet and wanted to make sure it had one deal breaker feature: does it integrate with Github issues/PRs? When something goes wrong, I look at the code, recent changes to it, and the discussion that happened in writing that code. I'm not interested in anything that washes its hands of scope when the item is marked done. I want easy ways of getting back to all that data long after it's marked done…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#313As someone whose team just got bitten - again - by Jira descriptions being overwritten by an unwitting user with unsaved changes, I feel you. I just can’t imagine why it isn’t easy to recover a previous description and its formatting. Jira solves the larger collaboration problems, but blows it on the small stuff. I spent the next hour fuming and imagining how it would work if it was done right (i.e. the way I thought…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#314Does it have offline support? This is the one thing I'm missing the most about Notion, Miro, Google Calendar, and all of this - offline support. In German trains, I'm offline, on flights, I'm often offline; while traveling, I'm often offline. Offline capabilities are often neglected.
We built Linear( https://linear.app ) to be offline first from the beginning. It’s kind of hard to do later. It’s architected in a way that client syncs the data, all the actions happen locally and then delta packets are synced back to the server. This also makes the app really fast because the client doesn’t have to wait for the network to complete the action.
I think it could be interesting to see Linear add personal/private TODO support of some kind… like everyone gets a TODO list that is mostly a view of your linear tickets with each as a bullet point in a document (similar to when you mention them in a Notion checklist doc) but where you can also add other items which are just text (and/or entries in a personal/private linear space)
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#315One thing I've always wanted in a tool like this is the ability to map out probabilities, i.e., we do A, then B but after that we do either C,D or E. Each one on these has an associated probability (C: 0.4, D: 0.5, E: 0.1) and an associated estimate (C: 10 +- 5 normal, D: 12 +- 3 uniform, E: 3 +-1 normal). The UI would look like a graph and like ms project it could include resource levelling in order to show bottlene…
And just as a plug, I made https://www.knotend.com which is a keyboard-centric flowchart editor you can use to map dependencies. Im working in adding computation and probability like you say.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#316Recovering marketer from the productivity space here. Your product looks great. Here's my two cents on the "positioning" dicussion happening: the copy on your "Our story" page reads like most other productivity apps out there. Sorry to be so blunt, but it's generic, buzzwordy, and you can swap your company name out for any other company. > That's why we decided to build XXXXX — an all-in-one work management software…
Thanks so much for your invaluable feedback and suggestions. We're tech guys, not marketers, so we find positioning really challenging at the moment. Thanks again for taking the time to give us some GREAT advice.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#317Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#318Very nice, I'm impressed! Seriously considering purchasing lifetime access. Any plans to add dark mode? And why does it default to 'list view' every time I click on 'my tasks'? I want to see the board by default.
The dark mode is in progress now, and it'll be available in about 2 weeks. The autosave view is on the roadmap and not available yet. Basically, the app will automatically save your last view.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#319Earlier quoted context omitted.
For todos you could just use an iCalendar file full of VTODOs [1]. It's a shame that the iCalendar standard is poorly and incompletely implemented even in calendar programs and almost always missing from organizer programs that are basically todo lists. [1] https://icalendar.org/iCalendar-RFC-5545/3-6-2-to-do-compone...
In reality this looks far too basic to actually be a todo spec for a reasonable productivity app. ie basic functionality I personally look for that I don’t think this would support would include: * Projects with hierarchies * Reminder dates * Tags and contexts * Multi-Step tasks
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#320Does it have offline support? This is the one thing I'm missing the most about Notion, Miro, Google Calendar, and all of this - offline support. In German trains, I'm offline, on flights, I'm often offline; while traveling, I'm often offline. Offline capabilities are often neglected.
We built Linear( https://linear.app ) to be offline first from the beginning. It’s kind of hard to do later. It’s architected in a way that client syncs the data, all the actions happen locally and then delta packets are synced back to the server. This also makes the app really fast because the client doesn’t have to wait for the network to complete the action.