Skip to content

Enhancement: Optimizing events #7147

Description

@stpronk

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
I am making a app based on the deck app, and I trying to use the events as they are available within the code. The issue is that they all use the same event which isn't a problem by itself, but they don't give through all the required data. As an example, the biggest that I want to use are the CardUpdatedEvents but when I reorder a card, only one card is passed through to the event which is not even the updated card in the first place.

Describe the solution you'd like
The events should be altered to represented the correct actions by using an action parameter and/or giving every action it's own event class. Besides that, the full and correct data should be passed through to the event.

Describe alternatives you've considered
I tried building on top of the events with if statements, but the before data is missing by a lot of events or pass through incorrect data which halted every solution.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions