-
Notifications
You must be signed in to change notification settings - Fork 26.2k
fix(docs):update input-output-diagram.svg #39900
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
Conversation
|
As said, diagram must be update. OutPut property is target (event emitter) not source... |
|
You can preview 8c31b69 at https://pr39900-8c31b69.ngbuilds.io/. |
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.
Sorry that this has sat unloved for almost a year @ocapuozzo. It seems it got lost in the mass of other PRs.
I have two suggestions:
- I don't think that source and target are actually very useful terms to use regarding outputs. How about using "event" and "handler" instead?
- Can you minify the SVG file similar to how it was before you modified it?
Thanks!
|
Bonjour,
Yes, "event" and "handler" are direct and better terms.
I 'm doing the job, (your 1 and 2 point)
Olivier
Le samedi 13 novembre 2021 à 10:11 -0800, Pete Bacon Darwin a
écrit :
… @petebacondarwin requested changes on this pull request.
Sorry that this has sat unloved for almost a year @ocapuozzo. It
seems it got lost in the mass of other PRs.
I have two suggestions:
I don't think that source and target are actually very useful terms
to use regarding outputs. How about using "event" and "handler"
instead?
Can you minify the SVG file similar to how it was before you modified
it?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
|
Thanks for the update @ocapuozzo - would you mind doing some git magic on this PR? |
|
I would have liked to have done this magic, but after a few attempts I
throw in the towel.
When I try a rebase, I turn around with commits that are not mine ...
If you could take the lead, feel free to do so.
Thank you
Olivier Capuozzo
Le dimanche 14 novembre 2021 à 12:11 -0800, Pete Bacon Darwin a écrit :
…
Thanks for the update @ocapuozzo - would you mind doing some git
magic on this PR?
Please rebase on the current upstream master, and squash the commits
into one, updating the commit message to follow our required
guidelines. E.g.
docs: clarify input-output diagram
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
|
@ocapuozzo - sorry you didn't get it working. Thanks for trying. I have rebased for you. For you reference what I did was: |
|
You can preview d552e53 at https://pr39900-d552e53.ngbuilds.io/. |
|
Perfect !
Thanks for the git commands sequence.
Le dimanche 14 novembre 2021 à 14:38 -0800, Pete Bacon Darwin a écrit :
… @ocapuozzo - sorry you didn't get it working. Thanks for trying. I
have rebased for you.
For you reference what I did was:
git fetch upstream mastergit checkout patch-1git rebase
upstream/master -i# squashed the commits and fixed the commit
messagegit push --force-with-lease
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
|
@ocapuozzo - I actually meant that we should change the heading of the boxes in the diagram from source and target to event and handler... |
|
Pete Bacon Darwin I understand you, but in term of "data flow" (i.e
soure -> target) the new diagram is correct, and non-redondant
naming.
Note : Data flow is a concept used in this page.
If we change "source" (of new correct diagram) by "event", we loose
"data flow" concept and have 2 times "event" word : "Event" fllowing
by ***@***.*** event from child"
Target side in new diagram, I have changed "method" by "handler"
(withholding your proposal).
Le dimanche 14 novembre 2021 à 23:41 -0800, Pete Bacon Darwin a écrit :
…
@ocapuozzo - I actually meant that we should change the heading of
the boxes in the diagram from source and target to event and
handler...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
|
OK I can live with that. |
"deleteRequest" is the *event* (not target) and "crossOffItem" is the *handler* of the event (not "source").
|
You can preview 8b4f965 at https://pr39900-8b4f965.ngbuilds.io/. |
|
This PR was merged into the repository by commit f44fa4b. |
"deleteRequest" is the *event* (not target) and "crossOffItem" is the *handler* of the event (not "source"). PR Close #39900
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |


Expression in the opposite direction in diagram ! so fixed here.
"deleteRequest" is source of event (not "target") and "crossOffITem" is one of targets of event (not "source").
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information