You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Project, eshop or user can be deleted without application that is linked to it knowing that it happened. This will basicaly leave data about it in application database, tasks etc.
Solution: It would be realy nice to create a new type of App Hook that will only serve to notify the app that entity that has it enabled was deleted so the app can clean up. This doesn't need to to be done instantenously, but should be done eventualy (If you send it an hour after the entity was deleleted it shouldn't be that much of a problem)
Problem: Project, eshop or user can be deleted without application that is linked to it knowing that it happened. This will basicaly leave data about it in application database, tasks etc.
Solution: It would be realy nice to create a new type of App Hook that will only serve to notify the app that entity that has it enabled was deleted so the app can clean up. This doesn't need to to be done instantenously, but should be done eventualy (If you send it an hour after the entity was deleleted it shouldn't be that much of a problem)
Example action:
What do you think?
The text was updated successfully, but these errors were encountered: