Immanuel Onyeka
b9d0da2e90
Render and resize new avatar selection
1 rok temu
Immanuel Onyeka
290746a438
Dislay PDF mockup as test page
1 rok temu
Immanuel Onyeka
da111e4c06
Add deleteFeeTemp endpoint to delete fees
1 rok temu
Immanuel Onyeka
366647310f
Fix error caused by negative percentages in fees
1 rok temu
Immanuel Onyeka
daaff1c318
Add endpoint to create a new fee
1 rok temu
Immanuel Onyeka
4558d1b4cc
Show currency formated summary in estimates.vue
1 rok temu
Immanuel Onyeka
26850a0e73
Also retrieve loan type and borrower in getEstimate
1 rok temu
Immanuel Onyeka
a2b2ca2ca2
Fix estimate_results SQL error
1 rok temu
Immanuel Onyeka
ae5247bc71
Add insert and select SQL queries for Results
1 rok temu
Immanuel Onyeka
5368bc6227
Calculate estimate result values with []Loans loop
1 rok temu
Immanuel Onyeka
c7158bd863
Insert MI and fees with insert functions
1 rok temu
Immanuel Onyeka
6d98b7b47a
Calculate estimate summary values in backend
1 rok temu
Immanuel Onyeka
b3cf840f88
Loop over indices to avoid copying values
1 rok temu
Immanuel Onyeka
26cd32c82a
Ensure new estimates have correct user IDs
1 rok temu
Immanuel Onyeka
3a5477760d
Fetch user's estimates list from estimates.vue
1 rok temu
Immanuel Onyeka
c566ddb991
Correctly represent fee types in estimates vue
1 rok temu
Immanuel Onyeka
af5c204eb6
Save estimates to database from summary view
1 rok temu
Immanuel Onyeka
bbb7bf5f1e
Add mandatory FHA MIP as a fee
1 rok temu
Immanuel Onyeka
2e51164a32
Check vA and USDA loan types
1 rok temu
Immanuel Onyeka
e9968ae63b
Represent money as int and percentages as float32
1 rok temu
Immanuel Onyeka
562c485b2d
Fix loan.type.id conversion error
1 rok temu
Immanuel Onyeka
e4f1ec3ab6
Fix type parsing errors for borrower and loan fields
1 rok temu
Immanuel Onyeka
0c18bfdab8
Move form validation to golang backend
1 rok temu
Immanuel Onyeka
39d84acba6
Calculate monthly MI
1 rok temu
Immanuel Onyeka
671316e0b5
Show MI payments in summary
1 rok temu
Immanuel Onyeka
1d7e34c0f1
Add fields and events for manual MI
1 rok temu
Immanuel Onyeka
c8caed27ac
Display summary pane before generation
1 rok temu
Immanuel Onyeka
60e164abd7
Continue to summary view after form validation
1 rok temu
Immanuel Onyeka
93fa18dabf
Update interest and escrow attributes with events
1 rok temu
Immanuel Onyeka
ee2ed39b46
Update changes to loan details in parent component
1 rok temu
Immanuel Onyeka
ae8b4cb0ca
Update estimate entries with events
1 rok temu
Immanuel Onyeka
0d7428b276
Move loan details into seperate component
Estimate creation process will be more clear if the details entered by
the user is in a seperate page from the summary information shown before
PDF generation. It will also help keep the app looking minimal.
1 rok temu
Immanuel Onyeka
84d6807b94
Create sample custom MI field
1 rok temu
Immanuel Onyeka
090ab9f565
Validate loan fields
1 rok temu
Immanuel Onyeka
38408390cc
Correct displayed percentages for fees
1 rok temu
Immanuel Onyeka
2a66cacd6f
Add logout function
1 rok temu
Immanuel Onyeka
9c7ac0a199
Login user through view
1 rok temu
Immanuel Onyeka
9b9d0a54fb
Fix errors and rename migration setup file
1 rok temu
Immanuel Onyeka
ee2358d259
Add API routing and login functions
1 rok temu
Immanuel Onyeka
9c31707dd2
Create and pull model for mortgage insurance
2 lat temu
Immanuel Onyeka
25079d7f33
Fetch NationalMI rates with Loan type
2 lat temu
Immanuel Onyeka
52f3a9a7b7
Fix SQL field errors
2 lat temu
Immanuel Onyeka
ae79dbacdd
Fix loan query and its errors
2 lat temu
Immanuel Onyeka
6887e1f824
Seperate loans from estimates in models
2 lat temu
Immanuel Onyeka
6aab5796b5
Query estimates and insert in models
2 lat temu
Immanuel Onyeka
a301645472
Convert json names to lower case
2 lat temu
Immanuel Onyeka
bbffedf09d
Specify branch and user id in queries
2 lat temu
Immanuel Onyeka
ac5a9ec31a
Use zero vector for missing values instead of null
Null makes missing values harder to convert to json using the Scan
operation. 0 and '' will be used instead to be type consistent.
2 lat temu
Immanuel Onyeka
0b0a3d24f6
Query loan types
2 lat temu
Immanuel Onyeka
50f6682961
Pull first SQL query into a struct
Setup structs for storing query information.
2 lat temu