4 lines
219 B
Markdown
4 lines
219 B
Markdown
## Implement import
|
|
|
|
* Create a new class `lib/service/BoardImport<ImportName>Service.php` where `<ImportName>` is the name of the source system.
|
|
* Use the `lib/service/BoardImportTrelloService.php` class as inspiration |