This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit c7e4ef92e0f5b50dcbaa8b876f0e970e6654f1d2 Merge: cd4772c c8fd3e2 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 1 21:32:05 2026 +0530 Merge pull request #177 from Aman-Mittal/refactor/split-routes-per-feature Refactor route management and add interceptor opt-out options src/app/app.routes.ts | 1920 +------------------- src/app/core/http/http-context.ts | 67 + .../core/interceptors/error.interceptor.spec.ts | 16 + src/app/core/interceptors/error.interceptor.ts | 6 +- .../core/interceptors/loading.interceptor.spec.ts | 12 + src/app/core/interceptors/loading.interceptor.ts | 6 +- src/app/features/accounting/accounting.routes.ts | 170 ++ src/app/features/admin/admin.routes.ts | 56 + .../calendars/calendars.routes.ts} | 38 +- src/app/features/campaigns/campaigns.routes.ts | 66 + .../centers/centers.routes.ts} | 38 +- src/app/features/clients/clients.routes.ts | 136 ++ .../fintech/fintech.routes.ts} | 38 +- .../groups/groups.routes.ts} | 38 +- .../interop/interop.routes.ts} | 49 +- src/app/features/loans/loans.routes.ts | 162 ++ .../meetings/meetings.routes.ts} | 38 +- .../mix/mix.routes.ts} | 40 +- .../features/organization/organization.routes.ts | 129 ++ src/app/features/products/products.routes.ts | 407 +++++ .../reporting/reporting.routes.ts} | 34 +- src/app/features/security/security.routes.ts | 52 + .../settings/settings.routes.ts} | 48 +- src/app/features/spm/spm.routes.ts | 60 + src/app/features/system/system.routes.ts | 288 +++ src/app/features/tellers/tellers.routes.ts | 52 + src/app/features/transfers/transfers.routes.ts | 63 + .../working-capital/working-capital.routes.ts | 114 ++ 28 files changed, 2075 insertions(+), 2068 deletions(-)
