source: Dev/branches/rest-dojo-ui/server/couchdb-admin/bootstrap.js @ 420

Last change on this file since 420 was 420, checked in by hendrikvanantwerpen, 12 years ago

We can store answers for surveys now!

Introduces SurveyRun?, which can be edited. Workflow not quite clear yet. A
running survey can be accessed to leave a response. When the response
has an ID, it is loaded (used for closed surveys and continuations). A
researcher cannot create responses yet. He should also be able to add
comments to responses (that he creates).

Introduced caching of store requests.

Factored out path matching and formatting.

Put object creation in separate classes, to localize model/storage
dependency. Not consistent at the moment.

File size: 260 bytes
RevLine 
[415]1dojoConfig = {
2    packagePaths:{
3        '../../client':[
4            'dojo',
5            'dijit',
6            'dojox',
[420]7            'qed'
[415]8        ],
9        '.':[
10            'config',
11            'check'
12        ]
13    }
14};
15require('../../client/dojo/dojo');
Note: See TracBrowser for help on using the repository browser.