LycheeOrg / Lychee

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
https://lycheeorg.github.io/
MIT License
3.32k stars 296 forks source link

Public Comments [Enhancement] #281

Open kenton-r opened 5 years ago

kenton-r commented 5 years ago

It would be nice to have the option for public comments to be made about the photos with simple moderation.

ABLomas commented 5 years ago

In my opinion it's not worth to add "self-contained" commenting functions into gallery. There are so many "ready to be integrated" solutions - for example disqus, commento and many others. So, what we need - some "reserved" space on single-picture layout and probably that's all. Most of those systems provide commenting, simple moderating, upvoting/downvoting and some even threading of conversations.

I will try to add some popular solutions later, need to understand how all this templating engine works...

ildyria commented 5 years ago

need to understand how all this templating engine works...

Well actually... All this is done via JavaScript here : https://github.com/LycheeOrg/Lychee-front The template engine of Laravel won't be of any help in that case.

You want to have a look at: https://github.com/LycheeOrg/Lychee-front/blob/master/scripts/main/view.js https://github.com/LycheeOrg/Lychee-front/blob/master/scripts/main/build.js