Community-driven issue tracking system
4/28/2021: Rebuilt database from scratch Added command line interface for db access Added php files suitable for webserver use with behavior to allow the opening, closing, and voting on of tickets in the web browser Extended python scripts to provide enhanced functionality for developers
- Online Database-Centric Backend
- Open / Close / Read Ticket
- Categorizable Ticket Class
- Ticket Priority
- User Privilege Levels
Setup assumes a functioning PHP installation, python 3+, and a mariaDB database. Database must be configured by the user in dbaccess, tables, and ticket_access.
- Place Source in desired directory.
- Symlink Web to /var/www/html/Source or /var/www/Source, depending on your webserver and Linux configuration.
Ensure the webserver is active, and visit 1. https://hostname/Web/submit_new.php to create new tickets 2. https://hostname/Web/read_posts.php to read all current tickets, or close or vote on them.
For support check the Github
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.