Skip to content

Instantly share code, notes, and snippets.

View grahamhency's full-sized avatar

Graham Hency grahamhency

  • Indianapolis
  • 13:16 (UTC -04:00)
View GitHub Profile
@grahamhency
grahamhency / cache-solution.md
Created April 28, 2022 19:54
Cacheing Solution

Solutions for Caching


The Problem

Currently, the Subscriptions Grid contains a feature where it will cache the current state of the filters, fields, sort, and scroll position when navigating between App Details as well as a couple other places.

This behavior is unique to the Subscriptions Grid because that grid is not on the new grid framework. It currently is also done is a poor way that is not technically scalable or performant.

A requirement for the Owners project is to introduce the ability to bulk edit on the Subscriptions Grid. To do so, we must migrate the Subscriptions Grid to the new grid framework.