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 username input design and logic for the landing page #115

Closed FabianAronsson closed 1 year ago

FabianAronsson commented 1 year ago

When connecting to a room a participant name has to be provided. This should be done in the landing page after the roomid has been verified.

The route follows this pattern "/room/{RoomId}/{ParticipantName}".

Use a modal to your advantage or other flow control schemes.