Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Entries for Client is allowed #5

Open
dlimyy opened this issue Oct 28, 2022 · 0 comments
Open

Duplicate Entries for Client is allowed #5

dlimyy opened this issue Oct 28, 2022 · 0 comments

Comments

@dlimyy
Copy link
Owner

dlimyy commented Oct 28, 2022

Steps to reproduce:

addClient n/john p/12345678
addClient n/John p/12345678

Expected Output:

An error message that the client already exists

Actual Output:

image.png

Given that names should not be case sensitive, I believe that the second entry with John should not be allowed to be added. Perhaps you could include the ability to check for case insensitive names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant