juftin/camply

Ability to specify # of people for a campsite

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
I have a trip I'm looking for a campsite for where we have 10 people. This is more than many sites 6 & 8 person maximum. We have double occupancy sites here in WA that allow up to 12 people. It would be nice to be able to specify our desired occupancy when running camply.
Describe the solution you'd like
Similar to equipment, it would be great to be able specify occupancy
For the CLI, like this:

... --occupancy 10

For yaml config, like this:

...
occupancy: 10

Describe alternatives you've considered
Beyond looking for a single campsite at the specified occupancy it would be cool to be able to specify either more than one campsite or that the occupancy could be split across multiple campsites.

juftin commented

Oh this is a good idea, that shouldn't be a terribly difficult feature to implement - I'm already capturing a campsite_occupancy property . One word of warning, not all campgrounds / providers provide accurate occupancy limits so this might not be a feature that is useful for every use case.