This is my WIP python bug tracking project.
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.
- 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