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

Feature/check in #51

Merged
merged 12 commits into from
Oct 5, 2020

Conversation

iamgenechua
Copy link

No description provided.

@iamgenechua iamgenechua added this to the v1.2 milestone Oct 5, 2020
@iamgenechua iamgenechua self-assigned this Oct 5, 2020
Copy link

@Hazel1603 Hazel1603 left a comment

Choose a reason for hiding this comment

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

LGTM!

}

int personalId = ParserUtil.parsePersonalId(argMultimap.getValue(PREFIX_PERSONAL_ID).get());
int roomId = ParserUtil.parseRoomId(argMultimap.getValue(PREFIX_ROOM_ID).get());

Choose a reason for hiding this comment

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

Just want to double check, the checking of the length of the roomId is done in the execute which is not yet implemented right?

Copy link
Author

Choose a reason for hiding this comment

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

as what @shermz-lim mentioned earlier during our meeting, he suggested that there shouldn't be a checking of length for the room id. if the user keys in roomId of length of 5, for example, the user will just be greeted with a 'room does not exist'

Copy link

@shermz-lim shermz-lim left a comment

Choose a reason for hiding this comment

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

LGTM!

@iamgenechua iamgenechua linked an issue Oct 5, 2020 that may be closed by this pull request
@iamgenechua iamgenechua merged commit 7d621a7 into AY2021S1-CS2103-W14-2:master Oct 5, 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.

Implement Preliminary CheckIn command
3 participants