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 media upload support #67

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Add media upload support #67

wants to merge 2 commits into from

Conversation

terrameijar
Copy link
Collaborator

@terrameijar terrameijar commented Oct 10, 2024

Adds ability to upload profile pictures. The profile images can be updated via PUT requests in the API or directly in the django admin. This implementation uploads photos to the server's file system. The next step is to upload files to a blob store like AWS S3

{B0D7BD75-41A0-49FB-928F-88520676822A}

  • Allow users to upload profile images
  • Upload images directly to AWS S3

@terrameijar terrameijar marked this pull request as ready for review October 10, 2024 20:53
@terrameijar terrameijar marked this pull request as draft October 10, 2024 21:31
@terrameijar terrameijar self-assigned this Oct 10, 2024
@terrameijar terrameijar linked an issue Oct 10, 2024 that may be closed by this pull request
Copy link

@iamngoni iamngoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, what are our thoughts on having migration files as part of the repo?

@terrameijar
Copy link
Collaborator Author

terrameijar commented Oct 11, 2024 via email

@iamngoni
Copy link

@terrameijar Sure, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add profile picture upload functionality
2 participants