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
One can access a list of actions (optional filtered) for cards, boards etc.
It would be super helpfull to implement that as well. The main problem is the different information stored in Trello::Action.
This is the payload for a commentCard action.
The imortant part is in the data field (text). Right now we lose this information because we only map the generic information from the payload. The problem is also that there is a lot of different action types:
each one differs in the payload. We need a way to access these information. This will also help to work with webhooks. Are there any sugestions? I`m willing to implement. I created custom subclasses in my current project (just three or four) But this is no solution for all types.
The text was updated successfully, but these errors were encountered:
One can access a list of actions (optional filtered) for cards, boards etc.
It would be super helpfull to implement that as well. The main problem is the different information stored in
Trello::Action
.This is the payload for a
commentCard
action.The imortant part is in the data field (
text
). Right now we lose this information because we only map the generic information from the payload. The problem is also that there is a lot of different action types:each one differs in the payload. We need a way to access these information. This will also help to work with webhooks. Are there any sugestions? I`m willing to implement. I created custom subclasses in my current project (just three or four) But this is no solution for all types.
The text was updated successfully, but these errors were encountered: