Skip to content
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

Is it possible to choose the standard sorting? #22

Open
habilaltin opened this issue Nov 7, 2024 · 2 comments
Open

Is it possible to choose the standard sorting? #22

habilaltin opened this issue Nov 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@habilaltin
Copy link

Hey,

thank you for your tool. Like it very much.

I would like to ask if you could implement a possibility to sort the Items in the artifactspane differently? Eg. by name, by changed date DESC etc.

@vadimklimov vadimklimov added the enhancement New feature or request label Nov 7, 2024
@vadimklimov
Copy link
Owner

Let me consider ways to incorporate sorting options directly into the application's user interface. One possible approach could be a floating window that allows users to select their preferred sorting attribute. However, implementing a floating window within the currently used framework may present technical challenges.

@vadimklimov
Copy link
Owner

I have added support for sorting content packages and integration artifacts. Each pane (content packages pane and integration artifacts pane) now allows customization of the sort field and the sort order through newly introduced configuration parameters. If no sort configuration is specified, packages and artifacts will default to sorting by ID in ascending order.

The README has been updated to include descriptions of these configuration parameters (see sort_field and sort_order parameters in packages_pane and artifacts_pane subsections of the ui section) and a list of supported sort fields.

I haven't built and published a new release yet. To try out this feature, please use the go install command to compile and install the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants