Tyler Dane
Tyler Dane
Focus: Enforce subscription-based access ## Testing Requirements Unit Tests - useSubscription.test.ts - Test subscription hook - SubscriptionRequired.test.tsx - Test subscription required component - subscription.service.test.ts - Test backend subscription service Integration...
### Feature Description This feature should only be addressed as part of #504 if we actually run into a 429 error. If not, we can delay this for another time....
## Overview Create end-to-end tests using Playwright for the CRUD operations (CREATE, UPDATE, DELETE) on regular timed events in the Compass calendar. These tests will help ensure stability and reliability...
## Overview Create end-to-end tests using Playwright for the CRUD operations (CREATE, UPDATE, DELETE) on regular timed events in the Compass calendar. These tests will help ensure stability and reliability...
## Overview Write Playwright e2e tests covering the happy path for Google OAuth authentication and onboarding in Compass. ## Implementation Details - Install playwright to the `web` package - Use...
### Feature Description As a new contributor, I want to run Compass locally without doing much setup, so I can get familiar with the codebase and contribute quicker. ### Use...
## Overview Create end-to-end tests using Playwright for the CRUD operations (CREATE, UPDATE, DELETE) on **someday events** in the Compass calendar. These tests will ensure reliability for event management workflows...
## Overview Create end-to-end tests using Playwright for the CRUD operations (CREATE, UPDATE, DELETE) on **all-day events** in the Compass calendar. These tests will ensure reliability for event management workflows...
## Overview Write Playwright e2e tests to cover the Compass onboarding flow, including Google OAuth authentication. ## Implementation Details - Automate steps: signup, Google OAuth login, onboarding screens, final app...
## Overview Write Playwright e2e tests to simulate Google OAuth failures, such as the user not granting required permissions or cancelling the flow. ## Implementation Details - Use Playwright to...