开发者

Light weight Bug reporting javascript form? [closed]

开发者 https://www.devze.com 2023-02-23 18:39 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

I am knee deep in development for a sports league manager application. I thought I recalled seeing a web app / JavaScript plugin / process that would let users just click on a 'hovering element' (like 'report a bug' bu开发者_Python百科tton) on my site and have a bug form slide down / pop up.

I recall seeing something like that. I want to make it as easy as possible for someone to report a bug as it happens, when it happens, but I just don't want to take the time to code that process. Nor do I want users to have to register somewhere. I jsut want a one way with email optional process.

Anyone use something like that before? Did it work well?

If not, how did you handle bug tracking for web users without having them sign in / register anywhere? I don't want them using a sign in app, I just want some simple form that might let them type out what they were doing, and have it shoot off to me for a fix.

Appreciate the input as I'm trying to keep it simple and focus on the app (this is a non profit thing I'm working on, so can't dedicate too much time for it).


Have a look at BugHerd. It definitely sounds like what you need.


You could keep errors in log and get any information you need with using debug_backtrace() to see which file and code line is causing error. You could also get ref. url, or current url or any other kind of information which you might find useful.

Imagine this;

  • You could keep, user IP / logged in user ID
  • You could keep, date, ref. url / current url.
  • You could keep, which included file and which line caused the error.
  • You could create a log file with dates. Such as 04.18.2011.txt easier and organized.
  • You could block let's say logs/ folder with .htaccess so it will be private if you want.
  • You don't get to push users to send you bug reports.
  • Don't forget many visitors are lazy. They will not even want to do few clicks. This way you will keep track of each errors in your system without having a need to wait for someone to report it.

If you still would like users to post some data it is a different story (for example clicked link (or anything on the page) didn't return the value (or did what user wanted) as expected. If you want report of this then you could keep store them as well as just simply mail yourself which would save you time for coding.

If you need help with Javascript part, I could help you with it since I worked on something similar on my own project.

I hope this helps.


I am not 100% sure if this is what you want. But there are a bunch of feedback tools out there.

Sitepoint has an article out there

http://blogs.sitepoint.com/customer-feedback-tools/

which discusses the top 10 best customer feedback tools.

Some of them are not for free though.

Hope this helps as a starting point.

Regards

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号