api-services-portal
api-services-portal copied to clipboard
Sort Orgs and Business Units on New Org Form
API Services Portal Issue
Add alphabetical sort on Organizations and Business Units on the New Org Form https://github.com/bcgov/api-services-portal/blob/dev/src/nextapp/components/new-organization-form/new-organization-form.tsx#L128
Can use the same approach as in https://github.com/bcgov/api-services-portal/commit/3066def1e30e079d86cc72a62218111657ecc13f
User Story
As a API provider adding my org,
I want to be able to easily find my org and business unit
so that I don't have to search through a long list / request adding a new org/business unit if not necessary.
Test Case
TESTCASE
Add new namespace, open New Org form
EXPECTED
Orgs and business units show up alphabetically sorted.
ACTUAL
ERROR
Notes
I don't imagine this requires anything beyond interactive testing.