-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add quickform() function #45
Conversation
Thanks Brent! I haven't done a very deep dive into the code but based on a quick skim there are two things I would want to change:
And a few other comments that I'll leave it up to you if you want to address:
(Some of these points may seem hypocritical because the style in the current codebase isn't great, but that's because it was done in a hackathon and moving forward I don't want to add more bad style) |
Thanks for the feedback and I understand the rationale behind the critiques (well received).
The updates have been applied, committed, and re-published a demo app. Thanks for the time you are taking to review this and for the consideration. |
Looks great! FYI I tend to use |
After making changes, when I re-reread the comments I realized you might have meant that...ha! Thanks for clarifying and for all the feedback/tips. |
Hi Dean -
This PR is a proposal to add additional functionality to {shinyforms}. There are no changes to any existing functions or code that is currently implemented. There is an addition of one exported function (shinyforms::quickform) and several un-exported helper functions.
Key differences:
Design Philosophy
Offers quick development and deployment of a single file shiny app with limited flexibility.
Limitations
Demo app here