Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments Module #73

Open
jonlamdev opened this issue Sep 23, 2020 · 4 comments
Open

Comments Module #73

jonlamdev opened this issue Sep 23, 2020 · 4 comments
Labels

Comments

@jonlamdev
Copy link
Member

jonlamdev commented Sep 23, 2020

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

Existing Work

Other commenting system examples

/cc @jptissot @M-A-Boucher

@jptissot jptissot added the p3 label Nov 4, 2020
@jptissot
Copy link
Contributor

jptissot commented Nov 4, 2020

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

@jsalgado10
Copy link

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
Copy link
Contributor

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

@jsalgado10
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants