-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Remove SonataNotificationBundle from dependencies and code #1415
Comments
I'm on it! |
Hey @core23 I didn't see your Issue regarding But if I understand correct we do not need to use symfony/messager component, or is it necessary? could you give some example(s) how was you thinking to remove this decency?, I guess you understand this functionality better then me 😄 |
do you mean create and remove snapshots from the database?
do you know where we are managing this logical (to create and remove snapshots) using NotificationBundle? just to have a better understand :) Edit 1: Hmmm I saw that it was already created |
Started to deprecate NotificationBundle in #1418 |
The idea of my issue was to remove the whole async processing, because a "normal" website should be able to create snapshots on the fly. The notification bundle or messager component adds a complexity to this bundle that is not necessary. |
Hey @core23 thank you for reply, make sense to remove this async, because after the project is on production, we usually publish one page when it's needed. |
I have removed Sonata Notification in my fork: https://github.com/treehousedevelopers/SonataPageBundle/commits/4.x. You can use it with Symfony 5.4 but I'm still working on it. |
Hi @mareckigit I didn't find what commit, you are removing the code, But as I can see you are removing this directly from But we should save our energy to work in different tasks, as I'm working in remove this notification bundle you could work in other task that, as far as I know anyone is working on that, for example: #1096 were you working only in notification bundle or something else? if you worked in other thing could you provide a Pull request with the changes? Note 1: try to provide small PRs, big PR with a lot of things probably it won't be approved 👀 |
My goal is to prepare Sonata Page version that will be work with Symfony 5.4. I do my changes in branch 4.x because I expect that is dedicated for Symfony > 4.
|
This can be closed, the remaining cleanup does not belong to the usage of SonataNotificationBundle. |
Remove SonataNotificationBundle
As discussed in #1410 , we need to remove
SonataNotificationBundle
from the next major releaseCreate tickets
consume code
set self deprecation = 0
The text was updated successfully, but these errors were encountered: