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

Throw events when an image has been uploaded #84

Closed
Woeler opened this issue Oct 13, 2022 · 0 comments · Fixed by #98
Closed

Throw events when an image has been uploaded #84

Woeler opened this issue Oct 13, 2022 · 0 comments · Fixed by #98

Comments

@Woeler
Copy link
Contributor

Woeler commented Oct 13, 2022

Hello,

I currently have an app where the uploaded images need to be converted to the webp format. Currently I do this by observing my model, looping over the editor blocks and sending out jobs to convert the images from the block data. However, it would be nice if this package could thrown an event whenever an image has been successfully uploaded.

What do you think about this idea? I can implement it I think. Just wanted to get an opinion of the maintainer(s) first before I sink some time in it.

It would definitely make our codebase cleaner, and I'm sure other people can find a use for the events if they need to do some extra post-processing with images.

Cheers.

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

Successfully merging a pull request may close this issue.

1 participant