data pipeline refactor and fix

This commit is contained in:
2026-04-13 18:30:04 -04:00
parent 6418729b16
commit 326bf80846
96 changed files with 7107 additions and 1763 deletions

View File

@@ -103,6 +103,16 @@ export const DEFAULT_STORES: StoreConfig[] = [
persistent: true,
initialState: () => ({}),
},
{
name: 'strategy_types',
persistent: true,
initialState: () => ({}),
},
{
name: 'research_types',
persistent: true,
initialState: () => ({}),
},
{
name: 'channelState',
persistent: false,