mitodl / edx-sga

Staff Graded Assignment XBlock for the edX platform
GNU Affero General Public License v3.0
34 stars 108 forks source link

Consider refactoring to use StudioEditableXBlockMixin #93

Open pdpinch opened 9 years ago

pdpinch commented 9 years ago

This mixin will automatically generate a working studio_view form that allows content authors to edit the fields of your XBlock. To use, simply add the class to your base class list, and add a new class field called editable_fields, set to a tuple of the names of the fields you want your user to be able to edit.

See https://github.com/edx/xblock-utils/pull/5

pdpinch commented 9 years ago

How much of this has already been done?