ai-economy-simulator / ecosim-client

https://ecosim-client-fliptrails-projects.vercel.app
Apache License 2.0
1 stars 10 forks source link

Joining existing game doesn't work if the gameCode is typed in lowercase #14

Open fliptrail opened 7 months ago

fliptrail commented 7 months ago

Suppose the gameCode is AB01 and I type ab01 as the gameCode to join, it won't work as the gameCode is case sensitive. The input should be sanitized and converted to uppercase.

image image

involk-secure-1609 commented 7 months ago

could i have this issue assigned to me

fliptrail commented 7 months ago

@involk-secure-1609 I've assigned it to you.

involk-secure-1609 commented 7 months ago

So basically whenever an input is entered as a lowercase,the gameToJoinCode should be the uppercase of the input right ?

fliptrail commented 7 months ago

Yes

vaishnavi192 commented 5 months ago

Hey @fliptrail does this come under DWOC'24. I want to work on it. plz assign me