-
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
Update developer guide for pin command #90
Update developer guide for pin command #90
Conversation
participant ":Model" as Model MODEL_COLOR | ||
end box | ||
|
||
[-> LogicManager : execute("pin 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.
Commands also have an execute method which might get confusing
consider labelling this as user input instead?
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.
OK I added UI inside so its clearer :)
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
=========================================
Coverage 74.31% 74.31%
Complexity 540 540
=========================================
Files 92 92
Lines 1616 1616
Branches 179 179
=========================================
Hits 1201 1201
Misses 354 354
Partials 61 61 Continue to review full report at Codecov.
|
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 :)
Contributes to #88