Skip to content

CE-2623: Fetch real created by git avatar if user is logged in

Johanna Szepanski requested to merge CE-2623-user-avatar-job-overview into develop

Depending on BE update, is deployed to BE Test

Limitations:

  • User avatar link leads to Not Found page. /user/<username> page is not yet implemented in Template. @anderslindh1 should I add it as a follow up task or is it already in backlog?
    • As decided I have removed the link in this version

Observations:

In D&M created avatar is fetched regardless of user being logged in or not. This results in a lot of unnecessary api-calls with a given 401 result. This could easily be fixed by checking if user is logged in before making calls. @anderslindh1 should this be added as a comment to CE-50, as a standalone task or not at all?

Edited by Johanna Szepanski

Merge request reports