frap129 / cs471-project

0 stars 2 forks source link

Monthly Payment Calculator #10

Open AndyGabler opened 3 years ago

AndyGabler commented 3 years ago

As a student, I want an expected monthly payment calculator to see how much a loan will cost once repayment starts.

Acceptance Criteria User Action System Response
User accesses loan web page Web page prompts login
User logs in Web page responds with either success or failure
User navigates to monthly repayment Web page brings up monthly repayment
User plays with sliders to see how long it'll take to repay a loan at a specific amount/month Web page responds accordingly
AndyGabler commented 3 years ago

I believe the one requirement with this one is that the output should be some kind of collection of months and the payment values in each month. (for the actual calculator algorithm)