diff --git a/README.md b/README.md index 7e5e9dd..8164d28 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,19 @@ Run the `check` command to validate your configuration: ```bash trello-to-deck check ``` + +## Development + +As part of building the import server, I'm including the following commands the exercise each operation invovled. + +- [ ] trello member get (was boards list) +- [ ] trello board get (was list/stack list) +- [ ] trello stack get (was card list) +- [ ] trello card get +- [ ] trello attachment get +- [ ] nextcloud deck get (was board list) +- [ ] nextcloud board get (was stack list) +- [ ] nextcloud stack get (was card list) +- [x] nextcloud card create +- [x] nextcloud card add-label +- [ ] nextcloud card add-attachment