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

Streamline User Input #11

Open
rmjacobson opened this issue Jun 20, 2021 · 1 comment
Open

Streamline User Input #11

rmjacobson opened this issue Jun 20, 2021 · 1 comment
Labels
enhancement Optimization or better way of doing things

Comments

@rmjacobson
Copy link
Owner

If we want to have multi-user/email support and multi-date range support, we're going to need a better way of inputting that information than the CLI. Right now, it seems like a config/input file is probably the way to go, but formatting might be a mess. JSON is always a good choice, and is already used in this project, but open to other solutions.

@rmjacobson rmjacobson added the enhancement Optimization or better way of doing things label Jun 20, 2021
@rmjacobson rmjacobson added this to the Multi-user + Multi-date milestone Jun 20, 2021
@rmjacobson
Copy link
Owner Author

Another thing to add onto this is how to deal with "optional" fields like the number of sites you need per campground. This defaults to 1, but if you need 2 or 3 or 10 what do you do? The input validation/sanitization needs to be able to handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Optimization or better way of doing things
Projects
None yet
Development

No branches or pull requests

1 participant