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

Problem with plot number sorting #189

Open
jusabatier opened this issue Dec 6, 2023 · 1 comment
Open

Problem with plot number sorting #189

jusabatier opened this issue Dec 6, 2023 · 1 comment
Labels
bug Something isn't working UX User experience

Comments

@jusabatier
Copy link
Collaborator

Currently plot numbers are sorted as string, not as numbers.

This poses several problems :

  • Searching plot by ref :

When typing a number, for example 3, we have :

image

We should have plot numbers sorted ascending as numbers, so the n°3 should be the first.
In practice it is very restrictive to search for certain references with a single number

  • Sorting plot results by number :

Same problem here, when sorting by plot number, they're treated as text :

image

@landryb landryb added bug Something isn't working UX User experience labels Jul 8, 2024
@Gaetanbrl
Copy link

Gaetanbrl commented Aug 20, 2024

Plots data needs to be ordered on request return (if backend doesn't):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working UX User experience
Projects
None yet
Development

No branches or pull requests

3 participants