You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Oustanding column in the pool' details asset list currently only shows the outstanding amount of the loan. However, while the outstanding amount is relevant in the Ongoing status, other statuses don't show any value. This does not give users the full of the asset status at the overview level.
Solution
The asset list shows an amount which is specific to the given status. Since this amount does not always represent the outstanding, the designated amount is shown next to the value. The column is renamed from Outstanding to Amount.
Each asset is shown with the specific value amount depending on the status. The rules are:
Background
The
Oustanding
column in the pool' details asset list currently only shows the outstanding amount of the loan. However, while the outstanding amount is relevant in theOngoing
status, other statuses don't show any value. This does not give users the full of the asset status at the overview level.Solution
The asset list shows an amount which is specific to the given status. Since this amount does not always represent the outstanding, the designated amount is shown next to the value. The column is renamed from
Outstanding
toAmount
.Each asset is shown with the specific value amount depending on the status. The rules are:
<collateral amount>
&collateral
<available financing amount>
&available
<outstanding amount>
&outstanding
<repaid amount>
&repaid
<repaid amount>
&repaid
Specs
Note
This ticket replaces the ticket centrifuge/tinlake-subgraph#178
The text was updated successfully, but these errors were encountered: