Update `SampleTracker` to support dynamic `activePgroup`
Enhanced the `SampleTracker` component to accept and utilize an `activePgroup` prop, allowing dynamic filtering of data based on the current project group. Adjusted related polling and data fetching logic to respond to changes in `activePgroup`. Removed excessive code from the test notebook for cleanup.
Showing
- backend/app/routers/sample.py 28 additions, 7 deletionsbackend/app/routers/sample.py
- frontend/src/components/SampleTracker.tsx 12 additions, 10 deletionsfrontend/src/components/SampleTracker.tsx
- frontend/src/pages/ResultsView.tsx 1 addition, 1 deletionfrontend/src/pages/ResultsView.tsx
- testfunctions.ipynb 5 additions, 4 deletionstestfunctions.ipynb
Loading
Please register or sign in to comment