Skip to content

Conversation

@jjackson
Copy link
Member

  • Add 'name' field to OpportunityUserDataSerializer
  • Annotate queryset with user__name in OpportunityUserDataView
  • Provides actual user name alongside username in exports

Adds the user's actual name (from user.name) to the OpportunityUserData export API alongside the existing username field.

Changes

  • Added name field to OpportunityUserDataSerializer
  • Annotated queryset with user__name in OpportunityUserDataView

This provides more complete user information in data exports without requiring additional API calls.

- Add 'name' field to OpportunityUserDataSerializer
- Annotate queryset with user__name in OpportunityUserDataView
- Provides actual user name alongside username in exports
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.

2 participants