项目作者: eprager

项目描述 :
Final Project
高级语言: Java
项目地址: git://github.com/eprager/itmd411-final.git
创建时间: 2019-05-06T04:32:05Z
项目社区:https://github.com/eprager/itmd411-final

开源协议:

下载


itmd411-final

Create a trouble ticket system for IIT. A database is used to store users and tickets.

• Login.java: Login GUI authenticates both admin and regular users in the system. USER LOGIN: joe, user and ADMIN LOGIN: admin, admin1

• Tickets.java: Use to open, view, delete, and edit the tickets in the system.

• Dao.java where Dao stands for Data Access Object. This will allow for database connectivity and CRUD (Create Read Update Delete) like operations including insert, update, read, and delete tickets.

• ticketsJTable.java incorporates JTable structure and data

The user has access to basic functionality including inserting and viewing tickets, while admins can additionally update and delete tickets. The functionality of closing a ticket is incorporated into the status of updating a ticket.