An open API service indexing awesome lists of open source software.

https://github.com/mariomenjr/wgu-scheduler

C195: Software II Advanced Java Concepts Project
https://github.com/mariomenjr/wgu-scheduler

appointments database scheduler

Last synced: 26 days ago
JSON representation

C195: Software II Advanced Java Concepts Project

Awesome Lists containing this project

README

          

# Scheduler

## Scenario

You are working for a software company that has been contracted to develop a scheduling desktop user interface application. The contract is with a global consulting organization that conducts business in multiple languages and has main offices in Phoenix, Arizona; New York, New York; and London, England. The consulting organization has provided a MySQL database that your application must pull data from. The database is used for other systems and therefore its structure cannot be modified.

## Features

- Multi-language
- Timezone agnostic
- Telemetry
- Management of Appointments
- Avoid overlapped appointments
- Alert of appointments within 15 minutes from logging-in
- Form validations
- Management of Customers
- Form validations

# Database

The system communicates to the database by implementing the DAO pattern.

# Screenshots

- ![Appointments Log](./assets/img/screenshot_14.png)
- ![Appointment Forms](./assets/img/screenshot_16.png)

# Contact

[twitter](https://twitter.com/mariomenjr), [instagram](https://instagram.com/mariomenjr)