edk12564 opened a new pull request, #55: URL: https://github.com/apache/fineract-consumer-facing/pull/55
Issues: https://github.com/apache/fineract-consumer-facing/issues/54, https://github.com/apache/fineract-consumer-facing/issues/53 ## Summary We should implement a User profile feature that handles User level concerns. The frontend should be able to access this since clients are expected to make changes themselves. Starting functionality should include: - Password Resets - Viewing Obligees - Viewing Client level charges - Viewing basic account information We should implement a User Summary feature to calculate aggregates needed for the frontend in as few calls as possible to improve speed and handle future aggregation concerns. Starting functionality should include: - Ability to pull up information for the frontend summary feature - Account balances - Client account list We also handled a bug where password resets were causing the user to be logged out, and unable to login. We also refactored infrastructure to to put access related infra in /access. # More Details - added user profile feature - enabled viewing client obligees - enabled viewing client level charges - enabled password resets ability in user profile - refactored savings and loans charges read only - refactored infrastructure for new access directory to handle shared access tools app-wide to improve modularity - demod above features in frontend with new summary and profile features - added cucumber and unit tests for above features - fixed bug where password resets caused unable to login due to expired cookie checking in securityConfig -- 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]
