Make DjangoXBlockUserStateClient pass semantic tests
This required the following changes to the DjangoXBlockUserStateClient semantics: 1) Changes get/get_many to return XBlockUserState tuples, rather than state dictionaries or (block_key, state) tuples. 2) Raises DoesNotExist if get_history is called on an XBlock that has had no data saved to it. 3) Returns XBlockUserState tuples as the results of get_history.
Showing
- lms/djangoapps/courseware/management/commands/remove_input_state.py 13 additions, 10 deletions...apps/courseware/management/commands/remove_input_state.py
- lms/djangoapps/courseware/model_data.py 10 additions, 7 deletionslms/djangoapps/courseware/model_data.py
- lms/djangoapps/courseware/user_state_client.py 66 additions, 65 deletionslms/djangoapps/courseware/user_state_client.py
- lms/djangoapps/courseware/views.py 27 additions, 1 deletionlms/djangoapps/courseware/views.py
- lms/templates/courseware/submission_history.html 4 additions, 4 deletionslms/templates/courseware/submission_history.html
Loading
Please register or sign in to comment