forked from jazkarta/obsolete-edx-sga
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
SGA 0.4.0 Release Notes | ||
SGA 0.5.0 Release Notes | ||
======================= | ||
|
||
Migrations | ||
---------- | ||
|
||
0.4.0 uses the edX Submissions API to submit grades. If you are upgrading from an | ||
earlier version and you have student submissions and grades that need to be migrated, | ||
0.5.0 uses the edX Submissions API to submit grades. If you are upgrading from an | ||
version before 0.4.0 and you have student submissions and grades that need to be migrated, | ||
you should run the migration script. | ||
|
||
.. code-block:: bash | ||
python manage.py lms --settings=aws sga_migrate_submissions DevOps/0.001/2015_Summer | ||
NOTE: After applying this update, you may need to change max_score on SGA | ||
problems to an integer. | ||
|
||
Additions | ||
--------- | ||
|
||
- Now supports basic workflow. Instructors must approve grades submitted by course staff. | ||
- Validates max_score and grades to ensure they are non-negative integers | ||
- Works with split mongo | ||
- Added Staff Debug | ||
|
||
Fixes | ||
----- | ||
|
||
- Grades are validated on submission (`#19 <https://github.com/mitodl/edx-sga/issues/19>`_) | ||
- No longer requires students to re-visit SGA problems in order to record | ||
grades (`#34 <https://github.com/mitodl/edx-sga/issues/34>`_) | ||
|
||
no fixes in this release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters