Closed MauriceNino closed 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.
Resolved by 5561409aeb209ac903a374553dbbc60aaf50ced7
// 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