Open
Conversation
- Implement StepAudit handler with two steps - Step 1: Read 28 days of S3 data, calculate CWV trends, persist - Step 2: Sync device-specific opportunities and suggestions - Add S3 data reading with fail-on-missing logic - Add URL filtering by device type and pageviews threshold - Add CWV categorization (Good/NI/Poor) based on thresholds - Add trend data generation (28-day percentages) - Add device-specific opportunity matching - Register handler in HANDLERS map - Add repo-specific spec document Implements Phase 2 tasks for 001-cwv-trends-audit Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add handler tests with S3 mocking and CWV categorization - Add opportunity data mapper tests - Add opportunity sync tests - Add constants tests - Test coverage includes: - S3 data reading (success and failure scenarios) - Device type filtering (mobile/desktop) - CWV categorization (Good/NI/Poor thresholds) - URL filtering (pageviews threshold) - Percentage calculations - Null metric handling - Device-specific opportunity matching - Suggestion syncing with pageview ranking Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
This PR will trigger a minor release when merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.