Aman-Mittal commented on PR #5362:
URL: https://github.com/apache/fineract/pull/5362#issuecomment-3804561007

   @Monica-CodingWorld - Take a look at the ticket and understand usecase first
   
   When standing instruction type selected is "dues", the following fields 
should be optional since they will be picked from the loan repayment schedule:
   
   amount,
   interval,
   recurrence frequency,
   on month day
   
   
   Before the requirement im assuming that e2e tests have covered the if all 
fields have the value (this may be the use case where we are trying to update 
the loan repayment schedule itself // need to check the code)
   
   Now you can add cases for following scenarios  
   eg. lets assume user does not pass any of the values then what should 
happen? 
   Ans. missing value should be fetched from the loan repayment schedule
   
   Open end questions and things need to be checked (what is the existing 
implementation can you make sense to a non tech person)
   
   test case 1 -> amount, (inputted)
   interval,(blank from user)
   recurrence frequency, (blank from user)
   on month day , blank from user
   
   test case 2 -> amount, (inputted)
   interval,(inputted)
   recurrence frequency, (blank from user)
   on month day , blank from user
   
   and so on
   
   @adamsaghy Please correct me if i missed something, im just assuming things 
as example based on what ticket is saying


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