You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... do a survey of all the drop-downs of product drive participants and alphabetize them all
Why change?
Not having an alphabetized list everywhere makes more work for the user to find what they're looking for in lists
Steps to replicate
survey the codebase to locate drop down lists
identify lists that should be human alphabetical
ask Human Essential in a comment if you're unsure about which lists are in scope
Criteria for completion / testing needs
for any list that is in scope for human alphabetization - which means that 1 comes before 9 and 10 comes after 9, or A comes before B and C comes after B – update the list to be alphabetical
if tests fail, update the test fixture to represent the new alphabetical order
Summary
Lists are not alpha in:
Why change?
Steps to replicate
Criteria for completion / testing needs