You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not check anchors of external links, so if two links differ only in anchor, we could consider them as "same" and perform only one poll for both.
Note that we already have a mechanism for avoiding two requests for two links that are exactly the same, and now we should carefully extend that; carefully because we rely on "same" notion to designate the same thing in several places. Maybe introduce one more newtype-wrapper, this type for external links.
Acceptance criteria
For several external links that differ only in anchor we perform one request.
We've considered which other parts of the URI are irrelevant for our checker, and got transparent over them too.
The text was updated successfully, but these errors were encountered:
Clarification and motivation
We do not check anchors of external links, so if two links differ only in anchor, we could consider them as "same" and perform only one poll for both.
Note that we already have a mechanism for avoiding two requests for two links that are exactly the same, and now we should carefully extend that; carefully because we rely on "same" notion to designate the same thing in several places. Maybe introduce one more newtype-wrapper, this type for external links.
Acceptance criteria
The text was updated successfully, but these errors were encountered: