Skip to content

Releases: cs130-w22/Group-A3

v0.2.2 | Dropping students, formatting dates, and tests

08 Mar 05:14
7906d7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1 | Pre-demo build

07 Mar 21:55
Compare
Choose a tag to compare

v0.2.0 | Actually live results

07 Mar 02:52
5c46ed8
Compare
Choose a tag to compare

This version of Gradebetter adds actually live grading. You may have noticed in the previous version that the grades would appear all at once on the results page, defeating the purpose of it being a WebSocket endpoint. This solves that problem by parallelizing our grading script output parser. It also fixes the due date of our assignment display, and adds a more robust demo script.

What's Changed

  • Changed grade_assignment_one.sh's environment to sh instead of bash in order to fix echo \n problem. by @svetly-t in #82
  • CI for frontend and backend by @krashanoff in #83
  • Polish views, improve UX by @krashanoff in #81

Full Changelog: v0.1.0...v0.2.0

v0.1.0 | A preliminary release

05 Mar 13:26
616534c
Compare
Choose a tag to compare

This marks the release of the prototype version of Gradebetter, a minimalist grading solution. With it comes the prototype itself, the build infrastructure, tests, and more. You can download the version appropriate for your system below.

What's Changed

New Contributors

Full Changelog: https://github.com/cs130-w22/Group-A3/commits/v0.1.0