Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

ProComp Stable

Latest
Compare
Choose a tag to compare
@jtdroste jtdroste released this 25 Apr 15:52
· 49 commits to master since this release

Second release of ie2.

Changes

BankWeb

  • Purchases are now tracked via a new DB table (bank_purchases)
  • Products have been moved from a json file to a DB table (bank_products)
  • Competition Overview has a new panel added: Outstanding Purchases
  • Slack notifications are now "action" notifications, allowing the ability to mark as purchased via Slack

image

image

ScoreEngine

  • Additional checks added if there was no team mapping (i.e. the team exists in scoreengine, but not ie2)
  • Staff UI has been modified to show the top teams in Injects and Service uptime

Other

  • Slack has been moved into plugin/core as a Component
  • Slack now uses the WebAPI, rather than webhooks
  • Preflight has been adjusted to check if the feature works, as well
  • CodeSniffing has been added and enabled. All code now follows a specific coding style.
  • Sessions should be auto regenerating
  • Misc lifestyle changes

This was the version used at the ProComp competition.