Finalize subscriptions
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3194737. --> Reported by: [rex.barkdoll](https://www.drupal.org/user/1808716) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Hi, I'm trying to see if DANSE can work as a notifications system for Drupal's Forum module. </p> <p>Here are my ideal scenarios I haven't been able to find answers to in looking in DANSE's blog post and its issue queues. </p> <p>With DANSE,</p> <ul> <li>Can users subscribe to a particular forum for all new node and comment updates? <ul> <li>We have public forums and private forums, each are topical, so it makes sense that people wouldn't want to subscribe to all updates on the forum content type, but just a particular forum.</li> </ul> </li> <li>Can users subscribe to a particular node for all comment updates? <ul> <li>This breaks down the granularity further. A user may not care what's going on in a particular forum, but they might care deeply if they start a topic or if the topic is talking about something they're passionate about. Aside from updates to the whole forum, can they just follow updates &amp; comments on a particular node?</li> </ul> </li> <li>Can users subscribe to a particular comment for all threaded comment updates? <ul> <li>For the last level of granularity, this is like someone posting a comment on a thread and just wanting to be made aware if anyone else replies to their comment so they can follow up. The Comment Notify module does this well, but requires someone to post in the first place in order to get subsequent notifications, possibly leading to a chain of "subscribe" posts, like on Drupal's main website.</li> </ul> </li> </ul> <p>I'm already seeing that DANSE can generate a notification only on <em>publishing</em> a node/comment, which is important for us because our forums are moderated. Everything has to be reviewed before being published, so thank you for thinking of this.</p>
issue