Filter and namespace the interaction data.
* Set up a table that says which events are noteworthy * Save the number of emails a user has. * All screens are namespaced under the screen namespace * User interactions are saved under the user namespace * window related events are under the window namespace * Modify the hub to call global listeners before exact match listeners - this keeps events in the correct order in the store - the previous way had a new screen show up in the KPI event log before the "screen.cancel" event that triggered its display. issue #1614 issue #1619
Showing
- resources/static/dialog/controllers/actions.js 2 additions, 0 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/pick_email.js 5 additions, 1 deletionresources/static/dialog/controllers/pick_email.js
- resources/static/lib/hub.js 5 additions, 5 deletionsresources/static/lib/hub.js
- resources/static/shared/modules/interaction_data.js 49 additions, 1 deletionresources/static/shared/modules/interaction_data.js
- resources/static/test/cases/controllers/pick_email.js 6 additions, 1 deletionresources/static/test/cases/controllers/pick_email.js
- resources/static/test/cases/shared/modules/interaction_data.js 31 additions, 1 deletion...rces/static/test/cases/shared/modules/interaction_data.js
Loading
Please register or sign in to comment