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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Review my project - reportaproblem.at

25 点作者 akirk超过 14 年前
So I built this project out of personal experience, when it happened to me that I accidentally broke a feature on my web site and nobody bothered to tell me.<p>I figured the reason for this is that users simply go away when something is not working, I do this myself. But what's the reason for that? It's quite cumbersome to notify the site owner: first you need to search for a contact or feedback link, and then you also need to describe what feature you're actually talking about.<p>So with reportaproblem you as a site owner receive a simple HTML snippet containing a "Report a problem" link that you attach next to all your important features on your web page.<p>When a user clicks such a link, inside the page a popover appears and you can quickly enter what's wrong without leaving the page.<p>I haven't (yet) put all that much effort into it, for example it probably needs a more decent navigation. I see it more like a proof of concept for now, also because I don't know whether or not it's a small and viable business idea at all.<p>In general, such links from reportaproblem.at are free, but I consider asking for a one-time fee to customize it (right now it's also free), and I also plan to provide additional features if it catches on.<p>I'm curious for your opinions. Thanks a lot!<p>http://www.reportaproblem.at/

9 条评论

andreasklinger超过 14 年前
I am sure many people will critized the fact that you have to place it by hand to each area and that its farely simple.<p>To be honest thats what i like about it. I like the simplicity.<p>Getsatisfaction and co completely miss the point and scare users off. It makes no sense to have a badge on the side. We use it in several projects. Its more a survey less a bug report channel. And the overhead of registering first keeps people out.<p>The benefit of the product is in two directions. First Users have a way to communicate. Second Users see that somebody would care if a problem arises.<p>I can imagine this product within smaller blogs/webshops and other smaller to middle-sized products.<p>The only problem i would see is that these pages then to be rather poorly implemented and it could easily happen that those errors break the plugin. But the user would have the same problem with all other implementations.
评论 #1784015 未加载
SHOwnsYou超过 14 年前
Seems like a great idea if you can keep it to a very low monthly price with excellent reliability and usability.<p>I might consider changing the name... Just doesn't feel right.<p>I would initially think to remove "HTML Snippet" from your page, just because the people that are likely outsourcing their problem reporting to you may be confused by that.<p>I would also look at how Google sells the simplicity of adsense to users to get them understand they are putting Google's code into their website (or some alternatives to "HTML Snippet"<p>I would also probably never offer a one time payment for this service. After your first month's fixed costs the early "one time fee" adopters are riding it out until the end for free.
评论 #1783921 未加载
photon_off超过 14 年前
I was just thinking about if I would actually implement this. I think I might, but it'd have to be much more discrete than the red box. Maybe just a little cute bug icon, or something.<p>There is definitely something to all of these really simple feedback, poll, bug, and feature request services. I think you should follow through with this and see where it leads.
评论 #1784107 未加载
neuen超过 14 年前
Now I've spent a few minutes playing around with it, I can say that I really like it - direct email is great.<p>While I like that you've given users the option to customize the feedback box (background, text colors) I'm still not the biggest fan of the styling for the box - I'd much prefer to have a centered box, more in the style of Fancybox.
IgorPartola超过 14 年前
You can probably do even better by including the HTTP referrer, the user agent string, etc. as well. Knowing the user's browser right away is huge. Cookies, could help, but if the user logs out and their session ID is gone, it kind of sucks. Providing a way to look up the user's ID if it's being used on a site where the user has logged in would be pretty awesome.
评论 #1784441 未加载
joshuacc超过 14 年前
This looks like a great way to get feedback when something is broken. I'll probably add it to one of my projects in the near future.
roblund超过 14 年前
I like it. The only thing I was seeing was because of the 'position:absolute;' rule in your CSS the dialog jumps out of the flow of my page. I'll leave it up on my page for a while so you can check it out, <a href="http://theredhoodie.com" rel="nofollow">http://theredhoodie.com</a>.
评论 #1787865 未加载
akirk超过 14 年前
clickable: <a href="http://www.reportaproblem.at/" rel="nofollow">http://www.reportaproblem.at/</a>
SabrinaDent超过 14 年前
You really need to provide a visual example on the home page of what it is... ie what does it look like when implemented. As it is, I don't understand exactly what I'm signing up for (in a concrete way) when I fill out the box.
评论 #1786178 未加载