How do you handle multiple user in queuing system?

325 Views Asked by At

please click this link to show picture Im having a hard time analyzing on how I will create a queuing system where there is multiple user. Let us say that there is 2 user that is using a system how will i implement it? i dont get the logic on how it will be implemented. Like if the first user will tap the next button how will I update it as well that the queue number is update with the other user

1

There are 1 best solutions below

1
On

Sounds like you need to use a database such as MySQL or MariaDB.

You would store the activity of each user's session in database tables. Of course, I could give you a more specific answer if your question were more specific.