-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
All dropdown lists should be in human alphabetical order #4595
Comments
Difficulty-Intermediate is due to size. |
NOTE -- Totally fine for this to be more than one pull request. It is good to have easy-to-review and deployable changes. We don't have to do it all in one go. |
Hello, I'd like to grab this issue. It would allow me to get something done while I get my bearings as a first time contributor to this app 🙂 |
Sounds good ! |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
Automatically unassigned after 7 days of inactivity. |
Summary
All dropdown lists should be in human alphabetical order
Why
prevention of confusion
Details
The usual machine-based alphabetical order separates lower case and upper case. This is problematic for surnames (ex la Rue, de la Croix, van der Welt), but also if the banks are inconsistent in their entry of item names and other bank-entered choices.
Throughout the system, make any alphabetic orders alphabetic by lower case.
(the size of this is about 60 things that need to be looked at)
Hint: do look at filter_select and form.select or field.select
Criteria for completion
The text was updated successfully, but these errors were encountered: