Semillas/semillas_platform

Add Contact flags to UserModel and UserSerializer

Closed this issue · 0 comments

Add the following boolean fields to User model

  • contact_whatsapp
  • contact_telegram
  • contact_email
  • contact_call

Add them to serializer too.

Make sure they work on user patch/update endpoints.