Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 946 Bytes

File metadata and controls

24 lines (18 loc) · 946 Bytes

AppointmentManager

JavaFx foray into appointment management

School Project for a consulting firm to manage customer and appointment data between various brances in different countries.

Features

  • Appointment Reminders for appointments within 15 minutes, adjusted to local timezone.
  • Language configuration option to enable full translation.
  • All search options are bound to typing events, (no need to press "Search")
  • Individual right-click context menu between screens.
  • Mulit-threaded approach to data update and computation to prevent bogging down UI thread.



main screen

customer search

appointment search

Design Documents

  • Design documents for user stories as well as implementation details(Link to Docs)