nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

bug(property): Cannot add property with same name #5759

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

User can't add property with same name (Although different address). Then how to sell multiple units in one HDB / Condo?

image.png


[original: nus-cs2103-AY2223S1/pe-interim#5742] [original labels: type.FeatureFlaw severity.Medium]

lkwlkww commented 1 year ago

Team's Response

There are two ways for users to add properties with similar names:

  1. Names with the same letters but different cases are allowed (e.g. Two properties, named 'Pinnacle@duxton' and 'pinnacle@duxton' respectively are allowed).
  2. The user could manually number properties with multiple units for sale (e.g. 'Pinnacle@duxton 1' and 'Pinnacle@duxton 2').

Both ways allow a user to bypass the rejection of duplicate names.

However, we agree that this particular issue could be resolved in a better way to give more convenience to users. Thus, instead of rejecting the bug, we opt to change it to a low severity rating instead because the user still has ways to add properties with similar names, when he/she wants to sell multiple units from the same property.

Duplicate status (if any):

--