-
This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java sample application intended for users to schedule meetings with friends easily.
-
This is done by allowing the user to see common timeslots that the user and friends are free. Using an algorithm, users will be able to find the most convenient meeting spot.
-
What’s different from H.M.U v1.1 (As of 20th October 2017)
-
Password feature
-
More test cases
-
Search by Address
-
Search by Phone Number
-
Add Closest MRT Station to Contacts
-
-
What’s different from H.M.U v1.2 (As of 27th October 2017)
-
Search by Phone Number
-
Search by Email
-
Scheduling
-
More User-Friendly Login
-
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
A large part of the existing codebase was given to us developers by AddressBook-Level4 created by SE-EDU initiative at https://github.com/se-edu/ .