DevMarketplace / dev-marketplace

The home of the Developer Marketplace project. A place where developers can share user stories, development tasks and help each other.
GNU General Public License v3.0
3 stars 1 forks source link

Create a kanban board connector abstraction #18

Open cracker4o opened 7 years ago

cracker4o commented 7 years ago

Create an abstraction layer for connector classes that will use APIs to connect to different KanBan boards and retrieve KanBan cards. The abstraction layer should have an interface that contains a set of methods that retrieve cards and apply different filters to the cards retrieved. The layer should also copy the cards to the underlying database and set visibility statuses.