Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to specify # of people for a campsite #271

Open
goleary opened this issue Jun 17, 2023 · 1 comment
Open

Ability to specify # of people for a campsite #271

goleary opened this issue Jun 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@goleary
Copy link

goleary commented Jun 17, 2023

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.

@github-actions github-actions bot added the triage This will looked at label Jun 17, 2023
@juftin
Copy link
Owner

juftin commented Jun 19, 2023

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.

@juftin juftin added enhancement New feature or request and removed triage This will looked at labels Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants