Skip to content

fix: show numOpportunities in agent table (#712)#772

Open
ivannissimrch wants to merge 5 commits into
developfrom
ivan/712-num-opportunities-column
Open

fix: show numOpportunities in agent table (#712)#772
ivannissimrch wants to merge 5 commits into
developfrom
ivan/712-num-opportunities-column

Conversation

@ivannissimrch

Copy link
Copy Markdown
Collaborator

Description

The Agents (Einrichtungen) table's opportunities column always showed "—" because the agent list response didn't include an opportunities count. be#738 added numOpportunities to the /agent list response (exposed in SDK 0.0.119), so the frontend can now display the real count.

Related Issues

Closes #712

Changes

  • Bump need4deed-sdk to 0.0.119, which adds numOpportunities and email to ApiAgentGetList
  • Render numOpportunities in the agent table previously hardcoded to "—"
  • Remove the now unnecessary email cast, email is on the SDK type as of 0.0.119

Note:

number of opportunities still displays "-" The column will populate with numbers once the dev backend is redeployed with be#738

Checklist

  • WITHIN THE SCOPE OF AN ISSUE; No unnecessary files included
  • Tests added/updated
  • Documentation updated
  • CI passes

@ivannissimrch ivannissimrch self-assigned this Jul 8, 2026
@arturasmckwcz

Copy link
Copy Markdown
Collaborator

@ivannissimrch Ivan pls merge the fresh develop into your branch, cos sdk has already been bumped to .120

# Conflicts:
#	package.json
#	yarn.lock
@ivannissimrch

Copy link
Copy Markdown
Collaborator Author

@arturasmckwcz I just merged the latest develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agents list missing numOpportunities , agent table column renders "—"

2 participants