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

v1.2.0

Compare
Choose a tag to compare
@bharatari bharatari released this 27 Apr 00:02
· 37 commits to master since this release
0f28070

Changes

  • Fixes filtering for alphabetical sections
  • Fixes bug where full alphabetical sections like HON would throw error with sorting by section number
  • Pad section with 0s if section number length is less than 3
  • Add title, favicon and other meta attributes on client
  • Change Sequelize connection setup to take advantage of connection reuse on warm Lambda containers
  • Move to deployment with Vercel (replaces S3, CloudFront static site hosting)
  • Add tests for findSection endpoint
  • Restructure endpoints by splitting handlers from service calls
  • Use keys.get function for retrieving environment variables with backend functions
  • Move env to env.json file instead of current env.yaml file
  • Add animation to home page
  • Fix mobile breakpoint for sections list
  • Add GitHub Actions for CI/CD

Services modified

  • utd-grades-functions v1.1.0
  • utd-grades-client v1.2.0

Services

  • utd-grades-functions v1.1.0
  • utd-grades-client v1.2.0
  • utd-grades-loader v0.1.1
  • utd-grades-converter v0.1.0