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
The Subscription has to be stored as a json string directly in the entity that uses the subscription and not in a separate table.
This makes possible to completely remove the table storing the subscriptions and avoid unuseful duplicates of rows.
In fact, this structure often causes that a subscription row is required for each corresponding entity (like what happens in our apps that handle redirects).
v0.12.0
Start deprecating current methods of FeaturesManager and create a SubscriptionManager (to evaluate)
...
Move this issue to milestone 0.13.0
v0.13.0
Not planned yet.
The text was updated successfully, but these errors were encountered:
In Workflow Component there is the
Workflow
service that makes possible to do something lie this:Here in Subscription we should be able to do something like this:
The Subscription has to be stored as a
json
string directly in the entity that uses the subscription and not in a separate table.This makes possible to completely remove the table storing the subscriptions and avoid unuseful duplicates of rows.
In fact, this structure often causes that a subscription row is required for each corresponding entity (like what happens in our apps that handle redirects).
v0.12.0
FeaturesManager
and create aSubscriptionManager
(to evaluate)...
0.13.0
v0.13.0
Not planned yet.
The text was updated successfully, but these errors were encountered: