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

Make project sorting consistent everywhere #768

Closed
cuu508 opened this issue Dec 21, 2022 Discussed in #765 · 0 comments
Closed

Make project sorting consistent everywhere #768

cuu508 opened this issue Dec 21, 2022 Discussed in #765 · 0 comments

Comments

@cuu508
Copy link
Member

cuu508 commented Dec 21, 2022

Discussed in #765

The current situation:

  • "My Projects" page (the homepage when logged in): projects are sorted alphabetically (case sensitive), but projects with checks in down state always first
  • the Account menu in top navigation: projects are sorted alphabetically (sorted in database, so case sensitivity depends on db collation settings. In practice with Ubuntu and Postgres, case insensitive)
  • the "Account Settings" page, "My Projects" section: undefined order, except projects where the user is the owner always come first
  • Check's details page, "Transfer to Another Project" dialog: projects are sorted alphabetically (sorted in database, so case sensitivity depends on db collation settings. In practice with Ubuntu and Postgres, case insensitive)

It would be nice to make the sorting more consistent. I'm thinking:

  • "My Projects": alphabetic, case insensitive, but projects with checks in the down state always first
  • Account menu: alphabetic, case insensitive regardless of DB settings
  • Account Settings - My Projects: alphabetic, case insensitive regardless of DB settings
  • "Transfer to Another Project" dialog: alphabetic, case insensitive regardless of DB settings
@cuu508 cuu508 closed this as completed in 18c17fb Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant