Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

CI Status

Ui

  • This is a desktop application for managing contacts, that is optimised for Command Line Interface(CLI) usage with the benefits of a Graphical User Interface(GUI), InsuraHub aims to improve the productivity of financial advisors who prefers typing..
    Example usages:
    • Keep track of daily tasks(to be added soon)
    • Manage clients efficiently(in progress)
  • The project simulates an ongoing software project for a desktop application (called AddressBook) used for managing contact details.
    • It is written in OOP fashion. It provides a reasonably well-written code base bigger (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
    • It comes with a reasonable level of user and developer documentation.
  • It is named InsuraHub because it allows financial advisors a way to manage their large client base and appointments.
  • For the detailed documentation of this project, see the InsuraHub Product Website.

Original Source

  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative