Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Trello have added new color labels #57

Open
chrisdw opened this issue Nov 4, 2014 · 2 comments
Open

Trello have added new color labels #57

chrisdw opened this issue Nov 4, 2014 · 2 comments

Comments

@chrisdw
Copy link

chrisdw commented Nov 4, 2014

Trello have added pink, sky, lime and black to the labaleNames in the JSON representation these need to be added to TrelloNet.Color otherwise you get a serialization error of the form "Error converting value "pink" to type 'TrelloNet.Color'. Path '[23].labelNames.pink'"

@makromannen
Copy link

As far as I understand from the discussion on https://trello.com/c/ylDBKS2F the Trello team is aiming for unlimited number of labels. There might be a need to adapt to that as well?

I'm not sure how to rewrite the code to accept a variable list of label names so I'm currently unable to suggest a fix myself.

@chrisdw
Copy link
Author

chrisdw commented Nov 10, 2014

The model for labels could be changed from a strongly typed Enum to a set of name value pairs

This was referenced Nov 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants