-
Notifications
You must be signed in to change notification settings - Fork 0
Create default profile images #168
Copy link
Copy link
Open
Labels
EnhancementNew feature or requestNew feature or requestIdeaImplementation is being considered, but might not be implementedImplementation is being considered, but might not be implementedResearchRequires further research on DevLUp's endRequires further research on DevLUp's endUI/UXTask is blocked by / involves significant design effortTask is blocked by / involves significant design effortWebsiteRelates to the DevLUp WebsiteRelates to the DevLUp Website
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestIdeaImplementation is being considered, but might not be implementedImplementation is being considered, but might not be implementedResearchRequires further research on DevLUp's endRequires further research on DevLUp's endUI/UXTask is blocked by / involves significant design effortTask is blocked by / involves significant design effortWebsiteRelates to the DevLUp WebsiteRelates to the DevLUp Website
Right now, profile pictures do not exist. We want to be able to provide our members with a default profile pic that also uniquely identifies them, not unlike Discord's random color:


OR github's pixel designs:
Approaches:
Foremost, we need the user to be able to provide a profile picture at all, to replace the default we generate. This will become a URL tied to the user object and probably pointing to an S3 bucket object.
For generating their image, there's two main paths:
The latter option, hashing, is what github uses. See more info here.