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

"St." districts are out of expected order #556

Open
DeniseColbert opened this issue Oct 17, 2023 · 3 comments
Open

"St." districts are out of expected order #556

DeniseColbert opened this issue Oct 17, 2023 · 3 comments
Assignees

Comments

@DeniseColbert
Copy link

DeniseColbert commented Oct 17, 2023

Currently coming at the end of the list:

Private Zenhub Image

FreeBMD1 alphabetises as "St"

@DeniseColbert DeniseColbert changed the title "St." districts are out of expected order (but where should they be?) "St." districts are out of expected order Oct 17, 2023
@richardofsussex richardofsussex self-assigned this Oct 17, 2023
@richardofsussex
Copy link

The reason is simple: the Districts appear in the SQL table in blocks; all the 'St' Districts are in a block:
Private Zenhub Image

This block is further down the table than the other 'S' Districts:
Private Zenhub Image

No attempt is made to sort the Districts - they are simply output in the order they appear in the table.

@richardofsussex
Copy link

OK: branch fb_556_rbl contains a fix. Districts are now sorted by district name.

@richardofsussex
Copy link

This is still wrong in test3. Have the fb_556_rbl changes been applied?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants