XBlock for transcribing manuscripts using MUFI font.
- Write tests
- Update the
student_view
-
./xblockmufi/private/view.html
- Add content to
<div class="xblockmufi_block"></div>
element
- Add content to
-
./xblockmufi/private/view.js
- Add logic to
XblockMufiView
function
- Add logic to
-
./xblockmufi/private/view.less
- Add styles to
.xblockmufi_block { }
block
- Add styles to
-
./xblockmufi/xblockmufi.py
- Add back-end logic to
student_view
method
- Add back-end logic to
-
- Update the
studio_view
-
./xblockmufi/private/edit.html
- Add
<LI>
entries to<ul class="list-input settings-list">
for each new field
- Add
-
./xblockmufi/private/edit.js
- Add entry for each field to
XblockMufiEdit
- Add entry for each field to
-
./xblockmufi/private/edit.less
- Add styles to
.xblockmufi_edit { }
block (if needed)
- Add styles to
-
./xblockmufi/xblockmufi.py
- Add entry for each field to
studio_view_save
- Add entry for each field to
-
- Update package metadata
- Update
./Gruntfile.js
- Update
./README.markdown
- Write documentation
- Publish on PyPi