nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Adding anime with same names but different casing accepted #2743

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

With a many anime fans possibly having watched a lot of shows, and with many anime titles having confusing capitalisation with its letters, it is possible for users to accidentally add multiple entries of the same show, with different letter casing.

To replicate:

  1. Input command add n/Gundam SEED.

image.png

  1. New anime with name Gundam SEED will be added to list.

  2. Input command add n/gundam seed

image.png

Expected:

Duplicate name detected, new anime not added.

Actual:

Duplicate anime with name gundam seed added to list.

image.png


[original: nus-cs2103-AY2122S1/pe-interim#2703] [original labels: type.FunctionalityBug severity.Medium]

muhammad-faruq commented 2 years ago

Team's Response

A duplicate of issue #4427

Duplicate status (if any):

Duplicate of #4427