Skip to content

Appointment Scheduler app built using Java, JavaFXML, mySQL, JDBC

Notifications You must be signed in to change notification settings

ZCodes101/Appointment-Scheduler

Repository files navigation

#Appointment Scheduler ###Purpose of Application

The purpose of the application is to allow for a user/company to easily manage customers and the appointments without directly modifying the database. The Guidelines used to create the application are described in the scenario below. ###Scenario "You are working for a software company that has been contracted to develop a GUI-based scheduling desktop application. The contract is with a global consulting organization that conducts business in multiple languages and has main offices in Phoenix, Arizona; White Plains, New York; Montreal, Canada; and London, England. The consulting organization has provided a MySQL database that the application must pull data from. The database is used for other systems, so its structure cannot be modified."

"The organization outlined specific business requirements that must be met as part of the application. From these requirements, a system analyst at your company created solution statements for you to implement in developing the application. These statements are listed in the requirements section."

"Your company acquires Country and First-Level-Division data from a third party that is updated once per year. These tables are prepopulated with read-only data. Please use the attachment “Locale Codes for Region and Language” to review division data. Your company also supplies a list of contacts, which are prepopulated in the Contacts table; however, administrative functions such as adding users are beyond the scope of the application and done by your company’s IT support staff. Your application should be organized logically using one or more design patterns and generously commented using Javadoc so your code can be read and maintained by other programmers."

##Author

Alonzo Washington

version 1.0, 10/26/2020

###IDE Informatoin

IntelliJ IDEA 2020.2.3 (Ultimate Edition) Build #IU-202.7660.26, built on October 6, 2020

Java JDK- jdk-11.0.8

Java SDK - 11.0.2

mysql-connector-java-5.1.40-bin

##How to run application

Application is ran through Main method located in the Views folder

##Additional Report Details

For my third report I've decided to list all the appointments per customer. If a customer isn't assigned to an appointment then it will not populate on the table. As with the other 2 reports I used a tableview to retrieve details from the database.

About

Appointment Scheduler app built using Java, JavaFXML, mySQL, JDBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages