-
There should be a duplicate detection for tags. For example, `T11` and `t11` are likely to be referring to the same thing.
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2122S1/pe/master…
-
## Description
Checking for duplicates is case sensitive when it comes to names
## Steps to reproduce
1. Copied the line `add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-0…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2122S1/pe/master/files/32e82d45-467d-4423-9ef8-df264f512372.png)
Yes, you have mentioned in the UG that two clients are counted as duplica…
-
## Description
Checking for duplicates is case sensitive when it comes to names (i.e. with all other parameters the same, John Doe and John doe were treated as separate people and were both able to ad…
-
For the `add` command, input validation for the name is too strict.
Assume the user adds this anime, `add n/Shingeki Hi e/0` , and then wants forgets about if for sometime and re-watches more episod…
-
There should never be 2 identical emails attributable to 2 different people, however there is no duplicate checking when it duplicate emails are found across contacts.
This is made even more confusin…
-
There should be a duplicate detection for tags. For example, `T11` and `t11` are likely to be referring to the same thing.
![image.png](https://raw.githubusercontent.com/jhlee1997/pe/main/files/88904…
-
Please do work for this task in a branch called issue-708.
Currently, it's pretty easy to define a course twice. Please update the add course method to check that neither the course name nor course…
-
should only deal with duplicates having given exp_key
-
If someone uploads a puzzle that is already in the database, don't create multiple copies of it clogging up the home page.