shrl-dev / shrl-frontend

https://shrl-frontend.vercel.app
MIT License
9 stars 1 forks source link

Update Anonymous Chat Room UI to Use Unique User Names #3

Open HarshJX opened 1 month ago

HarshJX commented 1 month ago

Description

The current implementation of the anonymous chat room uses the same name for all users, which diminishes the user experience. We need to update the UI to assign unique, random names to different users that join the room.

Requirements

Suggested Implementation

  1. Create a function to generate random names.
  2. Update the user join event to assign a random name.
  3. Modify the UI to reflect the new names.

Additional Notes

NinjaChunksBackup commented 3 weeks ago

Hey HarshJX, unique usernames for the chat is a great idea! Quick thought - what if we added fun avatars to go with the names? Like randomly generated animal or robot icons. Could really help users track convos. I've done similar stuff before and would be happy to mock up some designs or help code it. Let me know if you want to brainstorm more on this!

HarshJX commented 3 weeks ago

Heyy Ninja Thanks for the suggestion!

NinjaChunksBackup commented 3 weeks ago

Great idea! I'd be happy to join the Discord channel to discuss this further.