discourse-assign/spec
Krzysztof Kotlarek dc8f43fbb1
FEATURE: Assignment target is polymorphic (#218)
Change `topic_id` to polymorphic approach (In the next step we will allow assigning to individual post)

`topic_id` column is still used for efficient display of assigned users on topic list (to avoid scanning posts)
2021-10-14 09:22:29 +11:00
..
components FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
db/post_migrate FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
fabricators FEATURE: Trigger webhook when assigning and unassigning topics (#61) 2020-03-06 11:57:46 -07:00
integration FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
jobs FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
lib FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
models FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
requests FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
serializers FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
support FEATURE: new assignable group option instead of messageable (#195) 2021-09-08 10:30:13 +10:00
plugin_spec.rb FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00