Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user avatars support to the server #5

Closed
blazern opened this issue Jan 10, 2022 · 0 comments
Closed

Add user avatars support to the server #5

blazern opened this issue Jan 10, 2022 · 0 comments
Labels
3sp 3 story points
Projects

Comments

@blazern
Copy link
Collaborator

blazern commented Jan 10, 2022

  1. Figure out best resolution for avatar and max size.
  2. Accept user avatar, ensure it's not bigger than max size.
  3. Delete old user's avatar from S3 if it exists.
  4. Store the avatar on S3, store link to avatar in the user table.
  5. Send a URL to user's avatar as a response when user requests user data from server.
  6. Delete user avatar from S3 when executing the delete_user cmd.
@blazern blazern created this issue from a note in Profile (To do) Jan 10, 2022
@blazern blazern added the 3sp 3 story points label Jan 10, 2022
@blazern blazern moved this from To do to In progress in Profile Jan 12, 2022
blazern added a commit that referenced this issue Jan 13, 2022
@blazern blazern moved this from In progress to Done in Profile Jan 13, 2022
@blazern blazern closed this as completed Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3sp 3 story points
Projects
No open projects
Development

No branches or pull requests

1 participant