galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

New History Issue Tracking

Open guerler opened this issue 2 years ago • 6 comments

This issue keeps track of todos for the new history:

  • [ ] Fix collapse/expand handlinggetCurrentlyExpandedHistoryContentIds in history watcher, fails to react to changes. Items which are expanded while the request is processing never appear.
  • [ ] For histories with more than 100 datasets, the Select all bulk operations do not show Collection List building options in the drop-down.
  • [ ] Ensure that unaccessible dataset are properly displayed
  • [x] #13741
  • [x] #13748
  • [ ] Errors in Metadata detection are not described properly, instead the item just turns red
  • [x] Apply infinite-scrolling to collection listing, this should be straightforward
  • [x] Limit length of name shown in details component.
  • [x] Populate collection details.
  • [x] Style issue with extra button for hidden fields, check flex.
  • [x] #13750
  • [x] Text filter not working, connect correct api parameter.
  • [x] Better expansion. Rare UI glitch, buttons do not move fast enough.
  • [ ] Show better help? Help currently only redirects to the tool form.
  • [x] Fix collection request urls
  • [x] Fix collection description
  • [x] Request of updated data should only ask for recently changed items, not all of them.
  • [x] #13747
  • [x] #13745
  • [x] #13746
  • [ ] Can nested datasets set tags?
  • [x] #13865
  • [ ] Briefly highlight content items when they are changed through the listener, optional.
  • [x] #13742
  • [x] Consolidate history stores
  • [x] Listen to history object changes instead of changed history items
  • [x] Restore tags re-adding selenium test
  • [x] #13744
  • [x] #13743
  • [ ] The old history passes any eventual element_identifiers on (https://github.com/mvdbeek/galaxy/blob/d55f3a4598e9d226cd23ce5a1dcce27d79292159/client/src/mvc/collection/collection-model.js#L159), so you get the expected download name.

Old Issues

  • [x] Collection builder in uploader not wired correctly, missing hids
  • [ ] Datasets in error state freeze when requesting automated metadata detection
  • [ ] Datasets in error state are not update when metadata changes

guerler avatar Mar 02 '22 04:03 guerler

ref: #13424 & #13318

guerler avatar Mar 02 '22 04:03 guerler

Lock icon for unhiding not great.

I think it's currently eye-slash, which is also not great given that we use the "eye" icon to view the data.

nsoranzo avatar Mar 07 '22 12:03 nsoranzo

~TODO: track down duplicate requests here, as seen in this screenshot:~

image

No more duplicate requests, this one's handled.

dannon avatar Mar 08 '22 15:03 dannon

Show better help? The help currently only redirects to the tool form.

Imho the help has nothing to do in history. Ideally, you get redirected to the tool form with the tool help in the visible area (tool from can load in the background).

bgruening avatar Mar 08 '22 16:03 bgruening

Show better help? The help currently only redirects to the tool form.

Imho the help has nothing to do in history. Ideally, you get redirected to the tool form with the tool help in the visible area (tool from can load in the background).

Ok, this makes it easier and is similar to how it is currently handled. Clicking on help redirects to the tool form.

guerler avatar Mar 08 '22 19:03 guerler

xref: #5472

guerler avatar May 08 '22 06:05 guerler