Open
Description
Description
Should the site have support for post comments? Would be an interesting feature? I'm thinking as starting point it could be:
- Adding this new field at Metadata (at PostCard) with the number of comments per post
- Render comments details at post detail page.
It implies to add the count of comments at getAllPosts query, and comments data and lib files (to manage its own queries and functions). What do you think?