Currently, the project list in IDP is fetched directly from the API. Since the API does not return sorted results, the list of projects is displayed in an unsorted manner. This makes navigation and selection difficult, especially in environments with a large number of projects.
Proposed Enhancement:
Introduce support to:
Ensure projects can be fetched in a sorted order (either by enhancing the API response itself or by applying sorting at the UI layer).
Created by Manisha Choudhary
·