You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a widget for allowing users to submit comments on a page (i.e. juxtaposed to another piece of "content"). A comment is essentially a particular type of user generated content within a "collaboration" domain
Minimally Usable:
Supports a flat discussion (i.e. ordered list of comments); (i.e. not threaded)
Comment: "Name of Submitter, Date of Submission, Comment, Votes"
Comment widget:
renders the thread
add a new comment to the thread
Increase / decrease votes
In the case of decoupled/headless, can expose this as-a-service
I've created a new Module that adds comment support to any ContenType. Just need to add the contentpart to your content type. Let me know if anybody is interested
Create a widget for allowing users to submit comments on a page (i.e. juxtaposed to another piece of "content"). A comment is essentially a particular type of user generated content within a "collaboration" domain
Minimally Usable:
In the case of decoupled/headless, can expose this as-a-service
Existing Work
Other commenting system examples
/cc @jptissot @M-A-Boucher
The text was updated successfully, but these errors were encountered: