Replies: 5 comments 3 replies
-
|
@zzacharo @nicola It is great to see that this topic is given more attention now.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Conversation for published records are made available. This can be enabled at the community level. |
Beta Was this translation helpful? Give feedback.
-
|
Our librarians want to be able to see the conversation history from the landing page because they want to know the reasons for curatorial decisions made to a record, such as "Why is this file embargoed?" or "Who reviewed this record?". We've used @ugswork's tab implementation and it's worked nicely. I've made an issue for that integration inveniosoftware/invenio-app-rdm#2953, and there is a preliminary PR inveniosoftware/invenio-app-rdm#2954. |
Beta Was this translation helpful? Give feedback.
-
|
@zzacharo @ntarocco I have added the links for the custom code changes done regarding conversation for your reference. I meant to send this earlier, but was caught up with a server upgrade. File attached to this for comment collapsed when more than certain chars and expand. Link for making conversation available for published records - updated for V13 @tmorrell Link for addition of reply thread to each comment. This has been done for an older version of invenio-requests |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At CERN we conducted various interviews with our different experiment communities, trying to understand the way they review publication drafts and below is a summary of proposed enhancements in InvenioRDM's request commenting capabilities that can facilitate their work.
The features are categorized in terms of significance in:
R: required i.e. these features will be needed for our ongoing content migration of existing review comments
RL: required later i.e. these features will be needed in the near future
NTH: nice-to-have i.e. features that possibly enhance the commenting user experience but not an immediate priority.
This discussion aims to expose these ideas and give to the community a chance to add/propose changes or new ideas.
Required
Autosave the current draft comment written in the textarea
Users tend to add extentive comments directly via the web application and often a wrong misclick can lead to the loss of significant amount of work.
Quote reply functionality
The aim of the feature is to add a way for users to quote and reply to an existing comment (similar to github).
Additionally, due to comments potentially being quite big, the ability to select and quote specific text from a comment would be a valuable addition.
Collapsible comments
Make each comment collapsible. Evaluate if after n chars the comment is automatically collapsed with the possibility to expand it.
Attach files to comments
At CERN, in the research community, users are attaching files to their comments. These can be useful as reviewers can:
Discussion per comment
This feature aims to add a one level thread level per comment. The incentive behind this is that a comment is considered a thorough review of a publication. In that context, having a conversation between the authors and the reviewer regarding the submitted review makes sense. The one-level single thread is a compromise between "no replies per comment" and "nested threading" that still keeps the focus of the commenting on the submitted resource but facilitates the interaction between authors and reviewers.
Required later
Deep linked comments so that users can share a comment
At CERN, we have communities that were creating peristent URLS to comments. In that paradigm, a comment is more of a peer review which after submission was immutable to changes.
The feature aims to add a way to "copy the link" to a comment, similar to github, so that this can be shared with others or referenced in comments.
Switch paginated comments for single-loaded discussion
In the example of heavily commented publication drafts, the fact that comments are paginated makes searching for them quite complex.
The feature aims to provide an alternative/change the display of the request timeline from paginated results to a single loaded discussion. The advantage is that users can easily find comments by simply pressing Ctrl + F) in the page. Additional features e.g collapsing comments, might be needed to mitigate densely commented requests.
Create structured tags in comment payload
The motivation behind this feature is to be able eventually to categorize/search content aggregated by a specific tag. For example, at CERN each comment contains an extended text in the format of comments per line in a pdf. The editors spend a significant amount of time to merge all comments and group them by the referenced line in the e.g. submitted pdf. Although the generattion of such reports is most probably a feature customized to CERN, the ability to add some reserved tags will enable these kind of advanced post processing of comments.
Preview of comment
Users would like to have a preview button ala GH or Wikipedia, to be able to preview their comment so that they can catch typo errors in cases e.g. using latex syntax
Apply a grace period for comment actions e.g. edit/delete/add new comment
Usually after adding a comment/review, the receivers of the comment start working on the posted review. There should be a configurable grace period after which specific actions on the comment and in the request discussion should be disabled.
Nice to have
Beta Was this translation helpful? Give feedback.
All reactions