Comments #17

Merged
pi3c merged 1 commits from feature/comments into dev 2026-05-11 13:03:54 +00:00
Owner
No description provided.
pi3c added 1 commit 2026-05-11 12:36:26 +00:00
feat: add comments feature with nested replies and recursive rendering
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful
7ff3fa0992
Implement full comments system: domain entities (Comment, CommentLike),
value objects (CommentContent), use cases (CRUD, like toggle), SQLAlchemy
repository, API v1 endpoints, web UI with comment form and nested replies,
i18n translations (EN/RU/FR/DE), and E2E tests.

Fix nested reply (reply-to-reply) not displaying — the flat reply_comments
dict was only queried for top-level comment IDs, so deeply nested replies
were saved to DB (incrementing comment count) but never rendered. Switch
to a recursive Jinja2 macro that renders any nesting depth.
pi3c merged commit 8ca36cdb44 into dev 2026-05-11 13:03:54 +00:00
pi3c referenced this issue from a commit 2026-05-11 13:03:54 +00:00
pi3c deleted branch feature/comments 2026-05-11 13:03:54 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pi3c/blog.pyaqa.ru#17