MauriceNino / gamerpals-webclient

The Website for the GamerPals system.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Remove workaround for getting the users games and parameters for that game #8

Closed MauriceNino closed 5 years ago

MauriceNino commented 5 years ago

// TODO: Add gameId to search when it is implemented in backend fetchGameParameters(gameId: number)

Currently it gets all parameters that are available in the database. This needs to be changed so that only the parameters for the specified gameId is returned.

// TODO: When service implements real UserGames method, remove this bulk ShortSearchPageComponent.ngOnInit()

Currently it fills the games with dummy data. when the service returns only the games of the user, this needs to be removed

MauriceNino commented 5 years ago

Currently blocked by Backend Service. Need to wait for confirmation of @Steffx115 when the needed functions to get (Games of user, parameters of game) are implemented.

MauriceNino commented 5 years ago

Resolved by 5561409aeb209ac903a374553dbbc60aaf50ced7