feat: engineer SBAS timeseries production workflow
This commit is contained in:
@@ -8,6 +8,7 @@ export const useBatchStore = create((set) => ({
|
||||
dinsarBatches: [],
|
||||
psBatches: [],
|
||||
selectedBatchId: '',
|
||||
pendingTimeseriesBatchId: '',
|
||||
batchItems: [],
|
||||
batchLoading: false,
|
||||
batchError: '',
|
||||
@@ -15,6 +16,7 @@ export const useBatchStore = create((set) => ({
|
||||
setDinsarBatches: s(set, 'dinsarBatches'),
|
||||
setPsBatches: s(set, 'psBatches'),
|
||||
setSelectedBatchId: s(set, 'selectedBatchId'),
|
||||
setPendingTimeseriesBatchId: s(set, 'pendingTimeseriesBatchId'),
|
||||
setBatchItems: s(set, 'batchItems'),
|
||||
setBatchLoading: s(set, 'batchLoading'),
|
||||
setBatchError: s(set, 'batchError'),
|
||||
|
||||
Reference in New Issue
Block a user