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

Make design decisions for labels #5

Open
csansone opened this issue Dec 21, 2017 · 0 comments
Open

Make design decisions for labels #5

csansone opened this issue Dec 21, 2017 · 0 comments
Assignees
Milestone

Comments

@csansone
Copy link
Owner

Labels in Trello are a bit complicated, in that they are assigned at the board level and at the card level.

For example, a simple command to add a red label with the text "broken" to a card involves creating a label with those properties at the board level and then assigning it to a card.

The vision for this project is to have the library abstract away this kind of complication from the user.

A solid design needs to be outlined where a user can not only assign labels by ID, but also be able to just say assign a label of X color with Y text, and the library will do the work to find out if such a label already exists at the board level, creating it if necessary before assigning it to the card.

@csansone csansone added this to the 0.2.0 milestone Dec 21, 2017
@csansone csansone self-assigned this Dec 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant