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

Specification for dirty event, dirtyPayload(), and `XXXPayloadDirty() to puppet abstraction, puppet implementation, puppet server, and puppet client. #164

Closed
huan opened this issue Sep 6, 2021 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@huan
Copy link
Member

huan commented Sep 6, 2021

Specification

  1. If the low-level puppet wants to dirty a payload, emit a dirty event
  2. If the high-level puppet wants to dirty a payload, call dirtyPayload() method, what it does (and only does) is to make the low-level puppet emit a dirty event.
  3. every puppet should listen to the dirty payload, and call XXXPayloadDirty(id) to dirty a specific payload.

Huan(202109): That's all, I hope the above 3 points can make it clear.

Related issues

@huan huan added the enhancement New feature or request label Sep 6, 2021
@huan
Copy link
Member Author

huan commented Sep 6, 2021

@huan huan added duplicate This issue or pull request already exists and removed enhancement New feature or request labels Oct 16, 2021
@huan
Copy link
Member Author

huan commented Oct 16, 2021

@huan huan closed this as completed Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant