memcode
memcode copied to clipboard
Some of the users' avatars don't exist anymore.
Users sign up via github/google, and something the url to their avatars changes, which means we get this look:
- [ ] As soon as user signs up - let's upload their avatar to our AWS S3, and store that link instead. We already have amazon credentials for AWS S3 storage, let's use those.
- [ ] We should also create a script that refetches stale user images from their Google and Github accounts.
Instead, why don't we update the avatar each time they login?
Some users won't log in again (☠️), - and this will be a bad look in any place where we'd like to show their avatar. In the user select e.g., or soon we'll add the user list dropdown under the '10 students learn this course' stat.
Got it. In that case, are we presenting an option(in future) for the users to change their profile picture fro our platform?
Absolutely, here is the issue for that functionality: https://github.com/lakesare/memcode/issues/22.