-
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
create taskAddCommand Doc w/ Seq Diagram for DG #133
create taskAddCommand Doc w/ Seq Diagram for DG #133
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #133 +/- ##
============================================
- Coverage 44.84% 43.26% -1.58%
- Complexity 591 592 +1
============================================
Files 151 155 +4
Lines 3055 3164 +109
Branches 332 350 +18
============================================
- Hits 1370 1369 -1
- Misses 1607 1714 +107
- Partials 78 81 +3 see 12 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
docs/DeveloperGuide.md
Outdated
* Pros: Easy to manage TaskList functionalities. | ||
* Cons: May have performance issues due to numerous calls down command-specific parsers | ||
|
||
* Alternative 2 : Use a simple |
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.
Did you leave out the rest of the sentence?
participant ":Model" as Model MODEL_COLOR | ||
end box | ||
|
||
[-> LogicManager : execute("task add 1") |
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.
what is the significance of the '1'?
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, but might have to look at PUML diagram comment
create taskAddCommand Doc w/ Seq Diagram for DG