Store the raw value of the ETag received from the server
Open
question
stale
- Dominant language
- TypeScript
- Stars
- 330
- Forks
- 75
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 4
Description
Right now we parse them as integers though the ETag should remain an opaque value, and so we should store it as we receive it, aka an opaque string.
Note: that would break backward compatibility, hence tagged as 2.0.
Contributor guide
Research direction
The issue names no source file, entry point, or test. Start by locating where server ETag values are parsed and stored, then trace the related synchronization tests. Done means preserving the received ETag as an opaque string and updating coverage for the changed representation, with backward-compatibility impact considered for the 2.0 release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100