Open source internal ticketing system
Go to file
2022-12-04 21:42:07 -05:00
assets Added a ticket queues object to organize tickets; added ability to change a ticket's queue 2022-12-04 21:33:21 -05:00
bin Initial PHP slim project structure 2022-11-19 13:51:05 -05:00
conf Added config module 2022-11-19 13:53:05 -05:00
data Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
db/migrations Added a ticket queues object to organize tickets; added ability to change a ticket's queue 2022-12-04 21:33:21 -05:00
public Initial PHP slim project structure 2022-11-19 13:51:05 -05:00
src Updated the ticket creation form to assign tickets to queues 2022-12-04 21:42:07 -05:00
views Updated the ticket creation form to assign tickets to queues 2022-12-04 21:42:07 -05:00
.gitignore Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
composer.json Updated some styles on the ticket view; added markdown parsing for ticket body 2022-11-21 18:16:37 -05:00
composer.lock Updated some styles on the ticket view; added markdown parsing for ticket body 2022-11-21 18:16:37 -05:00
Gruntfile.js Added grunt to project for SASS and CoffeeScript files 2022-11-19 13:58:35 -05:00
LICENSE Initial PHP slim project structure 2022-11-19 13:51:05 -05:00
package-lock.json Added grunt to project for SASS and CoffeeScript files 2022-11-19 13:58:35 -05:00
package.json Added grunt to project for SASS and CoffeeScript files 2022-11-19 13:58:35 -05:00
phinx.php Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
README.md Initial commit 2022-11-19 13:42:21 -05:00

goliath

Open source internal ticketing system