Conversation
- Implemented a new API endpoint for tracking application events, including rate limiting and bot detection. - Added a username field to the partner profile form, with validation for length and allowed characters. - Updated partner profile schema and database model to include a unique username. - Introduced error handling for duplicate usernames during profile updates. - Created a new Tinybird datasource for application events.
…ie management and updating input schema validation
…OrSlug, adding program ID resolution logic, and removing unused source parameter from schemas and event recording functions.
…, enhancing event tracking capabilities
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…prove ID generation - Updated event names from "started" and "submitted" to "start" and "submit" across multiple files for consistency. - Replaced the ID generation method from `createId` to `nanoid` for generating application IDs. - Adjusted the application input schema to reflect the new event names.
…okie management - Removed the ApplicationTrackingProvider component and integrated tracking directly into the ApplicationTracker component. - Updated the application input schema to require pathname and adjusted related logic for event tracking. - Simplified cookie management for application IDs and improved error handling in event recording. - Enhanced the ApplyPage and ApplicationPage components to utilize the new ApplicationTracker for tracking events.
…nt for better clarity. - Removed the pathname parameter from the trackApplicationEvent function, now deriving it directly from window.location. - Added debug logging for successful event tracking. - Integrated tracking of the application start event in the ProgramApplicationForm component using a ref to prevent multiple triggers.
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.