-
Notifications
You must be signed in to change notification settings - Fork 8
feat: lbc redirect test added #6138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
roger-in-kiva
commented
Jul 15, 2025
- Combo page from LBC redirect test added
- https://kiva.atlassian.net/browse/MP-1758
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds an A/B test for redirecting users from the loan finding page to a new combo page (lend-category-beta). The implementation fetches the experiment assignment and conditionally redirects users in the 'b' variant to the new page while tracking the experiment version.
- Adds experiment assignment query for the combo page redirect test
- Implements conditional redirect logic based on experiment variant
- Adds experiment tracking for analytics purposes
## [3.25.0-rc.1](v3.24.0...v3.25.0-rc.1) (2025-07-16) ### 🎉 New Features * '/about-how-it-works' -> '/homepage' ([ccef257](ccef257)) * add brand bg to tw safelist for KvTreepMap ([eeb286d](eeb286d)) * add header query to combo page redirect ([3e5b7e2](3e5b7e2)) * causes card removal ([1f7ae24](1f7ae24)) * deleted editPreferences component; returned path + redirect for /get-started ([f4ab69b](f4ab69b)) * deleted imgs related to /get-started files ([d0a979d](d0a979d)) * lbc loan card update ([#6134](#6134)) ([9bf9cd6](9bf9cd6)) * lbc redirect test added ([#6138](#6138)) ([8f0cf8c](8f0cf8c)) * lending stats experiment added to mykiva page ([#6141](#6141)) ([531f978](531f978)) * sunsetting /get-started page ([4705707](4705707)) ### 🐛 Bugfixes * add further updates to TOU text ([395f4ee](395f4ee)) * apply thead and tbody to RepaymentSchedule trows ([65f1b29](65f1b29)) * missing loading prop in loan progress ([b91e370](b91e370)) * remove unneeded story ([10da6ce](10da6ce)) * simplify redirect ([6819f49](6819f49)) * update TOU ([cd84944](cd84944)) ### 🪚 Refactors * change variable name and other code refactoring ([193cde9](193cde9))
🎉 This PR is included in version 3.25.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [3.25.0](v3.24.0...v3.25.0) (2025-07-16) ### 🎉 New Features * '/about-how-it-works' -> '/homepage' ([ccef257](ccef257)) * add brand bg to tw safelist for KvTreepMap ([eeb286d](eeb286d)) * add header query to combo page redirect ([3e5b7e2](3e5b7e2)) * causes card removal ([1f7ae24](1f7ae24)) * deleted editPreferences component; returned path + redirect for /get-started ([f4ab69b](f4ab69b)) * deleted imgs related to /get-started files ([d0a979d](d0a979d)) * fix href to match all the card and open a new window, fix the tracking ([8041059](8041059)) * fix href to match all the card and open a new window, fix the tracking ([6aad103](6aad103)) * lbc loan card update ([#6134](#6134)) ([9bf9cd6](9bf9cd6)) * lbc redirect test added ([#6138](#6138)) ([8f0cf8c](8f0cf8c)) * lending stats experiment added to mykiva page ([#6141](#6141)) ([531f978](531f978)) * sunsetting /get-started page ([4705707](4705707)) ### 🐛 Bugfixes * add further updates to TOU text ([395f4ee](395f4ee)) * apply thead and tbody to RepaymentSchedule trows ([65f1b29](65f1b29)) * minor tweaks to tou ([a121bd8](a121bd8)) * missing loading prop in loan progress ([b91e370](b91e370)) * remove unneeded story ([10da6ce](10da6ce)) * simplify redirect ([6819f49](6819f49)) * update TOU ([cd84944](cd84944)) ### 🪚 Refactors * change variable name and other code refactoring ([193cde9](193cde9)) ### 🧹 Chores * **release:** 3.25.0-rc.1 [skip ci] ([4993b27](4993b27)), closes [#6134](#6134) [#6138](#6138) [#6141](#6141) * **release:** 3.25.0-rc.2 [skip ci] ([c3ee476](c3ee476))
🎉 This PR is included in version 3.25.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |