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

Resolve bugs, add and update features #241

Merged
merged 5 commits into from
Nov 4, 2020

Conversation

jeannetoh99
Copy link
Collaborator

@jeannetoh99 jeannetoh99 commented Nov 1, 2020

Resolve the following bugs:

  1. Check for duplicates in edit, move and copy commands
  2. Handle Duplicate Error in Json file on initialising app
  3. Removed List Command

Add the following features:

  1. Auto Tab after add/edit/delete command

Update the following features:

  1. Change isSameFriend to check for passport number only [PE-D] Equality check of friends using passport/phone number might be better #222
  2. Include sort -friend passport and mobile [PE-D] sort -friend name  #202
  3. Sort activity by most importance ones first instead of least important [PE-D] Suggestion to sort activity by most important ones first #224
  4. Change isSameActivity to check for name, date and location [PE-D] Same activity at different timing disallowed #235

Resolve the following bugs:
1. Check for duplicates in edit, move and copy commands

Add the following features:
1. Auto Tab after add/edit/delete command

Update the following features:
1. Change isSameFriend to check for passport number only AY2021S1-CS2103-T14-3#222
2. Include sort -friend passport and mobile AY2021S1-CS2103-T14-3#202
3. Sort activity by most importance ones first instead of least important AY2021S1-CS2103-T14-3#224
4. Change isSameActivity to check for name, date and location AY2021S1-CS2103-T14-3#235
@jeannetoh99 jeannetoh99 linked an issue Nov 1, 2020 that may be closed by this pull request
Copy link
Collaborator

@underthehai underthehai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just the minor naming part

Copy link

@jiaweiteo jiaweiteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -51,15 +52,15 @@ public Mobile getMobile() {
}

/**
* Returns true if both friends are of the same name
* Returns true if both friends have the same passport or same mobile.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't include mobile isn't it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right!

Copy link
Collaborator

@lyeyixian lyeyixian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just one JavaDoc typo I think.

@jeannetoh99 jeannetoh99 merged commit 82451fe into AY2021S1-CS2103-T14-3:master Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment