dillenmeister / Trello.NET

A .NET client library for Trello
192 stars 85 forks source link

Checklists - Pos #36

Closed pauldbentley closed 11 years ago

pauldbentley commented 11 years ago

Hi,

Could you add support for the Pos property on both Checklist and CheckItem.

The Trello API doesn't seem to return them in the correct order and I am building an application which needs them to be in the same order as in Trello.

Thanks

Paul

andrewc89 commented 11 years ago

Is anyone working on this? I have some time this week during which I could work on it.

dillenmeister commented 11 years ago

As far as I know, no one is working on this so please go ahead. If it's just new properties on checklist and checkitem this should be very easy (just add the Pos property to the classes and Json.NET will deserialize them).

19 aug 2013 kl. 16:03 skrev gwely notifications@github.com:

Is anyone working on this? I have some time this week during which I could work on it.

— Reply to this email directly or view it on GitHub.

andrewc89 commented 11 years ago

I am also trying to fix the failing tests. You had sent me the login info previously but it seems as if the Welcome Board the tests are using is not a board accessible by the user I am using. I can open a new issue for fixing the tests and/or you can email me the creds for the correct board at [removed]

dillenmeister commented 11 years ago

I fixed the tests about three weeks ago and all the tests still pass for me now when I run them. Are you sure you have the latest source?

I sent you the credentials for the test accounts. I don't think you need them for this, but you never know :).

andrewc89 commented 11 years ago

Whoops! I hadn't synced correctly. Looks good.

dillenmeister commented 11 years ago

Thanks!