Skip to content

Prod - April release #35

Merged
jmgasper merged 1 commit into
masterfrom
develop
Apr 14, 2026
Merged

Prod - April release #35
jmgasper merged 1 commit into
masterfrom
develop

Conversation

@jmgasper
Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets performance improvements for Member API lookups (PM-4817, PM-3343) by reducing response payload size and standardizing request construction/timeout behavior.

Changes:

  • Restrict Member API /members lookups to identity-only fields (userId, handle, email) and disable stats expansion.
  • Replace manual query-string building with URLSearchParams for batched/single lookups.
  • Update the MemberApiService unit tests to reflect the new query parameters and timeout behavior.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/shared/member-api/member-api.service.ts Adds request field filtering + includeStats=false, uses URLSearchParams, and introduces a request timeout fallback.
src/shared/member-api/member-api.service.spec.ts Reworks tests to validate the new query string/timeout behavior and simplifies mocking.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/shared/member-api/member-api.service.ts
@jmgasper jmgasper merged commit 6dfbfa1 into master Apr 14, 2026
12 of 13 checks passed
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.

3 participants