Add the ability to continue a previous session.
* If the controller's "continuation" option is specified, start saving data immediately to localStorage. * in start.js, look for CREATE_EMAIL and ADD_EMAIL on the window.location.hash. If this exists, the dialog session is a continuation. * Add some more tests.
Showing
- resources/static/dialog/start.js 4 additions, 1 deletionresources/static/dialog/start.js
- resources/static/shared/modules/interaction_data.js 51 additions, 24 deletionsresources/static/shared/modules/interaction_data.js
- resources/static/test/cases/shared/modules/interaction_data.js 66 additions, 0 deletions...rces/static/test/cases/shared/modules/interaction_data.js
Loading
Please register or sign in to comment