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

Emit Snapshot creation events #35

Open
sminnee opened this issue Jul 6, 2020 · 0 comments
Open

Emit Snapshot creation events #35

sminnee opened this issue Jul 6, 2020 · 0 comments

Comments

@sminnee
Copy link
Member

sminnee commented Jul 6, 2020

As a developer, I'd be keen on responding when information is changed in the system. For example, if I want to build a notifications module that lets me send an email when a record is created, I'd rather just listed on 'new record created' rather than all the applicable 'form submitted' events.

I'd like some code that links to the right forms, and triggers appropriate events on change data in a way that's not too granular.

This module has a bunch of logic to do this, and writes the result as a snapshot. As such, listening to the "snapshot created" event would be a simple way for me to build my notifications module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant