Update seq_* to edx.ui.lms.sequence.* format

seq_next, seq_prev, and seq_goto events are all renamed, and maintain
legacy compatibility.

This PR also introduces new EventTransformer framework to shim events
based on name prefix.

MA-2221
This commit is contained in:
J. Clifford Dyer
2016-04-11 20:52:16 +00:00
committed by J. Cliff Dyer
parent 974233f573
commit 001874c42e
8 changed files with 795 additions and 141 deletions

View File

@@ -625,7 +625,7 @@ EVENT_TRACKING_BACKENDS = {
},
'processors': [
{'ENGINE': 'track.shim.LegacyFieldMappingProcessor'},
{'ENGINE': 'track.shim.VideoEventProcessor'}
{'ENGINE': 'track.shim.PrefixedEventProcessor'}
]
}
},