amauryleclerc / banana

Easy tool to handle metrics of a scrum project : Velocity, Burndown, Burnup, Sprint backlog (not product backlog) and other usefull tools like team calendar
6 stars 3 forks source link

[Story] Display the icon from gravatar.com in the member views (table and detail) #24

Open ptrouillard opened 7 years ago

ptrouillard commented 7 years ago

As a PO I would like to see the avatar of each member to be able to display members boards (we will see later)

In member list view, in first column, we try to get the image from gravatar if member set the option at creation. If the gravatar is not provided or if the member did not check the option, we could display a standard avatar from a set of provided images (images could be stored in static/ directory). The member avatar is stored within the member entity

The avatar is displayed in the member view as well (instead of "Use gravatar: true")