nightingale-rest-api-client icon indicating copy to clipboard operation
nightingale-rest-api-client copied to clipboard

Feature request: Sort items alphabetically

Open calloncampbell opened this issue 4 years ago • 5 comments

Sort items alphabetically for:

  • Requests/collections
  • Environments
  • Workspaces

calloncampbell avatar Dec 05 '19 22:12 calloncampbell

@calloncampbell quick question, for the list of requests and collections, would you expect to see the sort apply for the children of collections as well? Or you just want to sort the root list?

dpaulino avatar Apr 26 '20 08:04 dpaulino

I think for root collection. As for children, it looks like you can reorder how you like so that makes sense.

calloncampbell avatar Apr 26 '20 13:04 calloncampbell

Ok thanks!

dpaulino avatar Apr 26 '20 18:04 dpaulino

Have to stop work on this for now. The WinUI treeview used in Nightingale crashes when I attempt to perform sorting. I will have to schedule another time to debug this.

dpaulino avatar May 03 '20 01:05 dpaulino

Found the root cause of the crash. Seems to be that the issue may be with the sortable data structure I'm using not working well with the WinUI tree. https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3262

dpaulino avatar May 03 '20 03:05 dpaulino