This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
[$40] Changes to Connect ID dropdown #452
Closed
Description
A few minor tweaks are required for the project selector on the manage / edit project page:
- For each entry, let's just show the project name. We don't need to show the id or status. So, instead of
id: 20724, name: Self service - tester1234 - new-self-service-project, status: in_review
, we would just showSelf service - tester1234 - new-self-service-project
- We will only show projects that have a status of
active
, nothing else. We should be able to filter this in the API call, not on the frontend UI. - Change the
Connect ID:
text over the dropdown to sayConnect Project
4.