Increase documentation

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos
2021-07-23 14:17:20 -03:00
committed by Julius Härtl
parent 19c609540b
commit c7a37ea425
5 changed files with 209 additions and 1 deletions

4
docs/implement-import.md Normal file
View File

@@ -0,0 +1,4 @@
## 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