Nutomic / ibis

A federated online encyclopedia
https://ibis.wiki/
GNU Affero General Public License v3.0
138 stars 7 forks source link

Add discussions for articles #10

Open Nutomic opened 11 months ago

Nutomic commented 11 months ago

Basically nested comments, very similar to Lemmy but without votes. Once these are federated, users from Lemmy, Mastodon and other platforms can directly discuss articles.

dessalines commented 11 months ago

I'd recommend essentially recreating the comment trees from lemmy, with votes too. I'd just recommend two differences:

Without voting, it can be hard to build consensus, especially if its a contentious topic.

Nutomic commented 8 months ago

Voting means that popular comments will go to the top, but an encyclopedia shouldnt be about popularity. Plus voting requires a lot of extra code for the api, rank calculation, vote federation etc. So at least for the initial implementation a simple chronological ordering is better.