Note that there are some explanatory texts on larger screens.

plurals
  1. POphp loan application design help needed
    primarykey
    data
    text
    <p>I find one of my weaknesses to be applying the theory I know in actual projects. One such theory is application design. I have never formally designed an application before beggining to code. I am developing a simple microfinance loan application for a client and I for once want to do things properly. Hence I am trying to design the system before coding. One of the many sites I am learing from suggest that one askes the following 3 questions and work from there;</p> <blockquote> <ol> <li>What are the Input(s) of the system? </li> <li>What are the Processes of the system? </li> <li>What are the Output(s) of the system?</li> </ol> </blockquote> <p>The 1st and 3rd questions are fairly easy to answer for me. The issue is the 2nd question. Not that I don't know what the system is to do but I think I am not stating them well enough as it should be. The following are my processes as I stated them, have a look if its okay,.</p> <blockquote> <ol> <li>Register Groups and Individuals</li> <li>Allocate loans to Groups with individuals or Individuals Only</li> <li>Create loan repayment schedule</li> <li>Calculate daily repayment at the point of loan allocation</li> <li>keep track of daily collections by loan officers</li> <li>provide loan disbursement projection on a weekly basis based on groups who have completed payments and new groups</li> </ol> </blockquote> <p>Will you use wording like that when stating the high level processes for a system? I know I will have to make several passes to break the individual process down.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload