-
Notifications
You must be signed in to change notification settings - Fork 0
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
task/WP-304: Fixed the placeholder text for search to be more accurately represented #905
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #905 +/- ##
==========================================
+ Coverage 63.47% 63.49% +0.02%
==========================================
Files 431 431
Lines 12404 12412 +8
Branches 2585 2588 +3
==========================================
+ Hits 7873 7881 +8
Misses 4315 4315
Partials 216 216
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
LGTM and also tested. Thanks for adding this feature.
Would it be possible to update DataFilesListing.test.js to add tests to check scenarios related to home dir or not, current dir updates and so on?
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.
Thanks for adding tests.
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.
Looks good, nice work!
…ely represented (#905) * Fixed the placeholder text for search to be more accurately represented * adding tests for placeholder text --------- Co-authored-by: Taylor Grafft <tgrafft@wireless-10-145-54-70.public.utexas.edu> Co-authored-by: Taylor Grafft <tgrafft@wireless-10-147-30-100.public.utexas.edu> Co-authored-by: edmondsgarrett <43251554+edmondsgarrett@users.noreply.github.com>
…ely represented (#905) * Fixed the placeholder text for search to be more accurately represented * adding tests for placeholder text --------- Co-authored-by: Taylor Grafft <tgrafft@wireless-10-145-54-70.public.utexas.edu> Co-authored-by: Taylor Grafft <tgrafft@wireless-10-147-30-100.public.utexas.edu> Co-authored-by: edmondsgarrett <43251554+edmondsgarrett@users.noreply.github.com>
Overview
The search bar's placeholder text, specifically in Data Files, was not accurately represented based on navigation and possible search results.
In other words, having the placeholder be the system name the entire time implies I can search the whole system for folders/files regardless of depth/hierarchy--which isn't the case.
To fix this, I've made the placeholder text more accurate.
Related
Changes
Testing
UI
Searching for 'jobs' keyword from My Data(Frontera) directory
![Screenshot 2023-11-20 at 3 14 51 PM](https://private-user-images.githubusercontent.com/50084480/284399875-5a22137d-fb82-4a9f-911b-2015ebe94621.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTU4ODEsIm5iZiI6MTczODk1NTU4MSwicGF0aCI6Ii81MDA4NDQ4MC8yODQzOTk4NzUtNWEyMjEzN2QtZmI4Mi00YTlmLTkxMWItMjAxNWViZTk0NjIxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE5MTMwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg2Y2ViNzM1ZGFmOWRiYzAxMzVjNzEwY2E3YWMyNDAwYWI2MWJlZTRiYzcwMzY0MDI1Y2JkNTg2NGY1MDUxNjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Iy6iAF3bLj43faxJB1YvblpYnwraaEGPMB4cqtLVl04)
Notes