phpbigenner Posted July 5, 2013 Share Posted July 5, 2013 I have a seat number in a theater with maximum number of 196. If I reserve it all that's the time the wait list will occur. My problem is how to make a simple wait list? this is for my thesis. help me guy's. Quote Link to comment Share on other sites More sharing options...
Psycho Posted July 5, 2013 Share Posted July 5, 2013 You really haven't provided enough information to give a qualified answer. But, generally speaking, if the seats are all full save new users so that you know they are "waiting". How this should be done will depend greatly on how the current system and structure is organized. You may want to store these users in the same table with some identifier to know they are on the wait list and in what order, or you might want to store them in a completely different table. Then you will want a process where people on the wait list can get added to the confirmed list. Either by a current confirmed user cancelling or an administrator making that decision (e.g. someone doesn't show up for the event). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.