mistercrunch opened a new pull request, #27849:
URL: https://github.com/apache/superset/pull/27849

   ### SUMMARY
   Our current Avatars are a little dry, using a limited variety of colors
   and showing the user's initials. The app could use a little more
   personality.
   
   Now given we already have a slack integration and administrators can
   configure their `SLACK_API_TOKEN`, I was thinking we can use this
   integration to get Slack's avatars integrated in Superset. Given the
   popularity of Slack and users familiarity with the avatars there,
   I thought it'd be neat to bring a bit more color in Superset.
   
   The approach here is centered around a new endpoint
   `/api/v1/user/{id}/avatar.png`, which fetches from a new column in
   UserAttribute (our one-to-one extension to FAB's User model) for
   avatar_url, and redirects to the destination. When loading for the
   first time, if information is empty and Slack is configured, we ask
   Slack for the URL, which is secret, but serves the image from outside
   the authentication part of their API.
   
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to