dominikriemer commented on issue #1533: URL: https://github.com/apache/streampipes/issues/1533#issuecomment-1546831772
Hi @bossenti Currently, notifications are bound to a pipeline so that notifications are not shown if a pipeline is no longer present. I would see two options to solve this: 1) Notifications that belong to a pipeline are deleted once the pipeline is deleted. 2) We rewrite the notification module so that notifications are not bound to a pipeline, but could potentially also be created by other parts of the application. Notifications in the notification view would then not be organized by pipelines, but would include all notifications assigned to the user and maybe could be filtered by a notification type. Since I think existing notification should not just disappear as in option 1, I tend to prefer 2. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
