docs: add plan to readme
This commit is contained in:
parent
30a5e83bb4
commit
b654ddaeb3
1 changed files with 16 additions and 0 deletions
16
README.md
16
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
|
||||
|
|
Loading…
Reference in a new issue