oreporan / wePlayMin

WePlay - the social football managing app
0 stars 1 forks source link

getAllUsersInLeague function #10

Closed oreporan closed 9 years ago

oreporan commented 9 years ago

We need some kind of method that returns the full array of users, not just the array of userID's. I don't know if we need this in the League endpoint or just in the controller

Yahavw commented 9 years ago

Agree, will add it to the League model and controller.

oreporan commented 9 years ago

I made a method in the Users modal that gets an array of clientIds and returns their user object.