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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Documenting the changes needed to be carried out once the new enrich feature is in
Update swagger to return the correct response. For example, with GET /externalProfiles, we now get the enriched external profiles. Ditto with attributes, skills etc.
On initial load, UI will fetch the logged in user's external profile. It also makes additional requests to get the orgs returned from the external profile. These additional requests are no longer needed since the org info is already present in the external profile response. Resolved in [$30] Project UBahn App | Remove redundant api call #668
Update the VERIFICATION.md file for both api and es processor apps