Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Add UI and functionality to create a room #165

Closed Mojtabarezaei4 closed 7 months ago

Mojtabarezaei4 commented 8 months ago

Added a button for creating a room while someone is logged in.

OBS This PR will identify a new bug. There is an issue assigned to the new bug and it should be fixed separately.

close #158

FabianAronsson commented 8 months ago

Looks good, but I think the null reference exception (#164) is an easy fix. All that needs to be added is a quick null check. Either in the RoomHub at line 50 or in CacheRoomService at line 74. Fix that and we can merge.

Mojtabarezaei4 commented 8 months ago

I think it is better to fix #164 separately just in case it leads to more code changes.