Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Activity/Logging Types #697

Open
tomlyo opened this issue Apr 11, 2024 · 1 comment
Open

Additional Activity/Logging Types #697

tomlyo opened this issue Apr 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tomlyo
Copy link

tomlyo commented 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
@meltyshev
Copy link
Member

meltyshev commented 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: #625

@meltyshev meltyshev added the enhancement New feature or request label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants