Closed heyheyjp closed 8 years ago
Is this necessary? If we're using github profile images, can't we just use:
https://github.com/<handle>.png?s=<size>
I'd prefer to not have duplicate profile image URL parsing/construction logic all over the repos...
Makes an attempt to auto-parse a user's profile image URL and attaches as
profileUrl
prop. We now have at least 2 different places where user avatars need to be displayed: echo chat and in parts of the retrospective survey form. Ideally, we've only got code written once to determine the URL for a profile image to be displayed. Seems to make the most sense that this logic lives here in theidm
service.