Documentation, improvements on validation, refactor

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>
This commit is contained in:
Vitor Mattos
2021-07-25 00:15:50 -03:00
committed by Julius Härtl
parent 202ea30090
commit e87c063076
9 changed files with 400 additions and 175 deletions

View File

@@ -1,4 +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
* Use the `lib/service/BoardImportTrelloJsonService.php` class as inspiration