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

Fix find command bugs for order and deliveryman #196

Merged
merged 8 commits into from
Nov 12, 2018

Conversation

jinyingtan
Copy link

Changes:

  • Update order find food
  • Update order find name
  • Update deliveryman find name

Fixes: #191
Fixes: #192

@jinyingtan jinyingtan added the bug Something isn't working label Nov 11, 2018
@jinyingtan jinyingtan self-assigned this Nov 11, 2018
@coveralls
Copy link

coveralls commented Nov 11, 2018

Pull Request Test Coverage Report for Build 406

  • 16 of 16 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 87.821%

Totals Coverage Status
Change from base Build 403: -0.03%
Covered Lines: 2877
Relevant Lines: 3276

💛 - Coveralls

* Partial match is allowed for name, phone and food. e.g. `alex` will match `alex lim` and `al` will match `alex lim`
* To find for orders from a specific date, use 1 date field. e.g `dt/01-10-2018 10:00:00` will return order/s on that
* Partial match is allowed for name, phone, food and address. e.g. `alex` will match `alex lim` and `al` will match `alex lim`
* When more than 1 fields are given, the find will do an `and` on all fields. e.g. `n/alex p/1234`, will be `n == 'alex' AND p == 1234`

Choose a reason for hiding this comment

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

Maybe can state here that date is an exception?

Like e.g. except for date field. Refer below for how that works

Copy link
Author

Choose a reason for hiding this comment

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

It stated on line 252 to 259. Or is it still unclear?

Choose a reason for hiding this comment

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

No its okay! I thought you could maybe signpost here as well (so people who sometimes dont read the whole thing are aware)

Copy link

@rrtheonlyone rrtheonlyone left a comment

Choose a reason for hiding this comment

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

Looks Good!

Just one minor change to the user guide

Copy link

@kohchihao kohchihao left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link

@monmanuela monmanuela left a comment

Choose a reason for hiding this comment

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

LGTM 🌮

@monmanuela monmanuela merged commit 042859a into CS2103-AY1819S1-T16-3:master Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants