-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[No.129]Function with the ability to select cells (Data filter B… #536
Conversation
frontend/src/components/Workspace/FlowChart/FlowChartNode/AlgorithmNode.tsx
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/FlowChartNode/AlgorithmNode.tsx
Show resolved
Hide resolved
…w' into feature/516
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently the filter box has bugs in the input
- Cannot delete "0"
- Cannot input commas into ROI
- Actual data dims should be used for placeholders
- Filter box parameters are not passed to the subsequent analysis. This is the whole point of the filter box. If dim 1:500 is selected, only that data should be used for the next step of analysis. This will allow users to save time by only performing analysis on certain important sections of the data. For PCA it will also change the results. This is a top priority.
- Fluorescence and ROI windows should be shown simultaneously and side-by-side (this is lower priority as user could still manage to use the filter box without this. However, it was still in the request)
frontend/src/components/Workspace/FlowChart/Dialog/AlgorithmOutputDialog.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/Dialog/AlgorithmOutputDialog.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/Dialog/AlgorithmOutputDialog.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/Dialog/AlgorithmOutputDialog.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/Dialog/AlgorithmOutputDialog.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/FlowChartNode/AlgorithmNode.tsx
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/Dialog/AlgorithmOutputDialog.tsx
Outdated
Show resolved
Hide resolved
2e137de
to
7b904a4
Compare
d33afaf
to
3ecd176
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sanglevinh
Please check the pending status comments.
frontend/src/components/Workspace/FlowChart/Dialog/BoxFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Workspace/FlowChart/FlowChartNode/AlgorithmNode.tsx
Outdated
Show resolved
Hide resolved
Sorry for the late check. I have fixed everything. Could you please test it again? |
[No.129]Function with the ability to select cells (Data filter Button) #516