Aman-Mittal opened a new issue, #396:
URL: https://github.com/apache/fineract-backoffice-ui/issues/396

   Part of #395.
   
   ## Problem
   
   `wc-loan-view.component.ts` shows a Working Capital loan as a Details 
summary plus read-only tabs. Four write paths that the backend supports have no 
entry point:
   
   | Capability | Backend service (already generated) | State in UI |
   | --- | --- | --- |
   | Delinquency actions | `WorkingCapitalLoanDelinquencyActionsService` | 
Listed, cannot create |
   | Breach actions | `WorkingCapitalLoanBreachActionsService` | No tab |
   | Near-breach actions | `WorkingCapitalLoanNearBreachActionsService` | No 
tab |
   | Loan originators | `WorkingCapitalLoanOriginatorsService`, 
`LoanOriginatorsService` | No tab; cannot attach or detach |
   
   Recording a breach action means leaving the back office and calling Fineract 
directly.
   
   ## Expected
   
   - Tabs for breach actions, near-breach actions and originators alongside the 
existing ones.
   - A "New Action" affordance on the delinquency, breach and near-breach tabs, 
each routing to its own form.
   - Originators can be attached to and detached from a loan from the loan 
itself.
   
   ## Notes
   
   Each new route must be guarded on `UPDATE_WORKINGCAPITALLOAN` and pass 
`scripts/check-route-permissions.mjs`. These endpoints are Fineract 1.15.0+ and 
unreachable on the public community sandbox, so e2e cover has to mock them.
   


-- 
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]

Reply via email to