Additional Activity/Logging Types #472

Open
opened 2026-02-04 19:47:24 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @tomlyo on GitHub (Apr 11, 2024).

Hello!

I'd like to suggest additional Activity types for logging. Presently within Planka there is no way [to my knowledge] to capture certain activities linked to the user, the primary ones would be for Deleting a Card, and Checking off a Checklist Item. My usecase is I've build triggers in the PostgreSQL database to dump all the data within the 'actions' table, it then feeds all that data into my application so I can accurately monitor activity within my board as it's hapenning.

Right now the current Activity types are:

CREATE_CARD: 'createCard',
MOVE_CARD: 'moveCard',
COMMENT_CARD: 'commentCard',

Proposed Activity Types of greater Priority

  • DELETE_CARD
  • COMPLETED_CHECKITEM

Lesser priority Activity Types

  • RENAMED_CARD
  • CREATE_LIST
  • DELETE_LIST
  • MEMBER_JOINED_CARD
  • MEMBER_LEFT_CARD
  • ADDED_LABEL_CARD
  • REMOVED_LABEL_CARD
Originally created by @tomlyo on GitHub (Apr 11, 2024). Hello! I'd like to suggest additional Activity types for logging. Presently within Planka there is no way [to my knowledge] to capture certain activities **linked to the user**, the primary ones would be for Deleting a Card, and Checking off a Checklist Item. My usecase is I've build triggers in the PostgreSQL database to dump all the data within the 'actions' table, it then feeds all that data into my application so I can accurately monitor activity within my board as it's hapenning. **Right now the current Activity types are:** CREATE_CARD: 'createCard', MOVE_CARD: 'moveCard', COMMENT_CARD: 'commentCard', **Proposed Activity Types of greater Priority** - DELETE_CARD - COMPLETED_CHECKITEM **Lesser priority Activity Types** - RENAMED_CARD - CREATE_LIST - DELETE_LIST - MEMBER_JOINED_CARD - MEMBER_LEFT_CARD - ADDED_LABEL_CARD - REMOVED_LABEL_CARD
OVERLORD added the enhancement label 2026-02-04 19:47:24 +03:00
Author
Owner

@meltyshev commented on GitHub (Apr 11, 2024):

Hi! We plan to extend action types in the v2 release. But if anyone wants to add them now, we'd be happy to accept a Pull Request.

Related: https://github.com/plankanban/planka/issues/625

@meltyshev commented on GitHub (Apr 11, 2024): Hi! We plan to extend action types in the v2 release. But if anyone wants to add them now, we'd be happy to accept a Pull Request. Related: https://github.com/plankanban/planka/issues/625
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#472