Home » Categories » D!BS

Understanding the room capacity settings for D!BS

D!BS room capacity settings can be hard to understand.  The explanation below should be more helpful! 

Let's say you have rooms with various capacities.  For example: 

Room  Minimum    Maximum 
A 2 4
B 2 4
C 2 6
D 4 6
E 4 8

Let's say we are requesting a room and we have these choices:

 2 to 4 People 
 2 to 6 People 
 4 to 6 People 
 4 to 8 People 

We have 5 People.  First, which one do we choose? 

    • If we choose "2 to 6 People", then we will not see Rooms D or E because they hold more than 6 and cannot hold 2. 
    • If we choose "4 to 6 People", we will get all three rooms.
    • If we choose "4 to 8 People", then we will not see Rooms C or D because they hold more than 6. 

 You would say: "But they can all hold 5 People".  

Yes, but the Database query that looks for rooms is confused by your quest.  It looks for all rooms that can handle the numbers contained in your request.  So only rooms that can handle all of the numbers in the choice will be chosen.  Each choice is not unique. 

 The correct way to define the choices would be the following:

 2 to 3 People 
 4 to 4 People 
 5 to 6 People
 7 to 8 People 

 The reason this is correct is because each choice can be fully contained in at least one room capacity. 

    • If we choose "2 to 4 People", it will not work properly because
          • Rooms D & E contain 4 but not 2 or 3.
    • If we choose "2 to 6 People", it will not work properly because
          • Rooms A & B contain 2, 3, and 4 but not 5 or 6.
    • If we choose "4 to 6 People", it will not work properly because
          • Rooms A & B contain 4 but not 5 or 6.
    • If we choose "4 to 8 People", it will not work properly because
          • Rooms A & B contain 4 but not 5, 6, 7, or 8 and
          • Rooms C & D contain 4, 5 & 6 but not 7 or 8.

Remember: All capacities have to be represented but each option has to be contained within the range of capacities for the room, and not split across them. 

Custom Fields
  • Applicable To: All Users
  • Attachments: No
  • Summary: Explanation of Room Capacity breakdown for D!BS
1 (1)
Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles
Important Notice FAQs
Viewed 13238 times since Thu, Aug 24, 2023
D!BS Setup Document
Viewed 7426 times since Fri, Jul 27, 2012
SignUp, Spaces, and Dibs Maintenance Window
Viewed 5029 times since Mon, Aug 22, 2016
Important Notice
Viewed 5595 times since Thu, Aug 24, 2023
COVID-19 Situation Response
Viewed 218887 times since Fri, Mar 13, 2020
D!BS API
Viewed 13327 times since Mon, Nov 19, 2012
D!BS Admin Dashboard and Main Menu
Viewed 9619 times since Fri, Oct 17, 2014
How to Add a Custom Footer URL to Public Views
Viewed 942 times since Wed, May 18, 2022
Closing a Room in D!BS
Viewed 9063 times since Thu, Nov 7, 2013