docs: add supported features list to README
This commit is contained in:
parent
5abaf3038f
commit
f9762512f4
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -64,6 +64,19 @@ Run the `check` command to validate your configuration:
|
||||||
trello-to-deck check
|
trello-to-deck check
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
| Feature | Supported |
|
||||||
|
|--------------------------|-------------|
|
||||||
|
| Stacks/Lists | y |
|
||||||
|
| Cards | y |
|
||||||
|
| Card Title | y |
|
||||||
|
| Card Description | y |
|
||||||
|
| Card Labels | y |
|
||||||
|
| Card Attachments (files) | y |
|
||||||
|
| Card Attachments (links) | n |
|
||||||
|
| Card Due Date | n (planned) |
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
As part of building the import server, the following commands exercise each operation involved:
|
As part of building the import server, the following commands exercise each operation involved:
|
||||||
|
|
Loading…
Reference in a new issue