the-guild-org / the-guild-org/apollo-angular
Allow for customizing progress
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 309
- Avg merge
- 1h 45m
- Merged PRs (30d)
- 3
Description
Hello,
Could you please change the default configuration of the HttpClient.request call to allow for customization of turning on/off reportProgress.
I'm trying to implement progress reporting on our file uploads and it's turning into a doozy with this configuration value not being accessible.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in packages/apollo-angular/http/src/utils.ts at the reportProgress configuration referenced in the issue, then trace how HttpClient.request is called. Make reportProgress customizable while preserving the existing default behavior, and verify that callers can enable or disable progress reporting for uploads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100