[PR #1146] [MERGED] feat: show count of comments on card information #1197

Closed
opened 2026-02-04 21:56:26 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: feat/show-count-comments


📝 Commits (2)

  • aea482b feat: show count of comments on card information
  • d1707ab feat: 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:

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1146 **Author:** [@HannesOberreiter](https://github.com/HannesOberreiter) **Created:** 5/23/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/show-count-comments` --- ### 📝 Commits (2) - [`aea482b`](https://github.com/plankanban/planka/commit/aea482ba033a4fb1587f1735c1ee99e508fd8867) feat: :sparkles: show count of comments on card information - [`d1707ab`](https://github.com/plankanban/planka/commit/d1707ab1ae3dcf97a376451071fee6a72410ed02) feat: Store comments total per card in database ### 📊 Changes **6 files changed** (+164 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description closes: https://github.com/plankanban/planka/issues/1136 ## Implementation Demo: ![image](https://github.com/user-attachments/assets/8e0c3340-f734-4bc4-a506-a30b2cfe050d) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:56:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1197