XPEHO / YAKI

Working localization declaration app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend mobile - retrive team image from database

LaurentMag opened this issue · comments

context
we need to, with the "getTeamByTeammateId" method, also retrive the team image stored in the database.

Like with the avatar service,

  • create a team image Dto ( teamImageId, teamImageTeamId, teamImageBlob )
  • create controller / service / repository related to teamLogo
  • create get endpoint, to getTeamlogoByTeamIds (it will use a team id list)
  • create the query to get all teamLogo according the teamId list
  • return the teamLogo list