I am about to take my first dabble with Remote Control 2 - mainly for reporting. I'm trying to teach myself some new things and I am sure some of this doesn't make sense, but I'll put it out there to see if it is possible before I start (or if anyone has any suggestions).
My goal:
Using
ONLY Remote Control 2 without a direct connection into the MySQL DB, to build a complete separate application that interacts with LimeSurvey. That application would:
- Have a login page that will allow the user to login based on their LimeSurvey credentials. (Users still managed through LimeSurvey)
- Have a single drop down of Survey's they are given permissions to. (Survey permission still managed through LimeSurvey)
- Have a single "Analyze" button that when clicked it would run predetermined/prebuilt statistics on the survey selected (all survey's are the same exact structure) and display a custom built report page. (Again, not hitting the MySQL DB directly, but going through Remote Control)
I currently run my reports through Crystal Reports locally, but I want to really push my thought process and learn some more web development. I figured this was a great place to start if it is possible. I'd rather not fork LimeSurvey and change the core, thus I don't want to just create new PHP pages.
Any help or thoughts would be greatly appreciated!