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

List personloans #346

Merged
merged 37 commits into from
Nov 5, 2019
Merged

Conversation

Deculsion
Copy link

Adds function to list one person's loans

@@ -29,12 +30,28 @@ private Command processListStockType(String input) throws BadInputException {
}

private Command processListPerson(String input) throws BadInputException {
String[] inputArr = input.split(" +");
String[] inputArr = input.split(" ");
Copy link

@cyanoei cyanoei Nov 5, 2019

Choose a reason for hiding this comment

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

mm i've noticed that the predictive search (however raghav did it) prevents users from spamming spaces between their params anyway, so the multiple spaces regex has truly become obsolete

Copy link

@cyanoei cyanoei left a comment

Choose a reason for hiding this comment

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

yep cool
edit: i realise i'm not quite sure of how to fix your merge conflict so i'm going to leave it in case i break something.

@Deculsion Deculsion merged commit 6858cbb into AY1920S1-CS2113T-F09-3:master Nov 5, 2019
cyanoei added a commit to cyanoei/eggventory-team that referenced this pull request Nov 5, 2019
@Deculsion Deculsion deleted the list-personloans branch December 19, 2019 06:08
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.

2 participants