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

Dg update2 #371

Merged
merged 2 commits into from
Nov 9, 2020
Merged

Conversation

Asuraxsoul
Copy link

No description provided.

@Asuraxsoul Asuraxsoul added documentation Improvements or additions to documentation priority.Medium labels Nov 8, 2020
@Asuraxsoul Asuraxsoul added this to the v1.4 milestone Nov 8, 2020
@Asuraxsoul Asuraxsoul self-assigned this Nov 8, 2020
@codecov-io
Copy link

Codecov Report

Merging #371 (a41d584) into master (9c784a8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #371   +/-   ##
=========================================
  Coverage     61.59%   61.59%           
  Complexity      796      796           
=========================================
  Files           136      136           
  Lines          3101     3101           
  Branches        346      346           
=========================================
  Hits           1910     1910           
  Misses         1062     1062           
  Partials        129      129           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c784a8...56af42e. Read the comment docs.

Expected: Similar to previous.

1. _{ more test cases …​ }_
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for removing these!

@@ -5,8 +5,8 @@ hide circle

class AddXYZCommand {
/' Attributes '/
+ MESSAGE_SUCCESS: String
+ MESSAGE_INVALID: String
<u>+ MESSAGE_SUCCESS: String
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good note of static variables!

@@ -33,7 +31,7 @@ AddressBookParser -> AddCommandParser : parse("-e...")
activate AddCommandParser

activate TaskCommandParser
AddCommandParser -> TaskCommandParser : parse("-e...")
AddCommandParser -> TaskCommandParser : parseEvent("-e...")
Copy link
Collaborator

Choose a reason for hiding this comment

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

For Add Tasks do we not need a ParserUtil class?

Copy link
Author

Choose a reason for hiding this comment

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

Ok I will add it in the next pr, thanks for mentioning it

@Asuraxsoul Asuraxsoul merged commit b362ec5 into AY2021S1-CS2103T-W11-2:master Nov 9, 2020
@Asuraxsoul Asuraxsoul changed the title Ug update2 Dg update2 Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority.Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants