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
- Host: GitHub
- URL: https://github.com/mariomenjr/wgu-scheduler
- Owner: mariomenjr
- Created: 2020-04-08T05:37:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T06:12:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T08:55:42.971Z (over 1 year ago)
- Topics: appointments, database, scheduler
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 
- 
# Contact
[twitter](https://twitter.com/mariomenjr), [instagram](https://instagram.com/mariomenjr)