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

feat: Add Remark command #15

Closed

Conversation

HugeNoob
Copy link

Add a new Remark command to complete #10.

I definitely did this myself and did not copy from https://nus-cs2103-ay2324s1.github.io/tp/tutorials/AddRemark.html.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #15 (901cae2) into master (9242d8d) will increase coverage by 0.68%.
The diff coverage is 86.95%.

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
+ Coverage     75.26%   75.95%   +0.68%     
- Complexity      419      440      +21     
============================================
  Files            71       74       +3     
  Lines          1338     1393      +55     
  Branches        126      132       +6     
============================================
+ Hits           1007     1058      +51     
- Misses          301      304       +3     
- Partials         30       31       +1     
Files Changed Coverage Δ
.../seedu/address/logic/parser/AddressBookParser.java 90.47% <0.00%> (-9.53%) ⬇️
src/main/java/seedu/address/ui/PersonCard.java 0.00% <0.00%> (ø)
.../java/seedu/address/model/util/SampleDataUtil.java 25.00% <14.28%> (+5.00%) ⬆️
...c/main/java/seedu/address/model/person/Remark.java 87.50% <87.50%> (ø)
...java/seedu/address/logic/commands/EditCommand.java 97.50% <100.00%> (+0.06%) ⬆️
...va/seedu/address/logic/commands/RemarkCommand.java 100.00% <100.00%> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 85.71% <100.00%> (+2.38%) ⬆️
...eedu/address/logic/parser/RemarkCommandParser.java 100.00% <100.00%> (ø)
...c/main/java/seedu/address/model/person/Person.java 97.43% <100.00%> (+0.21%) ⬆️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@HugeNoob HugeNoob self-assigned this Sep 20, 2023
@HugeNoob HugeNoob linked an issue Sep 20, 2023 that may be closed by this pull request
@jiakai-17 jiakai-17 added the type.Tutorial A tutorial task that is tracked and needs to be completed. Not necessary to merge this PR. label Sep 20, 2023
@jiakai-17 jiakai-17 added this to the Week 6 milestone Sep 20, 2023
@HugeNoob HugeNoob closed this Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type.Tutorial A tutorial task that is tracked and needs to be completed. Not necessary to merge this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complete Tutorial 2 - Adding a new Command - HugeNoob
2 participants