-
Notifications
You must be signed in to change notification settings - Fork 492
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
Dataset Page: File Tab Sort Button #2506
Comments
The Sort button has been available at https://beta.dataverse.org for a while (example dataset at https://beta.dataverse.org/dataset.xhtml?persistentId=doi:10.5072/FK2/KJQUMO ) but hidden behind a feature flag. @eaquigley and I decided to enable the feature (which I'll do in my next commit) so it can go through QA. Questions I have:
I'm happy to get feedback on the Sort button. |
In d816183 I refactored the code and enabled the Sort button. Please note that I did not get around to making the selected field to be sorted by bold like in the mockups: I'm a bit concerned with how the Sort button will interact with editing files but since editing is happening in new pages (that I haven't even looked at) maybe this concern is unfounded. I made it so the Sort button can be easily disabled. On the xhtml side this is There's a bit more cleanup I want to do in filesFragment.xhtml before I had this ticket over to @mheppler for proper positioning of the Sort button. |
@kcondon noticed a bug with the Sort button that the list was not being updated, especially when he was switching from Newest to Oldest but locally, I found that if a do a lot of sorting (at least five sorts) eventually the Sort button doesn't respond to my mouse clicks. I don't have time to fix this for 4.2 unfortunately and @eaquigley said she's fine with deferring this feature (so I disabled the Sort button in 5367b8c) and giving this to @sekmiller for 4.3 as part of the "finishing up file features" project. |
A new issue, Dataset - File UI Improvements #3404, was created to track the UI improvements related to the files view on the dataset pg. Older feature requests and bug reports like this one will be closed in favor of that new issue. |
Sort button based off of this mock up: https://iqssharvard.mybalsamiq.com/projects/filesprovenancefacetsfilter-dataverse40/Dataset%20-%20Files%20-%20Sort
The text was updated successfully, but these errors were encountered: