Skip to content

feat: removing lending routes as ported to cps combo page#6859

Open
roger-in-kiva wants to merge 1 commit intomainfrom
MP-2683_lending_pages_routes_update
Open

feat: removing lending routes as ported to cps combo page#6859
roger-in-kiva wants to merge 1 commit intomainfrom
MP-2683_lending_pages_routes_update

Conversation

@roger-in-kiva
Copy link
Copy Markdown
Collaborator

@roger-in-kiva roger-in-kiva requested review from a team April 22, 2026 22:12
@roger-in-kiva roger-in-kiva added the b2c Sends B2C team a message in Slack on PR creation label Apr 22, 2026
@dyersituations
Copy link
Copy Markdown
Collaborator

@roger-in-kiva we don't want to do this yet. We can test the pages on dev on CPS via flux, leaving these in place.

@roger-in-kiva
Copy link
Copy Markdown
Collaborator Author

@roger-in-kiva we don't want to do this yet. We can test the pages on dev on CPS via flux, leaving these in place.

Oh right, let's keep this open so.

Comment thread src/router/routes.js
},
{
path: '/lend-by-category',
component: () => import('#src/pages/LoanFinding/LoanFinding'),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both of these /lend-by-cat routes should become redirects. This one is easy, not sure exactly how the category specific endpoint below will translate to the new page.

Comment thread src/router/routes.js
{
name: 'lend-filter',
path: '/lend/filter',
component: () => import('#src/pages/Lend/LoanSearchPage'),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's possible to set this as a redirect and trigger a full page refresh, that would probably be good to set here. That way we'd be back out at the ingress and flux configs would handle pushing this to cps instead.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we are currently having same route on cps, not sure what you mean.
From /lend/filter to /lend/filter?

My guess is adding these routes to cps flux and removing from ui flux, like this:
https://github.com/kiva/flux/compare/MP-2683_combo_page_routes_update?expand=1

Open if you have other option in mind.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this one, I was just thinking about how to handle internal to ui links routing to lend/filter. We want to make sure it causes a full page navigation. Probably just removing it like you have here will do that though ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

b2c Sends B2C team a message in Slack on PR creation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants