ActiveAgeingHKR / JavaFXunit

This is the repository for Java FX application by Unit team. It contains the source code for Java FX application which will be used by manager/admin of "Care taking agency" to monitor company's employees and customers.
0 stars 0 forks source link

Date and Time Format Clarifications and Error Handling #2

Closed chellerific closed 7 years ago

chellerific commented 7 years ago

Please clarify the data and time formats on the GUI for the user. Normally a new person is unaware of what kind of formats they must type (YYYY-MM-DD, etc.). It will cause errors that the user cannot identify, so please show some type of message as well that the input was incorrect.

chellerific commented 7 years ago

Small error on the customers registration date format hint: it says YYYY-MM_DD Still no date clarifications in CustomersMedicines and EmployeeSchedule.

chellerific commented 7 years ago

Implemented general error handling and corrected format hints.