When in the view mode of a document users should be able to select text in a section and create a comment about it.
document: EntryHash, // points to document being commented on
section: EntryHash, // section being commented on
start_index: u32,
end_index: u32,
When in the view mode of a document users should be able to select text in a section and create a comment about it.
_commentfollowing some conventions: the comment's text is stored in a section named "comment" and (if any) a suggested change in a section named as "suggestion" with the suggested text, and the following in the meta to identify what is being commented on: