theunitedeffort / theunitedeffort.org

The United Effort Organization website
https://theunitedeffort.org
3 stars 5 forks source link

Handle varying occupancy limits in apartment details page #617

Closed trevorshannon closed 3 months ago

trevorshannon commented 3 months ago

Individual unit listings for an apartment can have independent occupancy limits. Most of the time, all (for example) 2 bedroom units on offer will have the same occupancy limits. Rarely, some units (perhaps those set aside for certain populations or AMI) will have a different limit. See this document for an example property.

The rendering code will ignore these differences in occupancy limits for a given unit type and will end up grouping the units and displaying one or the other occupancy limits.

Unit offerings are currently grouped by type and availability, but we should instead display the units grouped by type, availability, and occupancy limits.