onecrayon / api.ashes.live

Backend API for a fan-developed deckbuilder and community website for the card game Ashes Reborn
ISC License
13 stars 3 forks source link

Feature: Comments #81

Closed onecrayon closed 1 year ago

onecrayon commented 2 years ago

The most-requested feature!

Comments are a bit complicated because they tie into several generic systems that span model types:

On the legacy site, comments had multiple entrypoints:

In other words, this is a bit of a mess that I haven't gotten around to architecting for the new API-driven site yet.

Requirements

Should this task include support for the homepage stream and subscription notifications? I'm not super sure how to handle that stuff yet, but if I don't include it then people are going to receive a huge number of notifications when I do eventually enable it. See #10.

onecrayon commented 1 year ago

Closed by #97.