joomla-developer-docs icon indicating copy to clipboard operation
joomla-developer-docs copied to clipboard

User Contributed Notes

Open eddieajau opened this issue 12 years ago • 2 comments

Devise a plan for accepting user contributed notes as you would find on php.net. Maybe via Disqus or some other service provider.

Or we could create a simple home-grown FW RESTful app to support comments across the org? Keep it simple with Auth via Github and the following API

  • GET /comments/:siteId - get a list of comments for a whole site
  • GET /comments/:siteId/:pageId - get a list of the comments for a site and page
  • POST /comments/:siteId/:pageId - post a new comment to a page
  • PUT /comments/:commentId - update a comment's title or body
  • DELETE /comments/:commentId - remove a comment
  • PATCH /comments/:commentId/:action - where :action can be approve | mark as spam etc

Plus we'd need some auth end-points.

That's obviously a bigger project than taking something off the shelf (and I'd push the milestone out if we did want to grow our own).

eddieajau avatar Nov 28 '13 02:11 eddieajau

This will be a huge feature though I do not have an idea how to handle it... :confused:

b2z avatar Nov 29 '13 07:11 b2z

So, heh, just read this on the AngularJS site http://blog.angularjs.org/2013/11/farewell-disqus.html

I think that approach is worth considering.

eddieajau avatar Dec 23 '13 07:12 eddieajau