SoftStackFactory / SSWHEN

SoftStack Factory Group Project - Social Security Calculator
3 stars 0 forks source link

Feature/backend integration edit fra #86

Closed Abdul-Sayed closed 6 years ago

Abdul-Sayed commented 6 years ago

In Dashboard Page, I hijacked Khoa's isEditable(), which is activated by the button in line 78 of dashboard.html. The modifications to isEditable() were:

1) Grab userModel, token, & userId from local storage 2) Update the userModel.FRAbenefit to reflect the new user input FRA amount 3) Passed this modified userModel, together with the token and userId into the updateUser() of SsUsersProvider