mcab / flightplan

Front end for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Fixes for SDP launch #31

Closed mcab closed 5 years ago

mcab commented 5 years ago

There were some things that we needed to modify to the application for display on demo day.

  1. .env needed to be set to our production API URL.
  2. Paths could not be lazy-loaded from the PWA (probably service-worker.js didn't register them properly / Webpack did not bundle them correctly, need further testing)
  3. Needed to push the routes onto the routers instead of outright replacing them, so that the back button behavior would be consistent.