Validate get boad change pattern of api params Import only one board by api Populate data from api Update class diagram Update documentation Add return when success Sort comments Fix order of cards Instructions of attachments Signed-off-by: Vitor Mattos <vitor@php.rio>
4 lines
223 B
Markdown
4 lines
223 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/BoardImportTrelloJsonService.php` class as inspiration |