docs: add plan readme

This commit is contained in:
Paul Campbell 2024-12-09 13:37:02 +00:00
parent b85f6ee824
commit adb5b24886

View file

@ -55,3 +55,19 @@ Run the `check` command to validate your configuration:
```bash ```bash
trello-to-deck check 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