-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Right now we only offer support for Trello boards. As we grow support for additional boards, we need to build an abstraction to the "Board" logic (ie: an interface), so that integrating new systems only requires building an adapter
Describe the solution you'd like
- Turn the
TrelloHelperinto aBoardHelperclass that defines the contractual APIs we need to invoke. - Port Trello to it as an example
Reactions are currently unavailable