impress-2020/src/app/WardrobePage
Matchu 47d22ad25c Build cached zones, stop querying on server
In this change, we cache the zones table as part of the JS build process. This keeps the database as our source of truth, while aggressively caching the data at deploy time.

See the new README for some rationale!

I tested this by pulling up dev Honeycomb, and observing that we no longer run db queries to `zones` in the new traces for the wardrobe page. (It's a good thing we did it this way, because I noticed some code in the server that was still loading the zone anyway, and fixed it here!)
2020-08-19 17:50:05 -07:00
..
support rename item "DTI ID" to "Item ID" 2020-08-14 22:11:04 -07:00
index.js oops, fix bad comment to work around compiler bug 2020-08-05 01:23:26 -07:00
Item.js dark mode first draft! 2020-08-12 00:37:31 -07:00
ItemsAndSearchPanels.js dark mode first draft! 2020-08-12 00:37:31 -07:00
ItemsPanel.js dark mode first draft! 2020-08-12 00:37:31 -07:00
OutfitControls.js dark mode first draft! 2020-08-12 00:37:31 -07:00
PosePicker.js dark mode first draft! 2020-08-12 00:37:31 -07:00
SearchPanel.js Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
useOutfitState.js Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00