discourse/app
Vinoth Kannan 143f06f2c6
FEATURE: Allow watched words to be created as a group (#26632)
At the moment, there is no way to create a group of related watched words together.  If a user needed a set of words to be created together, they'll have to create them individually one at a time.

This change attempts to allow related watched words to be created as a group. The idea here is to have a list of words be tied together via a common `WatchedWordGroup` record.  Given a list of words, a `WatchedWordGroup` record is created and assigned to each `WatchedWord` record. The existing WatchedWord creation behaviour remains largely unchanged.

Co-authored-by: Selase Krakani <skrakani@gmail.com>
Co-authored-by: Martin Brennan <martin@discourse.org>
2024-04-29 15:50:55 +05:30
..
assets FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
controllers FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: Better tracking of topic visibility changes (#26709) 2024-04-29 10:34:46 +10:00
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
models FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
serializers FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
services FIX: Better tracking of topic visibility changes (#26709) 2024-04-29 10:34:46 +10:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00