Project: AddressBook Level 3

Managera is a desktop app that provides event organisers with a convenient method of keeping track of upcoming events and the details of their participants. It does not handle communication between the event organiser and the participants. This project is adapted from SE-EDU AddressBook - Level 3.

Given below are my contributions to the project.

  • New Feature: Adding Events

    • What it does: Adds an Event to Managera.
    • Justification: Core functionality for Managera to manage events.
  • New Feature: Deleting Events

    • What it does: Deletes the specified Event.
    • Justification: Core functionality for Managera to manage events.
  • Code contributed: RepoSense link

  • Documentation:

    • Developer Guide:
      • Added implementation details for the addEvent and deleteEvent commands.
    • User Guide
      • Added documentation for the Add Event and Delete Event features.