ProtossGP32 / gameBoardStats

0 stars 0 forks source link

Team Project: Finish User entity #1

Open ProtossGP32 opened 1 year ago

ProtossGP32 commented 1 year ago

Added Login/Logout and Sign In features based on Frontend requirements.

See commit https://github.com/cifoteam/gameBoardStats/commit/82bd0c97ffcf452aeb094dc0b0b576d7c655d9a1

ProtossGP32 commented 1 year ago

Still missing GamesCollection integration and BoardGame inside the Gameplay entity

ProtossGP32 commented 1 year ago

userGamesCollection added as an attribute of User. Pending to create a correct JSON serializer/deserializer of this entity (User recursivity due to friends1 attribute).