Skip to content

polosson/bughunter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
api
 
 
 
 
 
 
css
 
 
 
 
 
 
gfx
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ^^

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published