Skip to content

CS2103AUG2017-F10-B2/main

 
 

Repository files navigation

H.M.U

Build Status Build status Coverage Status Codacy Badge

  • 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 time slots where the user and friends are free. Using an algorithm, users will be able to find the most convenient meeting spot.

What’s new in v1.1 (As of 13th October 2017)

  • Google Maps Support

  • Sort Command

What’s new in v1.2 (As of 20th October 2017)

  • Password Support

  • Change Password

  • Search by Address

  • Add Closest MRT to Contacts

  • Search by Phone Number

What’s new in v1.3 (As of 27th October 2017)

  • User-Friendly Login

  • Search by Email

  • Search by Phone Number

What’s new in v1.4 (As of 3rd November 2017)

  • Search Contact’s Location on Google Maps

  • Create Default Login Account

  • Remove Login Account

  • Arrange Schedule

  • Visualize Schedule

What’s new in v1.5 rc (As of 10th November 2017)

  • New UI to show contact’s details

  • Select search contacts on Facebook

  • Improve Find Command

  • Autocompletion for commands

Acknowledgements

  • 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/ .

Licence : MIT

Packages

No packages published

Languages

  • Java 97.8%
  • CSS 1.8%
  • Other 0.4%