On several projects in the past, the request to subscribe to a content type has come up, and I'm seeing that request again now.
In 7.x, various workarounds included adding a flag to the user, and then having special handling to grab all users that had that flag and send out notifications for new content of a given type.
I'm wondering if there's a way this module can make that easier? Or how others are working through this issue?
One potential way would be to create a flag on config entities. The Flag module currently does not allow flags of config entities, which seems like that approach would make the most logical sense here (eg, a user flags 'article' config entity).
On several projects in the past, the request to subscribe to a content type has come up, and I'm seeing that request again now.
In 7.x, various workarounds included adding a flag to the user, and then having special handling to grab all users that had that flag and send out notifications for new content of a given type.
I'm wondering if there's a way this module can make that easier? Or how others are working through this issue?
One potential way would be to create a flag on config entities. The Flag module currently does not allow flags of config entities, which seems like that approach would make the most logical sense here (eg, a user flags 'article' config entity).