-
Notifications
You must be signed in to change notification settings - Fork 31
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
Full width search bar + explicit action buttons for search facets #1434
Conversation
I believe the remaining failing test is elastic search bound:
Let's discuss this at the upcoming meeting |
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.
I tested the changes locally and I see that the search query sends only fullquery request, where the fullfacet request is also needed to show the count number correctly.
The e2e fail I believe is due to the UI changes. The fix is to include steps to trigger search before checking the search result.
@Junjiequan I have implemented a few fixes including facets count and clicking the search button, however elastic search still fails. Will it be possible to have a zoom chat, so I can learn how to setup and run elastic search tests locally? Thanks |
Yes I will be available all day tomorrow or next week after Monday if you prefer. One of the common elasticsearch test failing issue I face for local setup, is due to the wrong admin & archiveManager credentials in the root cypress.config.ts that does not align with the credentials stored in DB |
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.
@Ingvord after I reviewed this PR with @Junjiequan, I realized that there are some open issues that I did not consider.
Please post on the PR
This PR initiated a discussion in our team. @Junjiequan and myself had a brainstorm session while reviewing your design. I collected thoughts and suggestions and I took the liberty to come up with a proof of concept for the revised design of the datasets page. I will ask feedback from the community. |
@nitrosx , @Junjiequan Thanks for your efforts dedicated to this PR! First of all, I have finally managed to deal with the test. Concerning the design. I do not have strong opinion on that, to my taste though your proposal seems a bit too dense. I mean I sit in front of 4K display and do not feel wasted space. But I agree that the design is not final, and this PR is more about functionality not look-n-feel. So I agree - let's ask the community. But I would love to merge this one anyway, and then create another PR focused on the design aspect. Otherwise we risk to stuck in an endless limbo of moving inputs and buttons around ;) Your thoughts? |
@Junjiequan will review the PR tomorrow and if nothing major comes up, we will merge, although we should work quickly to address the address the need to optimize the space usage. I created a new issue to collect feedback about the image that I posted above: #1479 |
I have two comments would love to hear your thoughts before we merge this.
|
@Junjiequan thanks for your comments!
|
Thanks @Junjiequan |
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.
* First steps * Beautify * Use shared search bar component * Remove search bar from facets * Some clean ups * Some clean ups * Some clean ups * Code formatting
* Change label * Add button * Add button * Full width search bar (#1426) * First steps * Beautify * Use shared search bar component * Remove search bar from facets * Some clean ups * Some clean ups * Some clean ups * Code formatting * Fix layout * Add functionality to the button
b4bf0d6
to
9dcc9af
Compare
Sync up master with release_search_ui
This one will basically introduce full width search bar, instead of having it in the facets, see #1147