Open adrienpoly opened 2 days ago
Does this really make a difference? A talk usually only has 4-5 topics, no?
It is not for displaying the topics of a talk but to display the talks of a topic. like for this page https://www.rubyvideo.dev/topics/abstract-syntax-tree-ast
Given the filter introduce in #433 we can now display within a turbo frame the talks of a topics and we could extend that to speaker#show page and event#show page. That would DRY quite a bit the rendering of talks card.
ok I wen't much further :
The benefits I see is to dry a bit that part of the views and when we start adding filters, sorting etc that can be added globaly to all views
for now I would like to test this only for admin to play a bit with it to be sure they are no side effects.