Ignore:
Timestamp:
12/16/12 20:07:35 (12 years ago)
Author:
hendrikvanantwerpen
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/qed/stddeps.js

    r419 r420  
    2727    'qed/app/Notifications',
    2828
     29    'qed/model/widgets/AccountListView',
     30    'qed/model/widgets/QuestionWidget',
    2931    'qed/model/widgets/SurveyFieldset',
    3032    'qed/model/widgets/SurveyRunFieldset',
    31     'qed/model/widgets/QuestionWidget',
    32     'qed/model/widgets/AccountListView',
     33    'qed/model/widgets/SurveySummary',
     34    'qed/model/widgets/SurveyWidget',
    3335
    3436    'qed/ui/MainMenu',
     
    4042    'qed/widgets/Selector',
    4143    'qed/widgets/TitleGroup',
    42     'qed/widgets/DateTimeTextBox',
    4344    'qed/widgets/list/List',
    4445    'qed/widgets/list/OrderedList'
Note: See TracChangeset for help on using the changeset viewer.