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
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
The text was updated successfully, but these errors were encountered:
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
TrelloHelper
into aBoardHelper
class that defines the contractual APIs we need to invoke.The text was updated successfully, but these errors were encountered: