1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

feat: Display comments total on front of cards (#1146)

Closes #1136
This commit is contained in:
Hannes 2025-05-23 17:31:28 +02:00 committed by GitHub
parent f9d3e73651
commit 4049b4c396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 165 additions and 13 deletions

View file

@ -48,6 +48,11 @@ module.exports = {
stopwatch: {
type: 'json',
},
commentsTotal: {
type: 'number',
defaultsTo: 0,
columnName: 'comments_total',
},
listChangedAt: {
type: 'ref',
columnName: 'list_changed_at',