AY2425S1-CS2103T-F09-2 / tp

MIT License
1 stars 5 forks source link

Implement duplicate contact handling #64

Closed brianchoon closed 6 days ago

brianchoon commented 6 days ago

Summary

Implement duplicate contact handling based on the following criteria:

Two contacts are considered duplicates if any one of the following criteria holds true

Having the same name alone is not enough to be classified as a duplicate.

Issues Fixed

Fixes #58

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ Complexity Δ
...c/main/java/seedu/address/model/person/Person.java 100.00% <100.00%> (ø) 22.00 <0.00> (+1.00)