You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This work should occur off of the serializable branch.
The goal here is to implement a DatabaseStore that inherits from toolbar.store.BaseStore which is similar to MemoryStore.
Some considerations:
We should be able to run the test suite with the DatabaseStore easily
When running make example, we should be able to kill the process, start it up and see requests from the first make example run. This proves we're able to fetch data from the database.
We should clear the data that's older than X hours or days in our AppConfig.ready(). We don't need to retain data from forever. This should be exposed as a setting and documented.
Sub-issues should be created from this to track functonality
The text was updated successfully, but these errors were encountered:
This work should occur off of the serializable branch.
The goal here is to implement a
DatabaseStore
that inherits fromtoolbar.store.BaseStore
which is similar toMemoryStore
.Some considerations:
DatabaseStore
easilymake example
, we should be able to kill the process, start it up and see requests from the firstmake example
run. This proves we're able to fetch data from the database.AppConfig.ready()
. We don't need to retain data from forever. This should be exposed as a setting and documented.Sub-issues should be created from this to track functonality
The text was updated successfully, but these errors were encountered: