discourse-assign/app
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
..
controllers/discourse_assign FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
mailers FIX: Use Topic#url to generate topic URL 2020-05-18 13:08:03 +03:00
models FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
serializers FIX: n+1 assignment (#205) 2021-09-15 08:24:37 +10:00