mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1146] [MERGED] feat: ✨ show count of comments on card information #1197
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1146
Author: @HannesOberreiter
Created: 5/23/2025
Status: ✅ Merged
Merged: 5/23/2025
Merged by: @meltyshev
Base:
master← Head:feat/show-count-comments📝 Commits (2)
aea482bfeat: ✨ show count of comments on card informationd1707abfeat: Store comments total per card in database📊 Changes
6 files changed (+164 additions, -12 deletions)
View changed files
📝
client/src/components/cards/Card/ProjectContent.jsx(+9 -0)📝
client/src/models/Card.js(+3 -0)📝
client/src/models/Comment.js(+38 -9)📝
server/api/hooks/query-methods/models/Comment.js(+77 -3)📝
server/api/models/Card.js(+5 -0)➕
server/db/migrations/20250523131647_add_comments_counter.js(+32 -0)📄 Description
closes: https://github.com/plankanban/planka/issues/1136
Implementation Demo:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.