推荐 Beta 应用程序的错误跟踪软件
我需要一个基于 PHP/MySQL 的错误跟踪脚本,该脚本将允许我建立一个下载部分并集中每个下载以拥有其自己的问题列表。
我似乎找不到任何可以执行此操作的错误跟踪脚本。
谁能给我推荐一个,我更喜欢开源,谢谢。
I need a PHP/MySQL based Bug Tracking script that will allow me to put up a downloads section and focus each download to have it's own issue list.
I can't seem to find any Bug tracking scripts that can do this.
Can anyone recommend me one, I prefer opensource, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您不会幸运地拥有支持面向文件的错误列表的错误跟踪器。但是,大多数错误跟踪系统允许您提交与特定版本或版本号相关的错误。
为每个下载提供一个版本/构建/发布号,并根据该编号提交错误,这是正确的方法。
至于软件推荐,已经有几个问题涉及这个问题:
轻量级、简约的 PHP bug/功能请求跟踪系统(面向 PHP)
您使用什么错误跟踪软件?(所有语言/平台)
错误跟踪器,支持根据版本号和灵活的项目结构提交错误子项目是 Redmine。这是我个人的错误跟踪建议,位于 Trac 旁边。不过,它们都不是基于 PHP 的。
I don't think you'll get lucky with a bug tracker supporting a file oriented bug list as such. However, most bug tracking systems allow you to file bugs related to a specific version or release number.
Giving each download a version/build/release number, and filing bugs against that number, is the way to go.
As to software recommendations, there are several questions dealing with that already:
Lightweight, minimalist PHP bug/feature request tracking system (PHP oriented)
What bug tracking software do you use? (All languages/platforms)
A bug tracker that supports filing bugs against a version number and a flexible structure of projects and sub-projects is Redmine. It's my personal bug tracking recommendation next to Trac. They're both not PHP based, though.