oreporan / wePlayMin

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

User's current games #13

Closed oreporan closed 8 years ago

oreporan commented 8 years ago

I think we need to add a new field for the User schema which is something like activeGames = [] It will be useful for a user to know what future games he is attending to

oreporan commented 8 years ago

It should be coded in the games controller, addUserToGame() { Game.addUserToGame().then(User.addGameToUser()) }

oreporan commented 8 years ago

done this - still need to test

oreporan commented 8 years ago

Done with tests