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

UI - Allow to define custom sort options for Test Env variables list #5024

Open
jmorante-ks opened this issue Feb 19, 2024 · 0 comments
Open
Labels
feature-request 🚀 New feature request

Comments

@jmorante-ks
Copy link
Contributor

jmorante-ks commented Feb 19, 2024

Is your feature request related to a problem? Please describe.
Currently the env variables is a map and not an ordered list, and Testkube UI is showing them always in alphabetical order.

This alphabetical order is not being useful for one customer, that wants to have them ordered in a custom way.

The customer needs to see always the most critical ones at the top of the list, so they need to have them in a custom order.

Describe the solution you'd like
The customer would like that Testkube saves the env variables order when you define them from the UI.

In other words, the test definition CRD should include not just the env variables, but also their order to be shown in the test settings screen.

It is also required to be possible to modify the order after the test creation, not just on initial creation. In other words order of variables should be editable at the settings screen of the test.

@jmorante-ks jmorante-ks added the feature-request 🚀 New feature request label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request 🚀 New feature request
Projects
None yet
Development

No branches or pull requests

1 participant