-
LISA is a desktop contacts managerial application. She has a GUI but most user interactions happen using a CLI (Command Line Interface).
-
She is a intended to assist Insurance Agents in managing their contacts as well as insurance policies.
-
She is written in OOP fashion with around 6 KLoC, adapted and improved from [Addressbook-level4].
-
New and Added features:
-
Improved Tag management.
-
Greater flexibility in creating a contact (Only a name is required).
-
Support for Build Automation using Gradle and for Continuous Integration using Travis CI.
-
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.