madeintandem / staffing-strategy

Small React project to make it easy to visualize possible upcoming staffing scenarios and plan for multiple possible futures at once
https://tandem-staffing.herokuapp.com/
1 stars 2 forks source link

Caching on the node server #7

Open noraglinden opened 3 years ago

noraglinden commented 3 years ago

Might be nice to add caching on the node server so we're not hitting the various 3rd-party services repeatedly.

But if we update something in forecast, we'd want a way to tell our little app to go fetch the new data and ignore the cache.