MadhavKrishanGoswami / InkCode-Fusion

The Platform for Conducting Seamless Online Coding Interviews!🚀
7 stars 14 forks source link

Avatar API Not Working #22

Open Saachi26 opened 5 days ago

Saachi26 commented 5 days ago

The Avatar API, which should provide a new profile picture for each user, is not functioning correctly. The avatars are either missing or not rendering as expected. Screenshot from 2024-10-06 22-50-17

Expected Behavior The API should generate and display a unique profile picture for each user in the room. Tasks Fix the integration with the Avatar API. Ensure avatars are rendered correctly for all users.

pushkardev123 commented 3 days ago

Assign this to me, i'll look into it.

MadhavKrishanGoswami commented 3 days ago

go ahead @pushkardev123

pushkardev123 commented 3 days ago

Hey im doing this under hacktoberfest and gssoc24 extd. Please add the respective tags

pushkardev123 commented 2 days ago

where exactly is this avatar to be shown, coz i think i got the problem but in development server, there's no avatar icon being shown anywhere, may i know where it is placed exactly?

Saachi26 commented 1 day ago

Currently we are using react-nice-avatar library. https://www.npmjs.com/package/react-nice-avatar The avatars should be displayed next to each user's name in the people component. Please check if the API is returning the correct data and ensure the avatar component is properly integrated. Feel free to suggest another library if you think it might work better! Let me know if you need more information.