Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Releases: CV19Assist/app

v0.6.2

03 May 21:31
Compare
Choose a tag to compare
chore(*): update version

v0.6.1

02 May 23:54
7ec4ea7
Compare
Choose a tag to compare
chore(tests): stabilize tests by adding retries (#86)

* Add retries. Move eslint to top level

* Update functions yarn lock

* Combine verify workflow jobs into a single job

* Add functions install to verify workflow

v0.6.0

29 Apr 05:54
Compare
Choose a tag to compare

New Features

  • Adds documentation for developing locally on different instances (for multiple devs) - #12
  • Application version reloading through VersionChangeReloader (with accompanying version update logic within CI) - #52
  • Phase 1 of Simple Notifications - #49
    • FCM messages for new requests - #49
    • Emails sent out at 9AM for requests which have not been picked up - #65
    • Email templates stored in repo and uploaded to Firestore on deploy
  • Contact Page form which emails users based on system_settings/notification doc - #62
  • Request page saves location for future requests (stored on user account) - #68

Other Major Changes

  • Switch to yarn over NPM
  • Switch to react-hook-form over formik
  • Local dev config should now be set in .env.local (not git tracked). Removes stage settings from .env
  • Added new project for hosted version of these changes - cv19assist-next