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
TrelloHelper into a BoardHelper class that defines the contractual APIs we need to invoke.
- Port Trello to it as an example
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
TrelloHelperinto aBoardHelperclass that defines the contractual APIs we need to invoke.