Skip to content

v0.9.0

Compare
Choose a tag to compare
@chriswblake chriswblake released this 10 Aug 19:36
· 254 commits to main since this release
4675bd4

Event Settings

  • Adds configuration options in admin area for event registration settings.
  • Adds methods/views to admin area for managing hackathon equipment.

Getting Ready Page

  • Adds a new page to the home area for "Getting Ready", with 3 sections: Suggestions, Endeavor Certificates, Equipment.
  • Adds a link to the upper NAV area to the "Getting Ready" page.

Scoring

  • Adds PossiblePoints to ScoreQuestion object.
  • Adds total of possible points to questions admin page.
  • Adds weighted score to Team object.
  • Adds combined score to Team object.
  • Adds a new chart to the Scoring Dashboard, which shows the combined score for each team.

Account

  • Adds process for user to manually reset their password.
  • Switches to default token provider for both email confirmation and password reset.

Cleanup

  • Fixes broken unit tests for Team class, from previous architecture changes around EventApplications.
  • Finishes incomplete methods for Experience summary properties.

Pull Requests