-
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 support for Untag
feature
#64
Add support for Untag
feature
#64
Conversation
fixes #61 |
Codecov ReportAttention: Patch coverage is
|
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 in general. Left a comment regarding consistency.
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.
Looks well structured and well done, no bugs found.
* 'master' of https://github.com/AY2425S1-CS2103T-F15-4/tp: (50 commits) Fix formatting Change list of tags to type HashSet Abstract command messages to Messages class Fix formatting errors for phone Edit command usage message Reapply "Revert parsing logic to using prefix tag" Fix more formatting Fix formatting errors Update method name in test case Change method name Add FilterCommandParserTest, adapt FilterCommand and TagContainsKeywordsPredicate JavaDocs for Tag Separate JavaDoc for Filter/Find by name/tag Fix check style issues in test class Fix test cases Fix check style issues in test class Add more test for Tagging feature. Add JUnit tests for TagNameTest and UniqueTagListTest Add JUnit tests for TagTest Add JUnit tests for Messages and ModelManagerTest Add test for tag command in AddressbookParserTest ...
# Conflicts: # src/main/java/seedu/address/logic/parser/AddressBookParser.java
Add support for the untag feature, which allows users to untag one or more existing tags from a contact
Created UntagCommand class, UntagCommandParser class and respective test classes