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

Implement getting all participant in a room #102

Closed Mojtabarezaei4 closed 1 year ago

Mojtabarezaei4 commented 1 year ago

close #100

Mojtabarezaei4 commented 1 year ago

Though to fetching all participants in a certain room. But maybe we accomplish this by just getting a room?

FabianAronsson commented 1 year ago

Though to fetching all participants in a certain room. But maybe we accomplish this by just getting a room?

At the moment I think just getting the entire room whenever you load the room is the way to go. We will use SignalR regardless so the state is preserved for all the users who are currently connected to the room. We of course save the state whenever someone updates their status, but that is only loaded on the initial load, which means we will load the entire room anyway.

Mojtabarezaei4 commented 1 year ago

Yeah off course. I just didn't think through enough,