This is a scheduling desktop user interface application for a software company that conducts business in multiple languages and has its main offices in different time zones. The application uses a MySQL database that it pulls data from.
This application is a result of one of my CS courses. A specific scenario was provided along with specific business requirements. I had to create an application that would satisfy the customer's needs.
Standard Java in Netbeans IDE 8.2
Each time a user logs in, their login time and username is written to a .txt file. Each user has his/her own .txt file with a filename that is the user's username.
- Closing the Customer Records screen ends the entire program.
- Cancelling the Update Appointment screen ends the program with an error.
Complete...
Example
(End with an example of getting some data out of the system or using it for a little demo)
I have not deployed this application yet.
- Netbeans - The IDE used to create application
- MySQL Workbench - Used to design the database
3/4/19
- Created basic functions
- Designed GUI for easier user experience
- Created database with sample data
3/18/19
- Final debugging of functions
- Update sample data in database to include more users
3/21/19
- Submitted application for review
- Passed Course!
- Tivinia Tonga
This project is an original creation of mine for one of my CS courses.