TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: Project management

7 点作者 robmnl超过 17 年前
I'd like to ask everyone, since I'm working on a project management app:<p> 1) How does your perfect project management app look like?<p>and as a bonus<p>2) What are your grips with basecamp?<p>Thanks

10 条评论

mnikonov超过 17 年前
Perfect project management app = pen and sheet of paper or whiteboard with stickers.<p>Anything computer-based is too boring and not very helpful in real life. Project management is a process, not an app. It should be done by people, not computers, and it requires energy and discipline, not algorithms or bar charts. <p>Face the reality: <a href="http://talkback.zdnet.com/5208-9593-0.html?forumID=1&#38;threadID=9337&#38;messageID=186421&#38;start=0" rel="nofollow">http://talkback.zdnet.com/5208-9593-0.html?forumID=1&#38;thr...</a><p>This may sound crazy but my suggestion for a project management app would be to include some funny or gameplay elements. How about a lottery inside project management app? ("Complete a milestone on time and get a chance to win a case of beer!"). Something to entertain and encourage poor souls who would be forced to use the app.
评论 #88219 未加载
jdhollis超过 17 年前
Pen and paper + Tinderbox (<a href="http://eastgate.com/Tinderbox/" rel="nofollow">http://eastgate.com/Tinderbox/</a>).<p>I use Basecamp more as a structured way to communicate priorities and timeline. It's helpful as a central place around which people across time zones can orient themselves. Look at it as project-oriented blogging. It's not very helpful (or interesting) unless there are multiple people involved in the project.<p>For a game-oriented take on project management, check out David Seah's The Printable CEO Series (<a href="http://davidseah.com/blog/the-printable-ceo-series/" rel="nofollow">http://davidseah.com/blog/the-printable-ceo-series/</a>).
ciordia9超过 17 年前
Devshop (<a href="http://devshop.com" rel="nofollow">http://devshop.com</a>) is helping us keep our project on task and understand where our distractions are coming from. If someone wants to unfreeze requirements they know it's their fault we're not going to meet the schedule.<p>Basecamp is basic. 37s develops simple apps for a mass market of simple needs. If you exceed the need for simple you have to find something else. Since your here you're probably not that simple. ;-)
voidfiles超过 17 年前
moleskine: en.wikipedia.org/wiki/Moleskine
cratuki超过 17 年前
I've written a long response, <a href="http://cowoh.org/~craig/perfect_project_management_app.txt" rel="nofollow">http://cowoh.org/~craig/perfect_project_management_app.txt</a>.
davidw超过 17 年前
I created this at the company I worked at a while ago:<p><a href="http://stufftodo.dedasys.com/" rel="nofollow">http://stufftodo.dedasys.com/</a><p>It's basically a fancy todo list with sharing between people. I decided to open source it after seeing that there wasn't a lot of interest, and moving on from that company (I developed it on my own, so I own the rights to it). It's probably not right for everyone, but I use it and like it as it's very simple and direct.
nickb超过 17 年前
If you're on a Mac, try OmniPlan: <a href="http://www.omnigroup.com/applications/omniplan/" rel="nofollow">http://www.omnigroup.com/applications/omniplan/</a><p>Or Merlin: <a href="http://www.merlin2.net/" rel="nofollow">http://www.merlin2.net/</a><p>Both are superb &#38; Merlin's a bit better.<p>We use OmniPlan (got a cheap license).<p>As for webapps.. haven't seen any good project management apps.
alaskamiller超过 17 年前
basecamp is already pretty intuitive and pretty good for average consumer usage. competing with them is going to require a lot of catch-up.
nextmoveone超过 17 年前
ive never seen my perfect project management app, but I use basecamp for the to-do lists. I think that my biggest problem is forgetting to use basecamp, because it is not engaging. Maybe you could make something that texts/emails you or calls you on a daily basis and lets you know the top 5 projetcs you have something due on? Or maybe make it more like a whiteboard in style.
robmnl超过 17 年前
Thanks everyone