- 23 Jan, 2014 5 commits
-
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
These tests are a first attempt at defining the story. The underlying methods are all empty, and will be filled out with the implementation. I believe some steps may overlap and need to be refactored, and perhaps some of the stories belong in common_grading instead of peer_grading. I want Will to review this and see if I'm going down the correct path before I fill out any more of these for the first sprint.
Stephen Sanchez committed -
WIP: Rough sketch at responsibility split between submissions/scores storage and workflow
David Ormsbee committed -
David Ormsbee committed
-
- 21 Jan, 2014 6 commits
-
-
Update setup.py to handle -e in requirements.txt
Will Daly committed -
Will Daly committed
-
Added setup.py to make packages installable
Will Daly committed -
Use pure XBlock instead XModule.
David Ormsbee committed -
Remove django-rest-framework
David Ormsbee committed -
Adjust types and limits for common_grading/models.py
David Ormsbee committed
-
- 19 Jan, 2014 1 commit
-
-
Will Daly committed
-
- 18 Jan, 2014 3 commits
-
-
David Ormsbee committed
-
* Reduced MAX_LENGTH to 255 for varchar fields because that's the largest size with which we're guaranteed to be able to make an index on InnoDB with UTF-8 encoded text. * Increased ESSAY_BODY_MAX_LENGTH to 10000 in response to limits discussion thread. * Changed a couple of fields to text from varchar, just in case we ever decide to increase the size limits on them in the future.
David Ormsbee committed -
We're not aiming to have an REST API in the MVP. Can re-add when we get around to implementing it.
David Ormsbee committed
-
- 17 Jan, 2014 4 commits
-
-
Create the service stub for peer grading
Stephen Sanchez committed -
Updating the readme file
Stephen Sanchez committed -
Stephen Sanchez committed
-
Stephen Sanchez committed
-
- 16 Jan, 2014 4 commits
-
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
This stub just has some doc and empty functions so we can discuss if the contract is reasonable, then potentially build on this frame.
Stephen Sanchez committed -
Cleaning up some of my initial attempts at models.
Stephen Sanchez committed
-
- 15 Jan, 2014 5 commits
-
-
Deleting a few files I don't believe we'll need.
Stephen Sanchez committed -
Added nose and lettuce test infrastructure
Will Daly committed -
Will Daly committed
-
Will Daly committed
-
Stephen Sanchez committed
-
- 14 Jan, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 27 Dec, 2013 1 commit
-
-
Stephen Sanchez committed
-
- 24 Dec, 2013 2 commits
-
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
- 23 Dec, 2013 1 commit
-
-
Feanil Patel committed
-