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
There's a number of things we could do when we make the HEAD request that would make the crawler smarter. For example, we have the ETag in S3 (when it has been visited before). Therefore, we should be able to grab that, and pass it with a conditional header, and decide if we can just skip the content wholesale.
These kinds of smarts would make the crawling (entree, fetch) much cleaner.
Screen reader - Listen to the experience with a screen reader extension, ensure the information presented in order
Keyboard navigation - Run through acceptance criteria with keyboard tabs, ensure it works.
Text scaling - Adjust viewport to 1280 pixels wide and zoom to 200%, ensure everything renders as expected. Document 400% zoom issues with USWDS if appropriate.
The text was updated successfully, but these errors were encountered:
At a glance
In order to do less work
as a crawler
I want to be smart.
Acceptance Criteria
We use DRY behavior-driven development wherever possible.
then...
Shepherd
Background
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since
There's a number of things we could do when we make the
HEAD
request that would make the crawler smarter. For example, we have the ETag in S3 (when it has been visited before). Therefore, we should be able to grab that, and pass it with a conditional header, and decide if we can just skip the content wholesale.These kinds of smarts would make the crawling (
entree
,fetch
) much cleaner.Security Considerations
Required per CM-4.
Process checklist
If there's UI...
The text was updated successfully, but these errors were encountered: