🚀 Feature
We want to implement a data store to solve the purpose of client side caching (we could utilize other benefits of a store too, but right now the priority is to cache the data instead of repeated ajax requests)
Motivation
We have a tonne of interfaces which define the data model structures, it's high time we start working storing this hierarchy on the front end
Pitch
Will improve the user experience a lot.
Brainstorming needed on:
- Which data store to use
- What benefits will it provide