-
Notifications
You must be signed in to change notification settings - Fork 273
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
create a surveyor admin controller to manage surveys and display results #414
Comments
Hi, I am working on a site to do just this. The only thing is that it is accomplished with rails_admin. Yoon, do you think this would be acceptable? It would run as a site with both rails admin and surveyor engines running side by side. I could try to modify surveyor later on to better integrate it. Once I am further along I will make my changes available via github (and open source). |
@hattwj since surveyor is open source, it's most certainly acceptable to fork the project and try out a new direction. we encourage and appreciate you getting in touch as well. i'm not familiar with the rails_admin gem, but from a quick look, it seems like it does a lot more than would be needed in the admin side of surveyor. basically, we're trying to create an intuitive form builder on the admin side, one less tied to the models and more to the users' idea of what a survey is. |
i'm also starting to work on a backend for surveyor. any advice is welcome :) of course if something good comes out i will release it as open source! |
Check out: https://github.com/kjayma/surveyor_gui |
Wow, nice find @yoon. |
the surveyor admin controller should allow an administrative user to:
this issue consolidates #110 and #115
The text was updated successfully, but these errors were encountered: