Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

More intuitive sorting order of domains #810

Open
favonia opened this issue Jul 17, 2024 · 1 comment
Open

More intuitive sorting order of domains #810

favonia opened this issue Jul 17, 2024 · 1 comment
Labels
enhancement New feature or request low priority This is low priority, usually because no one has requested the feature yet
Milestone

Comments

@favonia
Copy link
Owner

favonia commented Jul 17, 2024

The problem is how to implement this "intuitive" order (very) efficiently.

  • a.example.com
  • b.example.com
  • c.example.com
  • example.org
  • a.example.org
  • a.a.example.org
  • b.example.org
  • c.example.org
@favonia favonia added the enhancement New feature or request label Jul 17, 2024
@favonia favonia added this to the far future milestone Jul 17, 2024
@favonia favonia added the low priority This is low priority, usually because no one has requested the feature yet label Jul 18, 2024
@favonia favonia modified the milestones: far future, near future Jul 24, 2024
@favonia
Copy link
Owner Author

favonia commented Jul 24, 2024

Solution: come up with an "expensive" sorting algorithm (new) and use it carefully in the codebase.

@favonia favonia modified the milestones: near future, far future Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This is low priority, usually because no one has requested the feature yet
Projects
None yet
Development

No branches or pull requests

1 participant