Added user_id_map

Added user_id_map
This commit is contained in:
Mark Hoeber
2013-12-10 10:51:10 -05:00
parent bc23a6de30
commit ad9da035cf
2 changed files with 29 additions and 0 deletions

View File

@@ -22,4 +22,10 @@ templates_path.append('source/_templates')
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path.append('source/_static')
project = u'edX Data Documentation'
copyright = u'2013, edX Documentation Team'
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = ''

View File

@@ -374,6 +374,29 @@ A row in this table represents a student's enrollment for a particular course ru
String indicating what kind of enrollment this was. The default is "honor" (honor certificate) and all enrollments prior to 2013-08-20 will be of that type. Other types being considered are "audit" and "verified_id".
`user_id_map`
==========================
A row in this table maps a student's real user ID to an anonymous ID generated to obfuscate the student's identity.
`id`
----
Primary key.
`user_id`
---------
Student's ID in `auth_user.id`
`anonymous_user_id`
-----------
The user ID generated to obfuscate the student's identity.
`course_id`
-----------
The ID of the course run the student is enrolled in.
*******************
Courseware Progress
*******************