Project: OutBook

OutBook is a desktop application designed for freelance insurance agents, enabling them to effectively organize and oversee their extensive contacts and meeting schedules. It is optimised for Command Line Interface (CLI) and aims to significantly reduce the time needed for organizational tasks.

My contributions to the project are listed below

  • New Feature: Added a command (addmc) that allows user to add an attendee to a meeting. (Pull request #55)
    • What it does: Allows the user to add a person as an attendee to a specified meeting
    • Justification: This feature allows the user to keep track of who will be attending each meeting, to ensure the user is aware of and addresses their needs.
  • New Feature: Added the ability to add and edit the Status of a contact (Pull Request #72)
    • What it does: Allows the user to specify which stage of the insurance sales process each of their contact is at, if applicable. A fixed list of available statuses tailored for insurance agents is provided.
    • Justification: Insurance agents typically have to address different issues depending on which stage of the sales process their client is at. Hence, the Status field is created to help users segment their contacts systematically and update each contact’s status easily.
  • Code contributed: RepoSense link

  • Project management:
    • Managed milestone v1.1 on GitHub
    • Contributed issues
    • Reviewed and merged PRs
    • Updated site-wide settings
    • Enabled Gradle assertions
  • Enhancements to existing features:
    • Improved findc to search for phone, email, last contacted time, status and tags in addition to name (Pull request #93)
    • Modified LastContactedTime field such that it becomes optional (Pull request #93)
  • Documentation:
    • User Guide:
      • Updated documentation for addc, findc and addmc
      • Added table of contents
      • Added tables to summarise contact and meeting parameters
      • Documented the sections ‘Key Features’ and ‘Navigating OutBook’
      • General editing to ensure uniformity and coherence
    • Developer Guide:
      • Added implementation details of the addmc command
      • Added implementation details of the Status field for Person