Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trello card listing #25

Merged
merged 1 commit into from
May 24, 2018
Merged

Add Trello card listing #25

merged 1 commit into from
May 24, 2018

Conversation

ifosch
Copy link
Member

@ifosch ifosch commented May 24, 2018

Now, when invoked with a board name, it lists columns, with corresponding cards.
This also rewords the help for the list command.
It's a quick development since probably it would make more sense to have some of the methods as functions in a separate module, so access to Trello is abstracted.

Fix #21

f'\n{self.list_column_cards(column)}'.strip()
for column in board.open_lists()
])
return msg, ParseMode.HTML
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be MARKDOWN instead of HTML, but it is failing because of some issue with entities and encoding I don't have very clear.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created issue #26 to address this.

Copy link
Member

@edubxb edubxb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ifosch ifosch merged commit fed5ad1 into EDyO:master May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants