lab-64 / split-the-bill-server

Backend for the Split the Bill App
4 stars 0 forks source link

Add Profile Picture #122

Closed f-odc closed 8 months ago

f-odc commented 9 months ago

Add profile picture to a user.

f-odc commented 9 months ago

@GR0ZA In which form do you need the images to be in the frontend?

GR0ZA commented 9 months ago

I think every common image format like .jpg or .png is fine. It probably also make sense to set some max MB size 😀

f-odc commented 9 months ago

@GR0ZA If you have time you could check the image upload endpoint if the used format is reasonable for frontend usage.

f-odc commented 9 months ago

Some open questions:

  1. Which file types should we allow?
  2. How big can uploaded images be?
  3. Do we resize the images?
  4. How to check for malware in images?