/bughunter

Small, simple and pretty bug tracker / todo system, written in AngularJS and PHP

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

Bughunter

Small, simple and pretty bug tracker / todo system, for collaborative code projects

This bug tracker is intented to be used with an API to add bugs from your own application. There is no users management in it, just an "admin" password allowing you to manage bugs (CRUD) and comment them.


There is a demo running here : http://bughunter-demo.polosson.com

Admin password is "admin". Try it!


Install process

  • Clone or download this repo
  • Copy it to your server into a folder
  • Create an empty MySQL database on your server
  • Go to this folder's URL
  • Follow the installer 3 steps (MySQL connection, database structuration, project's informations)
  • Done !

Remaining to do:

  • Email Notification system : new bug, close bug, new comment, assign bug
  • auto resize uploaded image if too big
  • Download SQL dump and images files ("backup" button in settings)
  • Global reset of the whole Bughunter ("reset" button in settings)
  • Language translation (English & French done)
  • Heartbeat to check bugs list every x minutes
  • Propose an alternative database system (JSON instead of MySQL) during install
  • Admin connexion with dev pseudo (not only main password)
  • clean CSS ^^