You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: