StatCan / StatCan.OrchardCore

Houses StatCan OrchardCore Modules
https://statcan.github.io/StatCan.OrchardCore/
MIT License
56 stars 12 forks source link

Comments Module #73

Open jonlamdev opened 3 years ago

jonlamdev commented 3 years ago

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

jptissot commented 3 years ago

Maybe start here and do a PR to the official repository.

jsalgado10 commented 3 years ago

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

jptissot commented 3 years ago

@jsalgado10 Where can we see this Module ? I would be interested to review it.

jsalgado10 commented 3 years ago

@jsalgado10 Where can we see this Module ? I would be interested to review it.

here is the link https://github.com/jsalgado10/OrchardCore.Commentator/tree/main