Satshabad / Queue-api

An API server for the Queue app
0 stars 1 forks source link

Server breaking every time a new property is sent #14

Open fskhalsa opened 11 years ago

fskhalsa commented 11 years ago

Since, as we continue through creating this app, we'll likely be adding new properties to user info and possibly other things as we go, can you make it so the server will simply accept any new properties it doesn't recognize, and just use the ones it does know how to deal with, and forget the rest?

Currently, whenever a new change is added to the app, all posting/puting of user data fails until the server has been updated to handle that new data. It seems better practice to simple have a case to handle those changes, but not necessarily return an error code.

Satshabad commented 11 years ago

I looked into this and see no reason it should be breaking. Let's monitor when it happens and next time, jump on it.

fskhalsa commented 11 years ago

Got it.

On Sat, Jun 1, 2013 at 12:47 AM, Satshabad notifications@github.com wrote:

I looked into this and see no reason it should be breaking. Let's monitor when it happens and next time, jump on it.

— Reply to this email directly or view it on GitHubhttps://github.com/Satshabad/Queue-API/issues/14#issuecomment-18784674 .

Fateh