Project: PropertyMatch

PropertyMatch is a desktop tool for property agents who want to organise their client profiles with their corresponding properties. Property agents can boost their efficiency by seamlessly matching their clients with their desired properties.

Given below are my contributions to the project.

  • Code contributed: RepoSense link

  • Enhancements implemented:
    • Added delcust command and tests (#68)
      • What it does: Allows user to delete a customer from the database when the details of this customer is not needed anymore, so that the database will not be populated with too many irrelevant details.
    • Added editprop command and tests (#93)
      • What it does: Allows user to edit the individual details of an exiting property without having to delete and re-add the property.
    • Added addprop tests (#87)
      • Test cases used for testing addprop
  • Contributions to the UG:
    • Updated UG for delcust command (#17)
    • Updated UG for editcust and editprop commands (#106)
    • Standardise format used in the UG (#165)
    • Fix documentation bugs (#180, #233)
    • Add and update UI screenshots to UG (#189)
    • Update UG to inform users of feature change (#202)
    • Vet and fix small bugs throughout the whole UG (#209, #236)
  • Contributions to the DG:
    • Added sequence diagram for edit and delete command (#106)
    • Updated use cases and add extensions (#240)
  • Contributions to team-based tasks:
    • Updated landing page with new UI (#115)
    • Updating user guide that are not specific to feature.
  • Contributions beyond the project team:
    • Reported bugs for other team’s product during PED
  • Review contributions:
    • Reviewed 17 PRs (Links to some PR reviews)
    • #108, #122, #181