I'm wondering if there are common ways for a team to comment on reports published on RStudio Connect directly. Some options may be:
Overlaying hypothes.is-type commenting and annotation on RSConnect, either by embedding the associated Javascript in RMarkdown reports, injecting it to all reports via some wrapper (e.g., this), or having users install a browser extension. One drawback to this is that requires users to sign up for another service, and for private reports, another set of logins to manage.
Relegate discussion to an associated GitHub repo (esp. for git-backed reports), or some other chat
I haven't heard of hypothes.is before, but it looks promising! I'm going to dive deeper.
I was having a similar sort of thought process in my head a few weeks ago - how to recreate the MS Word "add comment" workflow in HTML outputs for my non-coder colleagues.
@apreshill and I have been playing around with some of these features on RStudio Connect.
I have a minimal working example on RStudio Connect courtesy of utterances . I adapted Miles Mcbain's code from his blog, and only needed to change the repo to my own repo-name.