-
Notifications
You must be signed in to change notification settings - Fork 5
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 Teams feature #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor changes, but overall, LGTM!! Reallyy nice work @angsongyee 👏
src/main/java/seedu/address/logic/parser/TeamCommandsParser.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have some minor clarifications!
src/main/java/seedu/address/logic/commands/ListTeamCommand.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have some minor clarifications!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think u wrote the tests pretty well i can't see any logical errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for the fast work!
Fixes #84
Adds the ability for users to create teams consisting of contacts.
This PR only adds the basic functionality for the feature. Only CLI output is planned for now, and a GUI update will be added in a later PR.
add
delete
andlist
team commandsUpdated UG and DG(Moved to another PR)