Project: AgentSee

AgentSee is a desktop application for property agents to efficiently manage their client information.

Given below are my contributions to the project.

  • Code contributed: RepoSense link
    • SortBuyerCommand Class
    • SortSellerCommand Class
    • AppointmentBuyerCommand Class
    • AppointmentSellerCommand Class
    • AppointmentBuyerCommandParser Class
    • AppointmentSellerCommandParser Class
    • SortBuyerCommandParser Class
    • SortSellerCommandParser Class
    • ComparatorUtil Class
    • SellerAddressBookStorage Interface
    • JsonSerializableSellerAddressBook Class
    • JsonSellerAddressBookStorage Class
    • JsonAdaptedSeller Class
    • ReadOnlySellerAddressBook Interface
    • SellerAddressBook Class
  • Enhancements implemented:
    • Planning of UI, changing it from vertical to horizontal
    • Adding the seller list in storage.
  • Contributions to the UG:
    • Add documentation for sort-b, sort-s, appt-b, appt-s commands
    • Fix documentation according to the mock PE.
  • Contributions to the DG:
    • Add documentation for Sort Feature, Appointment Feature, Storage component.
    • Sequence diagram for sort, Class diagram for storage.
  • Contributions to team tasks:
    • Proposing the idea of property agents to be te target group which is the project direction.
    • Created some issues and assign them to the team members.
    • Collect my team’s questions and ask them in the forum
    • Several bug fixes
  • Review contributions:
    • Here are some examples of my reviews for my teammates’ pull request.
    • #201
    • #198
    • #152
    • #92