Implemented Bulksettings page & Tests
From Jane's Story:
"Settings for problems are accessible via the problems themselves. But
viewing settings for all problems in a course is a non-trivial matter when
there are a lot of them. It would be convenient to be able to view all
problem settings in a course without having to navigate to each problem."
To implement this functionality, this commit adds a new utilities page entry
in cms/envs/common.py, so that the link to the bulksettings page show up
automatically.
* New View
This commit adds bulksettings.py cms/djangoapps/contentstore/views/utilities
* Unit Tests
This commit adds a unit test test_bulksettings.py which does:
- empty course test
- empty problems test
- A single test
- multiple tests
Each test recursively creates a course hierarchy with random dataset.
Showing
cms/static/sass/views/_bulksettings.scss
0 → 100644
cms/templates/bulksettings.html
0 → 100644
Please
register
or
sign in
to comment