https://github.com/babban33/bug-tracker
A comprehensive Bug Tracking System designed to streamline issue management and improve collaboration among teams. This system ensures efficient bug reporting, assignment, and resolution while providing insightful dashboards and reporting tools.
https://github.com/babban33/bug-tracker
bootstrap django pythonanywhere sqlite
Last synced: 8 months ago
JSON representation
A comprehensive Bug Tracking System designed to streamline issue management and improve collaboration among teams. This system ensures efficient bug reporting, assignment, and resolution while providing insightful dashboards and reporting tools.
- Host: GitHub
- URL: https://github.com/babban33/bug-tracker
- Owner: Babban33
- Created: 2025-01-18T02:33:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-30T00:55:27.000Z (8 months ago)
- Last Synced: 2025-06-30T01:35:41.729Z (8 months ago)
- Topics: bootstrap, django, pythonanywhere, sqlite
- Language: HTML
- Homepage: https://chaitanya33.pythonanywhere.com/
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bug Tracking System

A comprehensive Bug Tracking System designed to streamline issue management and improve collaboration among teams. This system ensures efficient bug reporting, assignment, and resolution while providing insightful dashboards and reporting tools.
---
## Live Demo
Check out the live application: [Bug Tracking System Live](https://chaitanya33.pythonanywhere.com/)
---
## This Repository also has [Dependency Checker](/checker.md).
## Key Features
### **User Authentication and Role Management**
- Admin, Developer, and Tester roles with specific permissions.
- User registration and login with hashed passwords.
### **Bug Logging and Tracking**
- Create, update, and delete bug reports.
- Assign bugs to specific developers.
- Set bug priorities (low, medium, high) and statuses (open, in-progress, resolved, closed).
### **Dashboard**
- Separate dashboards for Admin, Developers, and Testers.
- Admin dashboard for monitoring all bugs.
- Developer dashboard for bugs assigned to them.
### **Email Notifications**
- Automatic email alerts for status updates or assignments.
### **Bug Search and Filtering**
- Search by bug title, status, or priority.
- Filter bugs by developer or creation date.
### **Reports**
- Generate reports on bug trends (e.g., resolved vs. open bugs) using `matplotlib`.
---
## Tech Stack and Libraries
### **Deployment**

### **Backend**


### **Frontend**



### **Database**

### **Email Notifications**
- `django.core.mail.backends.console.EmailBackend` for testing email functionality.
### **Visualization**

---
## Setup Guidelines
Refer to [setup.md](./Setup.md) for step-by-step instructions to set up the project locally.
---
## Contribution
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.