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

new FindCommand #86

Merged
merged 14 commits into from
Oct 6, 2020
Merged

Conversation

bobbylaw
Copy link

@bobbylaw bobbylaw commented Oct 4, 2020

allows find command to be able to search by name, supplier and tags

Copy link

@saad-haider-pp saad-haider-pp left a comment

Choose a reason for hiding this comment

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

Pretty much LGTM! Tests are all passing and code quality looks good.

I think you should pull request from a separate branch than the master branch since we are using a forking workflow.

@saad-haider-pp saad-haider-pp added this to the v1.2 milestone Oct 5, 2020
saad-haider-pp
saad-haider-pp previously approved these changes Oct 5, 2020
@bobbylaw
Copy link
Author

bobbylaw commented Oct 6, 2020

@halcon-blanco my bad, I was doing it on a branch initially but accidentally merge to master when I wanted to transfer my work to be done on another computer. Will be more careful next time

@Wincenttjoi
Copy link

@zeranium97 there's conflicting files, just rebase your commits and we'll review again 👍

@saad-haider-pp
Copy link

By the way, the conflicts came because of my PR which just got merged, so just keep that in mind haha don't throw everything out

# Resolved Conflicts:
#	src/main/java/seedu/address/logic/commands/EditCommand.java
#	src/test/java/seedu/address/logic/commands/FindCommandTest.java
#	src/test/java/seedu/address/logic/parser/InventoryBookParserTest.java
#	src/test/java/seedu/address/model/ModelManagerTest.java
#	src/test/java/seedu/address/model/item/NameContainsKeywordsPredicateTest.java
@bobbylaw
Copy link
Author

bobbylaw commented Oct 6, 2020

@Wincenttjoi @halcon-blanco I have resolved the conflict, please check, not sure if I did it the right way

Copy link

@saad-haider-pp saad-haider-pp left a comment

Choose a reason for hiding this comment

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

LGTM

@saad-haider-pp saad-haider-pp merged commit 43a9bff into AY2021S1-CS2103T-T12-1:master Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants