Immanuel Onyeka
e4f1ec3ab6
Fix type parsing errors for borrower and loan fields
1 年之前
Immanuel Onyeka
0c18bfdab8
Move form validation to golang backend
1 年之前
Immanuel Onyeka
39d84acba6
Calculate monthly MI
1 年之前
Immanuel Onyeka
671316e0b5
Show MI payments in summary
1 年之前
Immanuel Onyeka
1d7e34c0f1
Add fields and events for manual MI
1 年之前
Immanuel Onyeka
c8caed27ac
Display summary pane before generation
1 年之前
Immanuel Onyeka
60e164abd7
Continue to summary view after form validation
1 年之前
Immanuel Onyeka
93fa18dabf
Update interest and escrow attributes with events
1 年之前
Immanuel Onyeka
ee2ed39b46
Update changes to loan details in parent component
1 年之前
Immanuel Onyeka
ae8b4cb0ca
Update estimate entries with events
1 年之前
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 年之前
Immanuel Onyeka
84d6807b94
Create sample custom MI field
1 年之前
Immanuel Onyeka
090ab9f565
Validate loan fields
1 年之前
Immanuel Onyeka
38408390cc
Correct displayed percentages for fees
1 年之前
Immanuel Onyeka
2a66cacd6f
Add logout function
1 年之前
Immanuel Onyeka
9c7ac0a199
Login user through view
1 年之前
Immanuel Onyeka
9b9d0a54fb
Fix errors and rename migration setup file
1 年之前
Immanuel Onyeka
ee2358d259
Add API routing and login functions
1 年之前
Immanuel Onyeka
9c31707dd2
Create and pull model for mortgage insurance
2 年之前
Immanuel Onyeka
25079d7f33
Fetch NationalMI rates with Loan type
2 年之前
Immanuel Onyeka
52f3a9a7b7
Fix SQL field errors
2 年之前
Immanuel Onyeka
ae79dbacdd
Fix loan query and its errors
2 年之前
Immanuel Onyeka
6887e1f824
Seperate loans from estimates in models
2 年之前
Immanuel Onyeka
6aab5796b5
Query estimates and insert in models
2 年之前
Immanuel Onyeka
a301645472
Convert json names to lower case
2 年之前
Immanuel Onyeka
bbffedf09d
Specify branch and user id in queries
2 年之前
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 年之前
Immanuel Onyeka
0b0a3d24f6
Query loan types
2 年之前
Immanuel Onyeka
50f6682961
Pull first SQL query into a struct
Setup structs for storing query information.
2 年之前
Immanuel Onyeka
eb93e759da
Seed mock estimates in database
2 年之前
Immanuel Onyeka
76644bf9d8
Add example fee templates
2 年之前
Immanuel Onyeka
3d2da6f81e
Seed loan types
2 年之前
Immanuel Onyeka
c4801a3d12
Fix SQL syntax errors
2 年之前
Immanuel Onyeka
418dda9ad4
Add missing test user fields in seeds
Also change the favicon to better match the colorscheme. An additional
section is added to settings.vue to mock the new fields.
2 年之前
Immanuel Onyeka
86985c4daf
Fix loan creation error
2 年之前
Immanuel Onyeka
a8a6a0355c
Change modal close button's size
2 年之前
Immanuel Onyeka
fa03abed94
Style buttons
2 年之前
Immanuel Onyeka
4f148d5f83
Add logout and settings views
2 年之前
Immanuel Onyeka
8cac2eaef8
Use fee-dialog component in Estimates view
2 年之前
Immanuel Onyeka
38cc24229e
Move fees form to a new component
2 年之前
Immanuel Onyeka
b9486e6e4f
Setup estimates view
2 年之前
Immanuel Onyeka
2e6ae94c0c
Check and display common errors
2 年之前
Immanuel Onyeka
26aed2e5a5
Add and reset fees from a modal
2 年之前
Immanuel Onyeka
f69bc513c7
Generate and display fee entries
2 年之前
Immanuel Onyeka
e2cf14d10a
Add MI and HOA fields
2 年之前
Immanuel Onyeka
a0c3f69da6
Add input fields for interest, insurance, and taxes
2 年之前
Immanuel Onyeka
ff85abd401
Seperate general and loan specific properties
2 年之前
Immanuel Onyeka
9f193a2061
Add borrower hint tooltip
2 年之前
Immanuel Onyeka
c229a04704
Make sidebar toggleable on mobile
2 年之前
Immanuel Onyeka
edbbeace3c
Sync <input/> and data:{} values
2 年之前