Context
The FE volunteer list view (PR need4deed-org/fe#500) adds a flat table view that includes an email column. Currently ApiVolunteerGetList does not expose email, so the column renders as "—".
Required
Add email to the volunteer list API response (GET /volunteer) so the SDK type ApiVolunteerGetList includes it.
Notes
@ivannissimrch please clarify:
- Which email field should be returned (primary contact email, user account email, or both)?
- Any privacy/permission considerations for exposing email in the list endpoint?
Context
The FE volunteer list view (PR need4deed-org/fe#500) adds a flat table view that includes an email column. Currently
ApiVolunteerGetListdoes not exposeemail, so the column renders as"—".Required
Add
emailto the volunteer list API response (GET /volunteer) so the SDK typeApiVolunteerGetListincludes it.Notes
@ivannissimrch please clarify: