X Tutup
The Wayback Machine - https://web.archive.org/web/20250521154207/https://github.com/angular/angular/pull/39900
Skip to content

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

Closed
wants to merge 1 commit into from
Closed

fix(docs):update input-output-diagram.svg #39900

wants to merge 1 commit into from

Conversation

ocapuozzo
Copy link
Contributor

@ocapuozzo ocapuozzo commented Dec 1, 2020

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?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@google-cla google-cla bot added the cla: yes label Dec 1, 2020
@pullapprove pullapprove bot requested a review from alxhub December 1, 2020 07:10
@ngbot ngbot bot added this to the needsTriage milestone Dec 1, 2020
@pullapprove pullapprove bot removed the comp: docs label Dec 9, 2020
@ngbot ngbot bot removed this from the needsTriage milestone Dec 9, 2020
@pullapprove pullapprove bot added the area: core Issues related to the framework runtime label Dec 10, 2020
@ngbot ngbot bot added this to the Backlog milestone Dec 10, 2020
@ocapuozzo ocapuozzo changed the title update input-output-diagram.svg fix(docs):update input-output-diagram.svg Dec 30, 2020
@ocapuozzo
Copy link
Contributor Author

As said, diagram must be update. OutPut property is target (event emitter) not source...

@mary-poppins
Copy link

You can preview 8c31b69 at https://pr39900-8c31b69.ngbuilds.io/.

Copy link
Contributor

@petebacondarwin petebacondarwin left a 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:

  1. I don't think that source and target are actually very useful terms to use regarding outputs. How about using "event" and "handler" instead?
  2. Can you minify the SVG file similar to how it was before you modified it?

Thanks!

@petebacondarwin petebacondarwin added the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Nov 13, 2021
@ocapuozzo
Copy link
Contributor Author

ocapuozzo commented Nov 13, 2021 via email

@petebacondarwin
Copy link
Contributor

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

@ocapuozzo
Copy link
Contributor Author

ocapuozzo commented Nov 14, 2021 via email

@petebacondarwin
Copy link
Contributor

@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 master
git checkout patch-1
git rebase upstream/master -i
# squashed the commits and fixed the commit message
git push --force-with-lease

@petebacondarwin petebacondarwin added action: review The PR is still awaiting reviews from at least one requested reviewer and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Nov 14, 2021
@mary-poppins
Copy link

You can preview d552e53 at https://pr39900-d552e53.ngbuilds.io/.

@ocapuozzo
Copy link
Contributor Author

ocapuozzo commented Nov 14, 2021 via email

@petebacondarwin
Copy link
Contributor

@ocapuozzo - I actually meant that we should change the heading of the boxes in the diagram from source and target to event and handler...

@ocapuozzo
Copy link
Contributor Author

ocapuozzo commented Nov 15, 2021 via email

@petebacondarwin
Copy link
Contributor

OK I can live with that.

"deleteRequest" is the *event* (not target) and "crossOffItem" is the *handler* of the event (not "source").
@atscott atscott added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Feb 3, 2022
@mary-poppins
Copy link

You can preview 8b4f965 at https://pr39900-8b4f965.ngbuilds.io/.

@atscott atscott removed request for alxhub and gkalpak February 3, 2022 18:15
@dylhunn
Copy link
Contributor

dylhunn commented Feb 3, 2022

This PR was merged into the repository by commit f44fa4b.

@dylhunn dylhunn closed this in f44fa4b Feb 3, 2022
dylhunn pushed a commit that referenced this pull request Feb 3, 2022
"deleteRequest" is the *event* (not target) and "crossOffItem" is the *handler* of the event (not "source").

PR Close #39900
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime cla: yes target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
X Tutup