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>
223 B
223 B
Implement import
- Create a new class
lib/service/BoardImport<ImportName>Service.phpwhere<ImportName>is the name of the source system. - Use the
lib/service/BoardImportTrelloJsonService.phpclass as inspiration