Hello, recently I have spend time on writing a webservice based on SDAPS. It is written in Django, using AngularJS, PDF.js and some other components. In the spirit of "release early, release often" there is now a simple demo website available: http://demo.sdaps.org
log in using: username: demo password: demo The license will be AGPL, but I'll need to do a lot of cleanups before putting proper license headers in place. What works right now: * Creating questionnaires * Setting up survey * Uploading and then adding/recognizing files. All files will be converted, so PDF, etc. can be uploaded.[1] * Basic reviewing of the detected data in the browser (Enter moves forward/Shift+Enter backward) * Downloading questionnaire Bugs/Issues/Missing features: * Only anonymous surveys * No support do change documentclass options right now (paper size) * No report generation/download right now * No support to download generated LaTeX file * Cannot download the whole project (zip file download) * Review image has a fixed scale * Questionnaire preview sometimes only updates with very long delay * UI (and code) is ugly :-) * No error reporting (e.g. if adding files/setup fails) * Not tested with a lot of browsers * Reviewing large surveys may be slow/not work (SDAPS issue #3) * No Quotas right now I will fix some of these issues in the next couple of days. It is probably not a good idea to test this with real data, as I might decide to wipe the database instead of properly migrating it when the schema changes (though I could always extract the SDAPS project in that case). Have fun, Benjamin [1] Actually, for a simple test you can just upload the questionnaire.pdf again: * create simple questionnaire * run setup (from overview) * download the questionnaire * go to upload files * upload downloaded questionnaire * press the "Add uploaded files to project" button * Wait (press F5 after a short time) * go over to the review UI
signature.asc
Description: This is a digitally signed message part
