futil-js / contexture-react

React components for building contexture interfaces
https://smartprocure.github.io/contexture-react
MIT License
6 stars 4 forks source link

[feature] MemoryTable: updating memory service with fresh data #477

Closed re1ro closed 3 years ago

re1ro commented 3 years ago
decrapifier commented 3 years ago
Warnings
:warning: The README has not been updated. Please update the README.
Messages
:book: Could not find any browser results.

Generated by :no_entry_sign: dangerJS against e869fab3c78c5e505482419b272784267453a61a

daedalus28 commented 3 years ago

It seems like there's some overlap with what you did in contexture-react and the makeMemoryTree method we have in spark. We should probably unify them and either move it all to the client or contexture-react

re1ro commented 3 years ago

@daedalus28 yeah I think we can make it a part of MemoryTable and use it in spark instead of makeMemoryTree + ResultTable