Aman-Mittal opened a new pull request, #85: URL: https://github.com/apache/fineract-backoffice-ui/pull/85
- Implemented a new HTTP interceptor that generates a unique correlation ID for each outgoing request, enhancing traceability in API calls. - Updated app configuration to include the correlation ID interceptor alongside existing interceptors. test(interceptors): add unit tests for correlation ID interceptor - Created unit tests to verify that the correlation ID header is added to requests and that a unique ID is generated for each request. feat(clients): integrate BusinessDateManagementService in client action dialog - Enhanced the ClientActionDialogComponent to load and set the business date as the default action date. - Updated the dialog template to restrict the maximum date based on the business date. test(clients): update client action dialog tests to include BusinessDateManagementService - Modified unit tests for ClientActionDialogComponent to mock the BusinessDateManagementService and ensure proper functionality. feat(clients): refactor client view component to include notes service - Integrated NotesService into ClientViewComponent to handle client action notes. - Refactored the onClientAction method to build the payload for client actions, improving code readability and maintainability. test(clients): enhance client view component tests with additional services - Updated unit tests for ClientViewComponent to include mocks for NotesService and other related services, ensuring comprehensive test coverage. fix(loans): add locale to collateral form submission - Included FINERACT_LOCALE in the collateral form submission payload to ensure correct localization of data. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
