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

Project sorting by versions is weird because of brackets around #236

Open
maierthomas opened this issue Apr 26, 2018 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@maierthomas
Copy link
Contributor

Issue by mcjaeger
Thursday Mar 15, 2018 at 09:57 GMT
Originally opened as sw360/sw360portal#780


Actually when doing the sorting of projects in some list view:

My Project (1.0)
My Project (1.1)
My Project (2.0)

is like not good when:

My Project (1.0)
My Project (1.1 SR1)
My Project (1.1)
My Project (2.0)

(desired would be:

My Project (1.0)
My Project (1.1)
My Project (1.1 SR1)
My Project (2.0)

)
Maybe omitting the bracket and adding a dash between name and version could solve it

@maierthomas maierthomas added enhancement New feature or request low hanging fruit labels Apr 26, 2018
@mcjaeger mcjaeger added this to the Backlog milestone Sep 22, 2018
@mcjaeger
Copy link
Contributor

mcjaeger commented Mar 25, 2021

still not there, but also not very much demanded

Screenshot 2021-03-25 at 22 14 20

again, as with the sorting of the releases, a custom comparator would be good ...

@mcjaeger mcjaeger added the good first issue Good for newcomers label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants