feat:1164: add a search filter for files table on a dataset page#2441
Draft
alli83 wants to merge 1 commit into
Draft
feat:1164: add a search filter for files table on a dataset page#2441alli83 wants to merge 1 commit into
alli83 wants to merge 1 commit into
Conversation
alli83
marked this pull request as draft
August 14, 2025 14:24
alli83
force-pushed
the
feat-1164-add-a-search-filter-for-files-on-dataset-page
branch
2 times, most recently
from
August 18, 2025 08:45
f3e0078 to
d9b4f2a
Compare
alli83
force-pushed
the
feat-1164-add-a-search-filter-for-files-on-dataset-page
branch
from
August 18, 2025 13:22
d9b4f2a to
1daadd0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request for issue: #1164 #1156
This is a pull request for the following functionalities:
add a search filter for files table on a dataset page
add a search filter for samples table on a dataset page
How to test?
Scenario: Show the filtered Data Type for files
Given I have not signed in
When I am on "/dataset/100006"
And I follow "Files"
And I should see "Coding sequence"
And I should see "Sequence assembly"
And I click on placeholder "Search Data Type" for "files_table"
And I wait "3" seconds
And I fill in the field of placeholder "Search Data Type" with "coding sequence"
Then I should not see "Sequence assembly"
And I should see "coding sequence"
How have functionalities been implemented?
Any issues with implementation?
Any changes to automated tests?
acceptance tests added
Any changes to documentation?
Any technical debt repayment?
Any improvements to CI/CD pipeline?