{"id":24448690,"url":"https://github.com/babban33/bug-tracker","last_synced_at":"2025-07-01T16:07:50.873Z","repository":{"id":273014643,"uuid":"918469445","full_name":"Babban33/bug-tracker","owner":"Babban33","description":"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.","archived":false,"fork":false,"pushed_at":"2025-06-30T00:55:27.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T01:35:41.729Z","etag":null,"topics":["bootstrap","django","pythonanywhere","sqlite"],"latest_commit_sha":null,"homepage":"https://chaitanya33.pythonanywhere.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Babban33.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-18T02:33:56.000Z","updated_at":"2025-06-30T00:55:30.000Z","dependencies_parsed_at":"2025-02-03T01:25:29.460Z","dependency_job_id":"3e301f45-7930-4f94-b688-e65086e3e788","html_url":"https://github.com/Babban33/bug-tracker","commit_stats":null,"previous_names":["babban33/bug-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Babban33/bug-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Babban33%2Fbug-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Babban33%2Fbug-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Babban33%2Fbug-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Babban33%2Fbug-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Babban33","download_url":"https://codeload.github.com/Babban33/bug-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Babban33%2Fbug-tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262996403,"owners_count":23396903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","django","pythonanywhere","sqlite"],"created_at":"2025-01-21T00:33:51.384Z","updated_at":"2025-07-01T16:07:50.832Z","avatar_url":"https://github.com/Babban33.png","language":"HTML","readme":"# Bug Tracking System\n\n![Bug Tracking System](/static/img/homepage.png)\n\nA 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.\n\n---\n\n## Live Demo\n\nCheck out the live application: [Bug Tracking System Live](https://chaitanya33.pythonanywhere.com/)\n\n\n---\n\n## This Repository also has [Dependency Checker](/checker.md).\n\n## Key Features\n\n### **User Authentication and Role Management**\n- Admin, Developer, and Tester roles with specific permissions.\n- User registration and login with hashed passwords.\n\n### **Bug Logging and Tracking**\n- Create, update, and delete bug reports.\n- Assign bugs to specific developers.\n- Set bug priorities (low, medium, high) and statuses (open, in-progress, resolved, closed).\n\n### **Dashboard**\n- Separate dashboards for Admin, Developers, and Testers.\n- Admin dashboard for monitoring all bugs.\n- Developer dashboard for bugs assigned to them.\n\n### **Email Notifications**\n- Automatic email alerts for status updates or assignments.\n\n### **Bug Search and Filtering**\n- Search by bug title, status, or priority.\n- Filter bugs by developer or creation date.\n\n### **Reports**\n- Generate reports on bug trends (e.g., resolved vs. open bugs) using `matplotlib`.\n\n---\n\n## Tech Stack and Libraries\n\n### **Deployment**\n![PythonAnywhere](https://img.shields.io/badge/pythonanywhere-%232F9FD7.svg?style=for-the-badge\u0026logo=pythonanywhere\u0026logoColor=151515)\n\n### **Backend**\n![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge\u0026logo=django\u0026logoColor=white)\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n\n\n### **Frontend**\n![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n\n### **Database**\n![SQLite](https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white)\n\n### **Email Notifications**\n- `django.core.mail.backends.console.EmailBackend` for testing email functionality.\n\n### **Visualization**\n![Matplotlib](https://img.shields.io/badge/Matplotlib-%23ffffff.svg?style=for-the-badge\u0026logo=Matplotlib\u0026logoColor=black)\n\n---\n\n## Setup Guidelines\n\nRefer to [setup.md](./Setup.md) for step-by-step instructions to set up the project locally.\n\n---\n\n## Contribution\n\nContributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabban33%2Fbug-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabban33%2Fbug-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabban33%2Fbug-tracker/lists"}