I should be able to get a list of the Comments that a member has made
Summary:
Request from Eric:
Is there any way to come at Conversations/Comments from the angle of "who made them" rather than "what Thing are they on"? I'm not seeing anything in the Function/Property reference.
The immediate use-case I had in mind was "Show how many comments a given user has made" (for my own purposes in judging who's an active user), but it'd also be nice to actually be able to get a list of those comments, similar to the overview of someone's GeekList comments you can get on BGG.
This isn't easy, since Conversations aren't organized that way. In theory, we could create a separate stream per member, of their Comments (maybe just a cross-reference to the Things, maybe the Comments themselves), but keeping that synchronized isn't trivial.