8000 GitHub - DonnumS/python-bug-tracker: A python desktop app for tracking bugs. Going to be my first time trying out PyQt for the GUI.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DonnumS/python-bug-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Bug Tracker

This is my WIP python bug tracking project.

Different types of users

Admin:

  • Can add and delete users
  • Can create and remove bugs
  • Can mark bugs as completed
  • Can view all bugs that are completed or uncompleted

Moderator:

  • Can create and remove bugs
  • Can mark bugs as completed
  • Can view all bugs that are completed or uncompleted

User:

  • Can only view the completed or uncompleted bugs.

Some screenshots of the GUI

  • Login page login

  • Welcome Page welcome

  • Dashboard Page dashboard

  • Create Bug Page createBug

  • View Bugs Pages viewbugs1

    viewbugs2

  • Edit Status Page editBug

  • User Page userPage

Improvements checklist

  • Finish GUI
  • One database table for user information and one for bugs
  • Functional login system
  • Role based permissions
  • Protect from SQL injection
  • Email alert for users assigned to bugs
  • Sort viewed bugs by time created, priority etc
  • Ability to edit contents of bugs in database
  • Ability to edit information about users already in system

About

A python desktop app for tracking bugs. Going to be my first time trying out PyQt for the GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0