-
Notifications
You must be signed in to change notification settings - Fork 29
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
issue #640 user avatar #689
base: main
Are you sure you want to change the base?
Conversation
This code generates a unique user avatar using the OpenAI API. #640
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@AliGunez How are you getting on with this? Are you ready for review? |
SonarCloud Quality Gate failed. 1 Bug No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I couldn't get the project to run locally, so I can't properly implement it within a page (member details) or with Tailwind CSS ext. I also haven't been able to work on the backend for saving the avatars. I did create a stand-alone component that could be improved in the future, but it's currently failing the CircleCI checks. Therefore, I think I'll try to get the project running locally and implement the feature correctly before I ask for a review. If someone else is eager to work on this issue, I have no problem with that since I'm having trouble with a bunch of stuff. Also, if you have any suggestions for me moving forward, please let me know. Thanks. |
Feel free to select a time to meet with me and we can discuss |
This code generates a unique user avatar using the OpenAI API. #640
Description
Related Issue
#640
#640
Motivation and Context
It gives the user a unique user avar to any other user on the platform
How Has This Been Tested?
this is new functionality, tested by generating url and checking image generation.
this code will effect code based on user creationand might need some changes depending on if more functionality is wanted e.g. generating a choice of images for the user, or allowing the user more control over the prompt.
Types of changes
Checklist: