Skip to content

v0.7.0

Compare
Choose a tag to compare
@chriswblake chriswblake released this 05 Aug 20:40
· 308 commits to main since this release
c3907ea

What's Changed

This release adds initial support for a scoring system. It enables the creation of questions, grouping of questions into roles, assignment of roles to users, and submission of scores.

  • Adds methods/views to create and manage ScoreQuestion objects.
  • Adds methods/views to create an manage ScoringRole objects and associate ScoreQuestion objects to the role.
  • Adds methods/views to assign users a ScoringRole.
  • Adds a method/view for users to vote using a ScoringSubmission object.
  • Adds a dashboard view for the admin to set the current team that is being scored.

General Cleanup

  • Corrects the name of the deployment environment for the 'develop' branch.
  • Adjusts margin around sponsorship tiers too prevent getting too close to window edge.
  • Replaces the Baker Hughes logo in the navigation and on the sponsors page to include the company name, for compliance reasons.
  • Removes several lines of commented-out code in the top navigation.
  • Fixes a bug in the top navigation that caused "Sign In" to use multiple lines.
  • Adjust admin side navigation to fit better.
  • Adds "apply" button in admin events area that opens in a new window.
  • Renames "Submit Score" to "Vote" and opens in a new window.

Full Changelog: v0.6.0...v0.7.0