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

Add functionality for searching for orders by their descriptions #65

Merged

Conversation

tigerting98
Copy link

No description provided.

@tigerting98 tigerting98 added type.Story Corresponds to a user story priority.High A must-do labels Oct 21, 2020
@tigerting98 tigerting98 added this to the v1.3 milestone Oct 21, 2020
@codecov-io
Copy link

Codecov Report

Merging #65 into master will decrease coverage by 0.84%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #65      +/-   ##
============================================
- Coverage     57.52%   56.67%   -0.85%     
  Complexity      405      405              
============================================
  Files            86       89       +3     
  Lines          1601     1625      +24     
  Branches        166      169       +3     
============================================
  Hits            921      921              
- Misses          635      659      +24     
  Partials         45       45              
Impacted Files Coverage Δ Complexity Δ
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...seedu/address/logic/commands/FindOrderCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ava/seedu/address/logic/commands/OrderCommand.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 69.56% <0.00%> (-3.17%) 12.00 <0.00> (ø)
...u/address/logic/parser/FindOrderCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...l/person/DescriptionContainsKeywordsPredicate.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45328b9...536d8a0. Read the comment docs.

@tigerting98 tigerting98 linked an issue Oct 22, 2020 that may be closed by this pull request
@tigerting98 tigerting98 merged commit 0dfeae3 into AY2021S1-CS2103-F09-4:master Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High A must-do type.Story Corresponds to a user story
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement search function
2 participants