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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you prioritize your features?

4 点作者 pkc超过 15 年前
We launched our site http://roorky.com recently. Its a desktop application. We have a set of features planned. But we don't know which one is more useful to our users and how exactly it gets used.<p><pre><code> What is the usual approach you take to decide which features to put in which release? Currently we have a web page where in users can vote for features they want. Any other creative ideas.</code></pre>

3 条评论

Zev超过 15 年前
For launch, I personally try to decide whats essential to the application at hand - if <i>this</i> feature isn't in the application, is it still the same application?<p>Example: If you're making a todo list, you need to be able to add entries and mark them completed. Thats it. Reminders are nice, but not essential. Same with tagging and organizing todos, logbook to see when they were completed, searching the todos, etc. Very <i>useful</i> to have, but not <i>essential</i> to the application. A todo list is still a todo list without them.<p>After launch, its much more guided by A. What I personally think would be a nice addition to the application and B. What features are commonly requested by the user. B takes priority over A, if its a paid application. After all, you want users to recommend your product. What better way then to give them something that you know they want?<p>Example: I would want a way to see how often I complete tasks, what days that I'm most productive on, etc. Users request to be able to search todos and edit details. Thats what gets implemented first, and what I want gets done later, when there is more time.
aichcon超过 15 年前
You should have a vision for your product that is your north star, but for less 'big picture' features, let your users do your prioritization for you. Proactively communicate with them and keep track of feature requests. The frequent requests will bubble up - focus on those.
petervandijck超过 15 年前
2 things:<p>1. Don't build the 100 features all the competition has, build the 1 feature that's fundamentally different from how they do things.<p>2. Measure usage