From cf42c67e5251c8081f91708159ac8a15abdf9404 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 25 Apr 2019 13:53:55 -0400 Subject: [PATCH] Initial README for Track app --- common/djangoapps/track/README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 common/djangoapps/track/README.rst diff --git a/common/djangoapps/track/README.rst b/common/djangoapps/track/README.rst new file mode 100644 index 0000000000..3472048286 --- /dev/null +++ b/common/djangoapps/track/README.rst @@ -0,0 +1,15 @@ +Status: Maintenance + +Responsibilities +================ +The Track app records student tracking events into logs for later analysis by Insights and academic research teams. It provides an endpoint for front end code to asynchronously send user tracking events, as well as providing middleware to record server calls. + +While new event types are being added all the time, the Track app for recording those events is not under active development. + +Glossary +======== + + +More Documentation +================== +`Events in the Tracking Logs `_