Searched the forum but saw nothing addressing data extensibility.
Could someone point me to the 'proper' jamroom approach one should use to add persistent attributes to an item? In my case, I need to add metadata to each Comment. (An example of metadata would be a 'child count'.)
Essentially I would capture the information when a comment is created, persist it (key:value) and then render it as HTML attributes on each comment.
( Background: this is to implement an efficient threaded tree of comments to support new user functionality. )
--
TiG
updated by @tig: 11/16/17 05:16:50AM