Skip to content

v0.5.0

Compare
Choose a tag to compare
@kristoferlund kristoferlund released this 03 May 14:33
· 3058 commits to main since this release
b94fac3

Fixed

  • Updated Activation page to look and work similar to the login page
  • Prevent error display on Period Details Page due to improperly calling useVerifyQuantifierPoolSize
  • Ensure default logo image loads properly
  • Ensure receiver is parsed when praise is submitted via discord Android app (workaround for Discord Android app issue)
  • Ensure period details are still displayed properly after closing period
  • Fix bug where dismissed praise were not included in composite score in csv export
  • Refactor score calculation logic to reduce complexity and make verification simpler #315

Added

  • GitHub actions to auto build Docker images on dev and main. Images are pushed to GitHub Packages. #326
  • Setup script to configure Praise runtime environment #332
  • Check for required env variables on launch of api and discord-bot
  • Manage messages used by discord-bot /forward command via praise app settings page
  • /help command for getting more information about discord-bot commands
  • /whomai command for getting personal information inside praise from discord-bot
  • Api testing harness setup
  • Run api tests via github actions
  • Split up github actions to only run checks relevant to the workspace where files were modified
  • Api tests for auth endpoints
  • Prevent devs accidentally pushing to 'dev' and 'main' branch with husky pre-push hooks
  • Api unit tests for score calculations
  • Improved quantification UX: dismiss & mark duplicates of multiple praise simultaneously