Skip to content

Releases: openedx/edx-bulk-grades

0.6.0

10 Sep 18:22
f42c0d6
Compare
Choose a tag to compare
  • Adds a Mixin class to help GradesCSVProcessor and InterventionCSVProcessor manage subsection column names in a that prevents duplication of columns.
  • Adds more tests around subsection column name and order behavior.
  • Stops tox from running pydocstyle.

0.5.11 - Rename columns to be more clear

09 Sep 17:34
f961862
Compare
Choose a tag to compare

Renamed columns to make it more clear what grades we are displaying.

Protect against negative grades

06 Sep 20:06
86bf985
Compare
Choose a tag to compare

Protect against negative grades

Make intervention report display current effective grade.

29 Aug 14:30
9513b47
Compare
Choose a tag to compare
  • Make intervention report display either grade override if exists or original grade.

0.5.8 - Make intervention masters only.

26 Aug 20:14
dadd546
Compare
Choose a tag to compare

0.5.8 - Make intervention masters only. Some clean up as well.

0.5.7

23 Aug 15:38
55ac754
Compare
Choose a tag to compare

Analytics returns a list of dictionaries. Need to convert it to a single dictionary

Corrected url and added logging

21 Aug 15:49
27228c5
Compare
Choose a tag to compare

Corrected url for slumber and added logging for base url

Updating intervention URL

20 Aug 17:12
ffb563d
Compare
Choose a tag to compare

Updating the configuration to use the right URL/token for intervention endpoint that is retrieved from LMS configuration.

Bug fix

19 Aug 18:12
6a2d767
Compare
Choose a tag to compare
Merge pull request #22 from edx/matthugs/remove-broken-permissions

Remove permission checks which are preventing access to Gradebook

0.5.3

16 Aug 19:49
41f26bd
Compare
Choose a tag to compare
Merge pull request #21 from edx/matthugs/adding-filters-to-interventi…