mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Additional Activity/Logging Types #472
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?
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
Lesser priority Activity Types
@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