Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pool detail's asset list: Changes to 'Outstanding` column #946

Closed
armandomistral opened this issue Jul 18, 2022 · 2 comments
Closed

Pool detail's asset list: Changes to 'Outstanding` column #946

armandomistral opened this issue Jul 18, 2022 · 2 comments

Comments

@armandomistral
Copy link

armandomistral commented Jul 18, 2022

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 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.

image.png
image.png

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:

Status Schema Example
Created <collateral amount> & collateral 10,000 kUSD collateral
Ready <available financing amount> & available 10,000 kUSD available
Ongoing <outstanding amount> & outstanding 10,000 kUSD outstanding
Repaid <repaid amount> & repaid 10,000 kUSD repaid
Closed <repaid amount> & repaid 10,000 kUSD repaid

Specs

Note

This ticket replaces the ticket centrifuge/tinlake-subgraph#178

@armandomistral armandomistral changed the title Fillers Filler tickets Jul 18, 2022
@armandomistral armandomistral changed the title Filler tickets Pool detail's asset list: Changes to 'Outstanding` column Jul 18, 2022
@EstherCentrifuge
Copy link

Duplicates #889

@annamehr
Copy link
Contributor

Completed #889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants