nus-cs2103-AY1920S2 / pe-dev-response

0 stars 0 forks source link

Addnote function cannot detect duplicate notes #2509

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Steps:

  1. Launch
  2. "(ab)addnote 2 i/Likes red i/Lives in Jurong i/Cycles"
  3. type "(ab)addnote 2 i/Likes red i/Lives in Jurong i/Cycles" again

image.png

The app will just add more notes without checking duplicates. That may lead to very messy information.


[original: nus-cs2103-AY1920S2/pe-interim#2496]

Vanessa1098 commented 4 years ago

Team's Response

The addnote command for a contact provides flexibility for the user to add additional information they wish to remember. Hence, we allow duplicated notes to be added and if they wish to tidy the information, a deletenote command allows them to do so.

Duplicate status (if any):

--