Open Nutomic opened 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.
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.
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.