digitalungdom-se / digitalungdom-api

GNU Affero General Public License v3.0
2 stars 0 forks source link

Send bio, url, and status #1

Closed Nautman closed 4 years ago

Nautman commented 4 years ago

Hi, I would like you to also send the bio, url and status of a profile.

Thanks!

https://github.com/digitalungdom-se/digitalungdom-api/blob/5725e49f83298b65f9c9d19098cd7c95b3d6ee3c/src/api/controllers/user.ts#L83-L94

kelszo commented 4 years ago

Doesn't it? Have you set it before requesting?

This image is from the tests: image

Nautman commented 4 years ago

I'd also like you to send gender and birthdate.

I haven't set it before. That probably fixes it!

kelszo commented 4 years ago

Should we really send that for public profiles?

Nautman commented 4 years ago

You're right. I need it for /user/@me though.

kelszo commented 4 years ago

Aha, yes

Nautman commented 4 years ago

Let me know when you have fixed these issues and when they have been committed. Then I will commit my fixing changes to front-end.